[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r17465: {updater} Correct registry path in sample win32 package. The last elem (updater/trunk/samples)



Author: coderman
Date: 2008-12-02 21:54:40 -0500 (Tue, 02 Dec 2008)
New Revision: 17465

Modified:
   updater/trunk/samples/tor-win32-package.cfg
Log:
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.

Modified: updater/trunk/samples/tor-win32-package.cfg
===================================================================
--- updater/trunk/samples/tor-win32-package.cfg	2008-12-03 02:32:39 UTC (rev 17464)
+++ updater/trunk/samples/tor-win32-package.cfg	2008-12-03 02:54:40 UTC (rev 17465)
@@ -17,6 +17,6 @@
 
 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' ]