source: trunk/Utilities/VbsCallback/Second.rgs @ 88

Last change on this file since 88 was 88, checked in by roman, 12 years ago
File size: 642 bytes
Line 
1HKCR
2{
3        AlaxInfo.VbsCallback.Second.1 = s 'Second Class'
4        {
5                CLSID = s '{4E05E837-0BF7-4371-96ED-58AA68736306}'
6        }
7        AlaxInfo.VbsCallback.Second = s 'Second Class'
8        {               
9                CurVer = s 'AlaxInfo.VbsCallback.Second.1'
10        }
11        NoRemove CLSID
12        {
13                ForceRemove {4E05E837-0BF7-4371-96ED-58AA68736306} = s 'Second Class'
14                {
15                        ProgID = s 'AlaxInfo.VbsCallback.Second.1'
16                        VersionIndependentProgID = s 'AlaxInfo.VbsCallback.Second'
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.