source: anotherchoice/tags/jsp-1.4.4-full-UTF8/windev/devicemanager/information.rgs@ 363

Last change on this file since 363 was 363, checked in by ykominami, 5 years ago

add tags/jsp-1.4.4-full-UTF8

  • Property svn:executable set to *
File size: 1.3 KB
Line 
1HKCR
2{
3 ToppersDeviceManager.Information.1 = s 'Information Class'
4 {
5 CLSID = s '{D7AAF617-008A-4961-BB51-041CFD490ED3}'
6 }
7 ToppersDeviceManager.Information = s 'Information Class'
8 {
9 CLSID = s '{D7AAF617-008A-4961-BB51-041CFD490ED3}'
10 CurVer = s 'ToppersDeviceManager.Information.1'
11 }
12 NoRemove CLSID
13 {
14 ForceRemove {D7AAF617-008A-4961-BB51-041CFD490ED3} = s 'Information Class'
15 {
16 ProgID = s 'ToppersDeviceManager.Information.1'
17 VersionIndependentProgID = s 'ToppersDeviceManager.Information'
18 ForceRemove 'Programmable'
19 LocalServer32 = s '%MODULE%'
20 val AppID = s '{44CB3B0F-D399-428E-829C-9BD5183AFF51}'
21 'TypeLib' = s '{F15F5272-83F3-42C3-874C-E4FF2B904AC2}'
22 }
23 }
24}
25HKCR
26{
27 ToppersDeviceManager.Information.1 = s 'Information Class'
28 {
29 CLSID = s '{D7AAF617-008A-4961-BB51-041CFD490ED3}'
30 }
31 ToppersDeviceManager.Information = s 'Information Class'
32 {
33 CLSID = s '{D7AAF617-008A-4961-BB51-041CFD490ED3}'
34 CurVer = s 'ToppersDeviceManager.Information.1'
35 }
36 NoRemove CLSID
37 {
38 ForceRemove {D7AAF617-008A-4961-BB51-041CFD490ED3} = s 'Information Class'
39 {
40 ProgID = s 'ToppersDeviceManager.Information.1'
41 VersionIndependentProgID = s 'ToppersDeviceManager.Information'
42 LocalServer32 = s '%MODULE%'
43 val AppID = s '{44CB3B0F-D399-428E-829C-9BD5183AFF51}'
44 'TypeLib' = s '{F15F5272-83F3-42C3-874C-E4FF2B904AC2}'
45 }
46 }
47}
Note: See TracBrowser for help on using the repository browser.