File: ShellExt.rgs

package info (click to toggle)
bitcollider 0.3.1-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,116 kB
  • ctags: 573
  • sloc: sh: 5,490; ansic: 4,805; cpp: 245; makefile: 109
file content (26 lines) | stat: -rw-r--r-- 616 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
HKCR
{
	Bcshellext.ShellExt.1 = s 'ShellExt Class'
	{
		CLSID = s '{62CEC5C9-4B3F-4BE8-897B-C08CAA114FAA}'
	}
	Bcshellext.ShellExt = s 'ShellExt Class'
	{
		CLSID = s '{62CEC5C9-4B3F-4BE8-897B-C08CAA114FAA}'
		CurVer = s 'Bcshellext.ShellExt.1'
	}
	NoRemove CLSID
	{
		ForceRemove {62CEC5C9-4B3F-4BE8-897B-C08CAA114FAA} = s 'ShellExt Class'
		{
			ProgID = s 'Bcshellext.ShellExt.1'
			VersionIndependentProgID = s 'Bcshellext.ShellExt'
			ForceRemove 'Programmable'
			InprocServer32 = s '%MODULE%'
			{
				val ThreadingModel = s 'Apartment'
			}
			'TypeLib' = s '{7AC1C18D-797A-4285-B78A-EE110612C489}'
		}
	}
}