From 8c6087b7e7cf13793ae995010f56606251ac1841 Mon Sep 17 00:00:00 2001 From: Martin Peck Date: Wed, 3 Dec 2008 02:54:40 +0000 Subject: Correct registry path in sample win32 package. The last element is the name at a given registry key location with the current version string value. git-svn-id: file:///home/or/svnrepo/updater/trunk@17465 55e972cd-5a19-0410-ae62-a4d7a52db4cd --- samples/tor-win32-package.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/tor-win32-package.cfg b/samples/tor-win32-package.cfg index ba43f94..77c4fcb 100644 --- a/samples/tor-win32-package.cfg +++ b/samples/tor-win32-package.cfg @@ -17,6 +17,6 @@ LongDesc('en', "This is the dev-series Tor exe for Windows, with MSI installer." format = "win32" command_install = [ 'msiexec', '/i', "${FILE}", '/qn' ] -exe_registry_ent = [ r'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Tor', +exe_registry_ent = [ r'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Tor\Version', 'tor-0.2.1.7-alpha-dev' ] -- cgit v1.2.3