summaryrefslogtreecommitdiff
path: root/SpiceX.inf.template
diff options
context:
space:
mode:
Diffstat (limited to 'SpiceX.inf.template')
-rw-r--r--SpiceX.inf.template24
1 files changed, 24 insertions, 0 deletions
diff --git a/SpiceX.inf.template b/SpiceX.inf.template
new file mode 100644
index 0000000..d2048ad
--- /dev/null
+++ b/SpiceX.inf.template
@@ -0,0 +1,24 @@
+[version]
+; version signature (same for both NT and Win95) do not remove
+signature="$CHICAGO$"
+AdvancedINF=2.0
+
+[Setup Hooks]
+hook1=hook1
+
+[hook1]
+Run="%EXTRACT_DIR%\VIRT_VIEWER_INSTALLER" /S
+
+[Add.Code]
+SpiceX.dll=SpiceX.dll
+
+[SpiceX.dll]
+File=thiscab
+FileVersion=VERSION
+clsid={CLASS_ID}
+RegisterServer=yes
+RedirectToHKCU=yes
+
+
+[Deployment]
+InstallScope=user|machine