source: trunk/Utilities/JsObjectDispatch/Foo.rgs

Last change on this file was 124, checked in by roman, 12 years ago
File size: 643 bytes
Line 
1HKCR
2{
3        AlaxInfo.JsObjectDispatch.Foo.1 = s 'Foo Class'
4        {
5                CLSID = s '{CC9F5D79-1C43-423A-AA22-E2F00C33C970}'
6        }
7        AlaxInfo.JsObjectDispatch.Foo = s 'Foo Class'
8        {               
9                CurVer = s 'AlaxInfo.JsObjectDispatch.Foo.1'
10        }
11        NoRemove CLSID
12        {
13                ForceRemove {CC9F5D79-1C43-423A-AA22-E2F00C33C970} = s 'Foo Class'
14                {
15                        ProgID = s 'AlaxInfo.JsObjectDispatch.Foo.1'
16                        VersionIndependentProgID = s 'AlaxInfo.JsObjectDispatch.Foo'
17                        ForceRemove Programmable
18                        InprocServer32 = s '%MODULE%'
19                        {
20                                val ThreadingModel = s 'Apartment'
21                        }
22                        TypeLib = s '{A8F549B9-EAA9-47DD-B691-DB42D8FEF956}'
23                        Version = s '1.0'
24                }
25        }
26}
Note: See TracBrowser for help on using the repository browser.