diff options
author | Stef Walter <stef@thewalter.net> | 2003-09-17 19:07:23 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2003-09-17 19:07:23 +0000 |
commit | 3f95d417d9e623ac0c74df8ef11d7a01846392dd (patch) | |
tree | 45ec73f2dc07eafd7f41a6f62a8cdfbaa279469f /NSCmpts/Backup.rgs |
Diffstat (limited to 'NSCmpts/Backup.rgs')
-rw-r--r-- | NSCmpts/Backup.rgs | 42 |
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 |