summaryrefslogtreecommitdiff
path: root/OSpiceX.rgs.template
blob: 1d47489ce0d30c38b7aa5a38a919534b7c6184a0 (plain)
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
27
28
29
30
31
32
33
34
HKCR
{
	SpiceX.OSpiceX.1 = s 'OSpiceX Class'
	{
		CLSID = s '{CLASS_ID}'
	}
	SpiceX.OSpiceX = s 'OSpiceX Class'
	{
		CLSID = s '{CLASS_ID}'
		CurVer = s 'SpiceX.OSpiceX.1'
	}
	NoRemove CLSID
	{
		ForceRemove {CLASS_ID} = s 'Red Hat SpiceX Client'
		{
			ProgID = s 'SpiceX.OSpiceX.1'
			VersionIndependentProgID = s 'SpiceX.OSpiceX'
			ForceRemove 'Programmable'
			InprocServer32 = s '%MODULE%'
			{
				val ThreadingModel = s 'Apartment'
			}
			val AppID = s '%APPID%'
			ForceRemove 'Control'
			ForceRemove 'ToolboxBitmap32' = s '%MODULE%, 102'
			'MiscStatus' = s '0'
			{
			    '1' = s '%OLEMISC%'
			}
			'TypeLib' = s '{24280E9D-5DDB-4C31-84AA-D8E8010BAEB1}'
			'Version' = s '1.0'
		}
	}
}