source: anotherchoice/tags/jsp-1.4.4-full-UTF8/windev/watcher/kernellogcontrol.rgs@ 26

Last change on this file since 26 was 26, checked in by ykominami, 12 years ago

initial

File size: 852 bytes
Line 
1HKCR
2{
3 Watcher.KernelLogControl.1 = s 'KernelLogControl Class'
4 {
5 CLSID = s '{3474A699-17D5-4E00-8068-6D6608F3DF8A}'
6 }
7 Watcher.KernelLogControl = s 'KernelLogControl Class'
8 {
9 CLSID = s '{3474A699-17D5-4E00-8068-6D6608F3DF8A}'
10 CurVer = s 'Watcher.KernelLogControl.1'
11 }
12 NoRemove CLSID
13 {
14 ForceRemove {3474A699-17D5-4E00-8068-6D6608F3DF8A} = s 'KernelLogControl Class'
15 {
16 ProgID = s 'Watcher.KernelLogControl.1'
17 VersionIndependentProgID = s 'Watcher.KernelLogControl'
18 ForceRemove 'Programmable'
19 InprocServer32 = s '%MODULE%'
20 {
21 val ThreadingModel = s 'Apartment'
22 }
23 ForceRemove 'Control'
24 ForceRemove 'Insertable'
25 ForceRemove 'ToolboxBitmap32' = s '%MODULE%, 101'
26 'MiscStatus' = s '0'
27 {
28 '1' = s '132497'
29 }
30 'TypeLib' = s '{A242E427-5E2F-4447-AC87-0C7CC382CBFE}'
31 'Version' = s '1.0'
32 }
33 }
34}
Note: See TracBrowser for help on using the repository browser.