From ba37d37efe878e48f79ef94d13406d5ce8ad9259 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 17 Nov 2008 21:11:52 +0000 Subject: note exe registry thing in sample win32 package config git-svn-id: file:///home/or/svnrepo/updater/trunk@17320 55e972cd-5a19-0410-ae62-a4d7a52db4cd --- samples/tor-win32-package.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'samples') 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" ] + -- cgit v1.2.3