[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r17320: {updater} note exe registry thing in sample win32 package config (updater/trunk/samples)
Author: nickm
Date: 2008-11-17 16:11:52 -0500 (Mon, 17 Nov 2008)
New Revision: 17320
Modified:
updater/trunk/samples/tor-win32-package.cfg
Log:
note exe registry thing in sample win32 package config
Modified: updater/trunk/samples/tor-win32-package.cfg
===================================================================
--- updater/trunk/samples/tor-win32-package.cfg 2008-11-17 20:55:28 UTC (rev 17319)
+++ updater/trunk/samples/tor-win32-package.cfg 2008-11-17 21:11:52 UTC (rev 17320)
@@ -39,3 +39,15 @@
# 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" ]
+