summaryrefslogtreecommitdiff
path: root/NSCmpts/Encrypt.rgs
diff options
context:
space:
mode:
Diffstat (limited to 'NSCmpts/Encrypt.rgs')
-rw-r--r--NSCmpts/Encrypt.rgs43
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