summaryrefslogtreecommitdiff
path: root/NetCmpts/ClearInetCache.rgs
blob: 7c37a8167eb575cd1296f1d1b643b85ac7970f7b (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.ClearInetCache.25 = s 'ClearInetCache Class'
	{
		CLSID = s '{34F1169B-F275-11d2-A589-0020182B97FC}'
	}
	NightSecurity.ClearInetCache = s 'ClearInetCache Class'
	{
		CurVer = s 'NightSecurity.ClearInetCache.25'
		CLSID = s '{34F1169B-F275-11d2-A589-0020182B97FC}'
	}
	NoRemove CLSID
	{
		ForceRemove {34F1169B-F275-11d2-A589-0020182B97FC} = s 'ClearInetCache Class'
		{
			ProgID = s 'NightSecurity.ClearInetCache.25'
			VersionIndependentProgID = s 'NightSecurity.ClearInetCache'
			ForceRemove 'Programmable'
			InprocServer32 = s '%MODULE%'
			{
				val ThreadingModel = s 'Apartment'
			}
		}
	}
}

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