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