summaryrefslogtreecommitdiff
path: root/NSCmpts/res
diff options
context:
space:
mode:
Diffstat (limited to 'NSCmpts/res')
-rw-r--r--NSCmpts/res/161.avibin0 -> 14336 bytes
-rw-r--r--NSCmpts/res/DeleteSwapFile.rgs42
-rw-r--r--NSCmpts/res/EmptyTempFolder.rgs42
-rw-r--r--NSCmpts/res/Night Security Worker.icobin0 -> 1078 bytes
-rw-r--r--NSCmpts/res/RunScanDisk.rgs42
-rw-r--r--NSCmpts/res/WipefreeSpace.rgs42
-rw-r--r--NSCmpts/res/advanced.icobin0 -> 766 bytes
-rw-r--r--NSCmpts/res/backup1.icobin0 -> 766 bytes
-rw-r--r--NSCmpts/res/backupad.bin13
-rw-r--r--NSCmpts/res/backupde.bin13
-rw-r--r--NSCmpts/res/copyfile.icobin0 -> 766 bytes
-rw-r--r--NSCmpts/res/cursor1.curbin0 -> 326 bytes
-rw-r--r--NSCmpts/res/enc.avibin0 -> 45468 bytes
-rw-r--r--NSCmpts/res/ico00001.icobin0 -> 2998 bytes
-rw-r--r--NSCmpts/res/ico00002.icobin0 -> 766 bytes
-rw-r--r--NSCmpts/res/ico00003.icobin0 -> 766 bytes
-rw-r--r--NSCmpts/res/ico00004.icobin0 -> 766 bytes
-rw-r--r--NSCmpts/res/ico00005.icobin0 -> 766 bytes
-rw-r--r--NSCmpts/res/ico00006.icobin0 -> 766 bytes
-rw-r--r--NSCmpts/res/ico00007.icobin0 -> 766 bytes
-rw-r--r--NSCmpts/res/ico00008.icobin0 -> 766 bytes
-rw-r--r--NSCmpts/res/icon1.icobin0 -> 766 bytes
-rw-r--r--NSCmpts/res/icon2.icobin0 -> 766 bytes
-rw-r--r--NSCmpts/res/idr_.bin23
-rw-r--r--NSCmpts/res/items.icobin0 -> 766 bytes
-rw-r--r--NSCmpts/res/n_161.avibin0 -> 10144 bytes
-rw-r--r--NSCmpts/res/n_temp.avibin0 -> 11000 bytes
-rw-r--r--NSCmpts/res/new1.icobin0 -> 766 bytes
-rw-r--r--NSCmpts/res/recycle.icobin0 -> 2998 bytes
-rw-r--r--NSCmpts/res/temp.avibin0 -> 12722 bytes
-rw-r--r--NSCmpts/res/wxpy.icobin0 -> 766 bytes
31 files changed, 217 insertions, 0 deletions
diff --git a/NSCmpts/res/161.avi b/NSCmpts/res/161.avi
new file mode 100644
index 0000000..5d7b02d
--- /dev/null
+++ b/NSCmpts/res/161.avi
Binary files differ
diff --git a/NSCmpts/res/DeleteSwapFile.rgs b/NSCmpts/res/DeleteSwapFile.rgs
new file mode 100644
index 0000000..06e059a
--- /dev/null
+++ b/NSCmpts/res/DeleteSwapFile.rgs
@@ -0,0 +1,42 @@
+HKCR
+{
+ NightSecurity.DeleteSwapFile.25 = s 'DeleteSwapFile Class'
+ {
+ CLSID = s '{34F11696-F275-11d2-A589-0020182B97FC}'
+ }
+ NightSecurity.DeleteSwapFile = s 'DeleteSwapFile Class'
+ {
+ CurVer = s 'NightSecurity.DeleteSwapFile.25'
+ CLSID = s '{34F11696-F275-11d2-A589-0020182B97FC}'
+ }
+ NoRemove CLSID
+ {
+ ForceRemove {34F11696-F275-11d2-A589-0020182B97FC} = s 'DeleteSwapFile Class'
+ {
+ ProgID = s 'NightSecurity.DeleteSwapFile.25'
+ VersionIndependentProgID = s 'NightSecurity.DeleteSwapFile'
+ 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.DeleteSwapFile'
+ }
+ }
+ }
+ }
+} \ No newline at end of file
diff --git a/NSCmpts/res/EmptyTempFolder.rgs b/NSCmpts/res/EmptyTempFolder.rgs
new file mode 100644
index 0000000..1ee786e
--- /dev/null
+++ b/NSCmpts/res/EmptyTempFolder.rgs
@@ -0,0 +1,42 @@
+HKCR
+{
+ NightSecurity.EmptyTempFolder.25 = s 'EmptyTempFolder Class'
+ {
+ CLSID = s '{34F11695-F275-11d2-A589-0020182B97FC}'
+ }
+ NightSecurity.EmptyTempFolder = s 'EmptyTempFolder Class'
+ {
+ CurVer = s 'NightSecurity.EmptyTempFolder.25'
+ CLSID = s '{34F11695-F275-11d2-A589-0020182B97FC}'
+ }
+ NoRemove CLSID
+ {
+ ForceRemove {34F11695-F275-11d2-A589-0020182B97FC} = s 'EmptyTempFolder Class'
+ {
+ ProgID = s 'NightSecurity.EmptyTempFolder.25'
+ VersionIndependentProgID = s 'NightSecurity.EmptyTempFolder'
+ 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.EmptyTempFolder'
+ }
+ }
+ }
+ }
+} \ No newline at end of file
diff --git a/NSCmpts/res/Night Security Worker.ico b/NSCmpts/res/Night Security Worker.ico
new file mode 100644
index 0000000..f1486e4
--- /dev/null
+++ b/NSCmpts/res/Night Security Worker.ico
Binary files differ
diff --git a/NSCmpts/res/RunScanDisk.rgs b/NSCmpts/res/RunScanDisk.rgs
new file mode 100644
index 0000000..06bf1cd
--- /dev/null
+++ b/NSCmpts/res/RunScanDisk.rgs
@@ -0,0 +1,42 @@
+HKCR
+{
+ NightSecurity.RunScanDisk.25 = s 'RunScanDisk Class'
+ {
+ CLSID = s '{34F11697-F275-11d2-A589-0020182B97FC}'
+ }
+ NightSecurity.RunScanDisk = s 'RunScanDisk Class'
+ {
+ CurVer = s 'NightSecurity.RunScanDisk.25'
+ CLSID = s '{34F11697-F275-11d2-A589-0020182B97FC}'
+ }
+ NoRemove CLSID
+ {
+ ForceRemove {34F11697-F275-11d2-A589-0020182B97FC} = s 'RunScanDisk Class'
+ {
+ ProgID = s 'NightSecurity.RunScanDisk.25'
+ VersionIndependentProgID = s 'NightSecurity.RunScanDisk'
+ 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.RunScanDisk'
+ }
+ }
+ }
+ }
+} \ No newline at end of file
diff --git a/NSCmpts/res/WipefreeSpace.rgs b/NSCmpts/res/WipefreeSpace.rgs
new file mode 100644
index 0000000..74ae6fb
--- /dev/null
+++ b/NSCmpts/res/WipefreeSpace.rgs
@@ -0,0 +1,42 @@
+HKCR
+{
+ NightSecurity.WipefreeSpace.25 = s 'WipefreeSpace Class'
+ {
+ CLSID = s '{34F11698-F275-11d2-A589-0020182B97FC}'
+ }
+ NightSecurity.WipefreeSpace = s 'WipefreeSpace Class'
+ {
+ CurVer = s 'NightSecurity.WipefreeSpace.25'
+ CLSID = s '{34F11698-F275-11d2-A589-0020182B97FC}'
+ }
+ NoRemove CLSID
+ {
+ ForceRemove {34F11698-F275-11d2-A589-0020182B97FC} = s 'WipefreeSpace Class'
+ {
+ ProgID = s 'NightSecurity.WipefreeSpace.25'
+ VersionIndependentProgID = s 'NightSecurity.WipefreeSpace'
+ 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.WipefreeSpace'
+ }
+ }
+ }
+ }
+} \ No newline at end of file
diff --git a/NSCmpts/res/advanced.ico b/NSCmpts/res/advanced.ico
new file mode 100644
index 0000000..b08ce7a
--- /dev/null
+++ b/NSCmpts/res/advanced.ico
Binary files differ
diff --git a/NSCmpts/res/backup1.ico b/NSCmpts/res/backup1.ico
new file mode 100644
index 0000000..9cde683
--- /dev/null
+++ b/NSCmpts/res/backup1.ico
Binary files differ
diff --git a/NSCmpts/res/backupad.bin b/NSCmpts/res/backupad.bin
new file mode 100644
index 0000000..6a0546a
--- /dev/null
+++ b/NSCmpts/res/backupad.bin
@@ -0,0 +1,13 @@
+HKCR
+{
+ NoRemove CLSID
+ {
+ ForceRemove {E85A26C3-946D-11D3-BFC4-0020182B97FC} = s 'Backup Advanced Properties'
+ {
+ InprocServer32 = s '%MODULE%'
+ {
+ val ThreadingModel = s 'Apartment'
+ }
+ }
+ }
+}
diff --git a/NSCmpts/res/backupde.bin b/NSCmpts/res/backupde.bin
new file mode 100644
index 0000000..54bec7e
--- /dev/null
+++ b/NSCmpts/res/backupde.bin
@@ -0,0 +1,13 @@
+HKCR
+{
+ NoRemove CLSID
+ {
+ ForceRemove {E85A26C2-946D-11D3-BFC4-0020182B97FC} = s 'Backup Destination Properties'
+ {
+ InprocServer32 = s '%MODULE%'
+ {
+ val ThreadingModel = s 'Apartment'
+ }
+ }
+ }
+}
diff --git a/NSCmpts/res/copyfile.ico b/NSCmpts/res/copyfile.ico
new file mode 100644
index 0000000..3c297c6
--- /dev/null
+++ b/NSCmpts/res/copyfile.ico
Binary files differ
diff --git a/NSCmpts/res/cursor1.cur b/NSCmpts/res/cursor1.cur
new file mode 100644
index 0000000..048f06b
--- /dev/null
+++ b/NSCmpts/res/cursor1.cur
Binary files differ
diff --git a/NSCmpts/res/enc.avi b/NSCmpts/res/enc.avi
new file mode 100644
index 0000000..e4e321b
--- /dev/null
+++ b/NSCmpts/res/enc.avi
Binary files differ
diff --git a/NSCmpts/res/ico00001.ico b/NSCmpts/res/ico00001.ico
new file mode 100644
index 0000000..8462541
--- /dev/null
+++ b/NSCmpts/res/ico00001.ico
Binary files differ
diff --git a/NSCmpts/res/ico00002.ico b/NSCmpts/res/ico00002.ico
new file mode 100644
index 0000000..e8e1f6f
--- /dev/null
+++ b/NSCmpts/res/ico00002.ico
Binary files differ
diff --git a/NSCmpts/res/ico00003.ico b/NSCmpts/res/ico00003.ico
new file mode 100644
index 0000000..9e7944d
--- /dev/null
+++ b/NSCmpts/res/ico00003.ico
Binary files differ
diff --git a/NSCmpts/res/ico00004.ico b/NSCmpts/res/ico00004.ico
new file mode 100644
index 0000000..b08ce7a
--- /dev/null
+++ b/NSCmpts/res/ico00004.ico
Binary files differ
diff --git a/NSCmpts/res/ico00005.ico b/NSCmpts/res/ico00005.ico
new file mode 100644
index 0000000..da61e8d
--- /dev/null
+++ b/NSCmpts/res/ico00005.ico
Binary files differ
diff --git a/NSCmpts/res/ico00006.ico b/NSCmpts/res/ico00006.ico
new file mode 100644
index 0000000..f60a0ee
--- /dev/null
+++ b/NSCmpts/res/ico00006.ico
Binary files differ
diff --git a/NSCmpts/res/ico00007.ico b/NSCmpts/res/ico00007.ico
new file mode 100644
index 0000000..23a0e26
--- /dev/null
+++ b/NSCmpts/res/ico00007.ico
Binary files differ
diff --git a/NSCmpts/res/ico00008.ico b/NSCmpts/res/ico00008.ico
new file mode 100644
index 0000000..72c81b9
--- /dev/null
+++ b/NSCmpts/res/ico00008.ico
Binary files differ
diff --git a/NSCmpts/res/icon1.ico b/NSCmpts/res/icon1.ico
new file mode 100644
index 0000000..3c297c6
--- /dev/null
+++ b/NSCmpts/res/icon1.ico
Binary files differ
diff --git a/NSCmpts/res/icon2.ico b/NSCmpts/res/icon2.ico
new file mode 100644
index 0000000..9cde683
--- /dev/null
+++ b/NSCmpts/res/icon2.ico
Binary files differ
diff --git a/NSCmpts/res/idr_.bin b/NSCmpts/res/idr_.bin
new file mode 100644
index 0000000..58d5ce0
--- /dev/null
+++ b/NSCmpts/res/idr_.bin
@@ -0,0 +1,23 @@
+HKCR
+{
+ = s ''
+ {
+ CLSID = s '{51B91363-FFFF-FFFF-50F3-12007CA3B851}'
+ }
+ = s ''
+ {
+ CLSID = s '{51B91363-FFFF-FFFF-50F3-12007CA3B851}'
+ }
+ NoRemove CLSID
+ {
+ ForceRemove {51B91363-FFFF-FFFF-50F3-12007CA3B851} = s ''
+ {
+ ProgID = s ''
+ VersionIndependentProgID = s ''
+ InprocServer32 = s '%MODULE%'
+ {
+ val ThreadingModel = s 'both'
+ }
+ }
+ }
+}
diff --git a/NSCmpts/res/items.ico b/NSCmpts/res/items.ico
new file mode 100644
index 0000000..0faf9dc
--- /dev/null
+++ b/NSCmpts/res/items.ico
Binary files differ
diff --git a/NSCmpts/res/n_161.avi b/NSCmpts/res/n_161.avi
new file mode 100644
index 0000000..edc09e3
--- /dev/null
+++ b/NSCmpts/res/n_161.avi
Binary files differ
diff --git a/NSCmpts/res/n_temp.avi b/NSCmpts/res/n_temp.avi
new file mode 100644
index 0000000..4d150fa
--- /dev/null
+++ b/NSCmpts/res/n_temp.avi
Binary files differ
diff --git a/NSCmpts/res/new1.ico b/NSCmpts/res/new1.ico
new file mode 100644
index 0000000..2027b3e
--- /dev/null
+++ b/NSCmpts/res/new1.ico
Binary files differ
diff --git a/NSCmpts/res/recycle.ico b/NSCmpts/res/recycle.ico
new file mode 100644
index 0000000..4b1e077
--- /dev/null
+++ b/NSCmpts/res/recycle.ico
Binary files differ
diff --git a/NSCmpts/res/temp.avi b/NSCmpts/res/temp.avi
new file mode 100644
index 0000000..6da080d
--- /dev/null
+++ b/NSCmpts/res/temp.avi
Binary files differ
diff --git a/NSCmpts/res/wxpy.ico b/NSCmpts/res/wxpy.ico
new file mode 100644
index 0000000..f363761
--- /dev/null
+++ b/NSCmpts/res/wxpy.ico
Binary files differ