summaryrefslogtreecommitdiff
path: root/NSCmpts/Backup.rgs
blob: de9475874b2bf5bc6143ddcf6eff0585b3048e8c (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
35
36
37
38
39
40
41
42
HKCR
{
	NightSecurity.Backup.25 = s 'Backup Class'
	{
		CLSID = s '{2E47D920-3D64-11D3-BF0A-0020182B97FC}'
	}
	NightSecurity.Backup = s 'Backup Class'
	{
		CurVer = s 'NightSecurity.Backup.25'
		CLSID = s '{2E47D920-3D64-11D3-BF0A-0020182B97FC}'
	}
	NoRemove CLSID
	{
		ForceRemove {2E47D920-3D64-11D3-BF0A-0020182B97FC} = s 'Backup Class'
		{
			ProgID = s 'NightSecurity.Backup.25'
			VersionIndependentProgID = s 'NightSecurity.Backup'
			ForceRemove 'Programmable'
			InprocServer32 = s '%MODULE%'
			{
				val ThreadingModel = s 'Apartment'
			}
		}
	}
}

HKEY_LOCAL_MACHINE
{
	NoRemove 'Software'
	{
		NoRemove 'Heavenly Helpers'
		{
			NoRemove 'Night Security'
			{
				NoRemove 'Installed Components'
				{
					ForceRemove 'NightSecurity.Backup'
				}
			}
		}
	}
}