summaryrefslogtreecommitdiff
path: root/NetCmpts/ClearInetCache.rgs
diff options
context:
space:
mode:
Diffstat (limited to 'NetCmpts/ClearInetCache.rgs')
-rw-r--r--NetCmpts/ClearInetCache.rgs42
1 files changed, 42 insertions, 0 deletions
diff --git a/NetCmpts/ClearInetCache.rgs b/NetCmpts/ClearInetCache.rgs
new file mode 100644
index 0000000..7c37a81
--- /dev/null
+++ b/NetCmpts/ClearInetCache.rgs
@@ -0,0 +1,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'
+ }
+ }
+ }
+ }
+} \ No newline at end of file