summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-17 21:11:52 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-17 21:11:52 +0000
commitba37d37efe878e48f79ef94d13406d5ce8ad9259 (patch)
tree962324d8d8c0c27a3b96ef5e57f1cc5bca9b1af9 /samples
parent2fe77ca953e916966a28e4cf3895565a464cc8fd (diff)
note exe registry thing in sample win32 package config
git-svn-id: file:///home/or/svnrepo/updater/trunk@17320 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'samples')
-rw-r--r--samples/tor-win32-package.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/samples/tor-win32-package.cfg b/samples/tor-win32-package.cfg
index 7a77903..127d95f 100644
--- a/samples/tor-win32-package.cfg
+++ b/samples/tor-win32-package.cfg
@@ -39,3 +39,15 @@ format = "exe"
# exe_args = [ "--silent", "--automatic", "--omit-bugs", ]
exe_args = []
+# # Optional: a registry key, value pair for a version number that this
+# # package will set when it installs itself. The exe is responsible for
+# # setting this value; thandy only reads the value to see whether the
+# # exe is installed.
+# # (Remember to prefix your registry string with r, so that the internal
+# # backslashes are automatically escaped.)
+#
+# XXX Disabled for now; the 0.2.1.6 installed doesn't set this key.
+#
+#exe_registry_ent = [ r'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Tor\Version',
+# "0.2.1.6-alpha" ]
+