source: trunk/Utilities/VbsCallback/Third.rgs

Last change on this file was 88, checked in by roman, 12 years ago
File size: 634 bytes
Line 
1HKCR
2{
3        AlaxInfo.VbsCallback.Third.1 = s 'Third Class'
4        {
5                CLSID = s '{E1DE5528-01C7-4FC3-B4E2-447925F55E6D}'
6        }
7        AlaxInfo.VbsCallback.Third = s 'Third Class'
8        {               
9                CurVer = s 'AlaxInfo.VbsCallback.Third.1'
10        }
11        NoRemove CLSID
12        {
13                ForceRemove {E1DE5528-01C7-4FC3-B4E2-447925F55E6D} = s 'Third Class'
14                {
15                        ProgID = s 'AlaxInfo.VbsCallback.Third.1'
16                        VersionIndependentProgID = s 'AlaxInfo.VbsCallback.Third'
17                        ForceRemove Programmable
18                        InprocServer32 = s '%MODULE%'
19                        {
20                                val ThreadingModel = s 'Apartment'
21                        }
22                        TypeLib = s '{C14D3DD0-6C32-4A28-99E6-7CC4D28FE295}'
23                        Version = s '1.0'
24                }
25        }
26}
Note: See TracBrowser for help on using the repository browser.