source: trunk/Utilities/Miscellaneous/ExcelControl/Sample.rgs

Last change on this file was 597, checked in by roman, 8 years ago
File size: 749 bytes
Line 
1HKCR
2{
3        ExcelControl.Sample.1 = s 'A Sample Class'
4        {
5                CLSID = s '{B3FA256B-752B-4339-A0AA-EFE053753DDE}'
6        }
7        ExcelControl.Sample = s 'A Sample Class'
8        {               
9                CurVer = s 'ExcelControl.Sample.1'
10        }
11        NoRemove CLSID
12        {
13                ForceRemove {B3FA256B-752B-4339-A0AA-EFE053753DDE} = s 'A Sample Class'
14                {
15                        ProgID = s 'ExcelControl.Sample.1'
16                        VersionIndependentProgID = s 'ExcelControl.Sample'
17                        ForceRemove Programmable
18                        InprocServer32 = s '%MODULE%'
19                        {
20                                val ThreadingModel = s 'Apartment'
21                        }
22                        ForceRemove Control
23                        ForceRemove 'ToolboxBitmap32' = s '%MODULE%, 106'
24                        MiscStatus = s '0'
25                        {
26                            '1' = s '%OLEMISC%'
27                        }
28                        TypeLib = s '{F9F92D1F-6311-4C11-8C2A-2E7B0036A9EB}'
29                        Version = s '1.0'
30                }
31        }
32}
Note: See TracBrowser for help on using the repository browser.