summaryrefslogtreecommitdiff
path: root/NSCmpts/res/RunScanDisk.rgs
blob: 06bf1cda4e9972cf15ad6b8612a8f790c69311fd (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.RunScanDisk.25 = s 'RunScanDisk Class'
	{
		CLSID = s '{34F11697-F275-11d2-A589-0020182B97FC}'
	}
	NightSecurity.RunScanDisk = s 'RunScanDisk Class'
	{
		CurVer = s 'NightSecurity.RunScanDisk.25'
		CLSID = s '{34F11697-F275-11d2-A589-0020182B97FC}'
	}
	NoRemove CLSID
	{
		ForceRemove {34F11697-F275-11d2-A589-0020182B97FC} = s 'RunScanDisk Class'
		{
			ProgID = s 'NightSecurity.RunScanDisk.25'
			VersionIndependentProgID = s 'NightSecurity.RunScanDisk'
			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.RunScanDisk'
				}
			}
		}
	}
}