source: trunk/Utilities/VbsEvents/Foo.rgs @ 937

Last change on this file since 937 was 79, checked in by roman, 12 years ago
File size: 608 bytes
Line 
1HKCR
2{
3        AlaxInfo.VbsEvents.Foo.1 = s 'Foo Class'
4        {
5                CLSID = s '{A8F6416C-B59C-4D00-A536-541A7E86BA12}'
6        }
7        AlaxInfo.VbsEvents.Foo = s 'Foo Class'
8        {               
9                CurVer = s 'AlaxInfo.VbsEvents.Foo.1'
10        }
11        NoRemove CLSID
12        {
13                ForceRemove {A8F6416C-B59C-4D00-A536-541A7E86BA12} = s 'Foo Class'
14                {
15                        ProgID = s 'AlaxInfo.VbsEvents.Foo.1'
16                        VersionIndependentProgID = s 'AlaxInfo.VbsEvents.Foo'
17                        ForceRemove Programmable
18                        InprocServer32 = s '%MODULE%'
19                        {
20                                val ThreadingModel = s 'Apartment'
21                        }
22                        TypeLib = s '{F5547BD2-82AB-460F-974F-0FD926AA6B86}'
23                        Version = s '1.0'
24                }
25        }
26}
Note: See TracBrowser for help on using the repository browser.