[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r17576: {updater} Change expected registry key for per-user installs. Note tha (updater/trunk/samples)
Author: coderman
Date: 2008-12-10 23:22:33 -0500 (Wed, 10 Dec 2008)
New Revision: 17576
Modified:
updater/trunk/samples/tor-win32-package.cfg
Log:
Change expected registry key for per-user installs. Note that this means install as service for all users will require a different package even if the MSI installer is the same.
Modified: updater/trunk/samples/tor-win32-package.cfg
===================================================================
--- updater/trunk/samples/tor-win32-package.cfg 2008-12-11 04:19:53 UTC (rev 17575)
+++ updater/trunk/samples/tor-win32-package.cfg 2008-12-11 04:22:33 UTC (rev 17576)
@@ -17,6 +17,6 @@
format = "win32"
command_install = [ 'msiexec', '/i', "${FILE}", '/qn' ]
-exe_registry_ent = [ r'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Tor\Version',
+exe_registry_ent = [ r'HKEY_CURRENT_USER\Software\Tor\Version',
'0.2.1.7-alpha-dev' ]