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/Encrypt.rgs |
Diffstat (limited to 'NSCmpts/Encrypt.rgs')
-rw-r--r-- | NSCmpts/Encrypt.rgs | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/NSCmpts/Encrypt.rgs b/NSCmpts/Encrypt.rgs new file mode 100644 index 0000000..5e2e3b8 --- /dev/null +++ b/NSCmpts/Encrypt.rgs @@ -0,0 +1,43 @@ +HKCR
+{
+ NightSecurity.Encrypt.25 = s 'Encrypt Class'
+ {
+ CLSID = s '{22AD5F42-A7F1-11D3-82E3-0020182B97FC}'
+ }
+ NightSecurity.Encrypt = s 'Encrypt Class'
+ {
+ CLSID = s '{22AD5F42-A7F1-11D3-82E3-0020182B97FC}'
+ CurVer = s 'NightSecurity.Encrypt.25'
+ }
+ NoRemove CLSID
+ {
+ ForceRemove {22AD5F42-A7F1-11D3-82E3-0020182B97FC} = s 'Encrypt Class'
+ {
+ ProgID = s 'NightSecurity.Encrypt.25'
+ VersionIndependentProgID = s 'NightSecurity.Encrypt'
+ ForceRemove 'Programmable'
+ InprocServer32 = s '%MODULE%'
+ {
+ val ThreadingModel = s 'Apartment'
+ }
+ 'TypeLib' = s '{34F11693-F275-11d2-A589-0020182B97FC}'
+ }
+ }
+}
+
+HKEY_LOCAL_MACHINE
+{
+ NoRemove 'Software'
+ {
+ NoRemove 'Heavenly Helpers'
+ {
+ NoRemove 'Night Security'
+ {
+ NoRemove 'Installed Components'
+ {
+ ForceRemove 'NightSecurity.Encrypt'
+ }
+ }
+ }
+ }
+}
\ No newline at end of file |