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

Last change on this file since 937 was 405, checked in by roman, 9 years ago
File size: 653 bytes
RevLine 
[405]1HKCR
2{
3        AlaxInfo.JsFunctionDispatch.Foo.1 = s 'Foo Class'
4        {
5                CLSID = s '{8D24DE5C-611A-4223-ACC3-241457288B35}'
6        }
7        AlaxInfo.JsFunctionDispatch.Foo = s 'Foo Class'
8        {               
9                CurVer = s 'AlaxInfo.JsFunctionDispatch.Foo.1'
10        }
11        NoRemove CLSID
12        {
13                ForceRemove {8D24DE5C-611A-4223-ACC3-241457288B35} = s 'Foo Class'
14                {
15                        ProgID = s 'AlaxInfo.JsFunctionDispatch.Foo.1'
16                        VersionIndependentProgID = s 'AlaxInfo.JsFunctionDispatch.Foo'
17                        ForceRemove Programmable
18                        InprocServer32 = s '%MODULE%'
19                        {
20                                val ThreadingModel = s 'Apartment'
21                        }
22                        TypeLib = s '{1D2C7F8A-FCB2-4111-8DB2-0BB32A19C3D6}'
23                        Version = s '1.0'
24                }
25        }
26}
Note: See TracBrowser for help on using the repository browser.