diff options
author | Martin Peck <coder@peertech.org> | 2008-12-11 04:22:33 +0000 |
---|---|---|
committer | Martin Peck <coder@peertech.org> | 2008-12-11 04:22:33 +0000 |
commit | f63e0bb285beecf14b2017046f8855291d4fd431 (patch) | |
tree | 884be57939e6b073577074356997af8a3b555450 /samples | |
parent | b250e05d84d6f914289a13e92285d1190c64636b (diff) |
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.
git-svn-id: file:///home/or/svnrepo/updater/trunk@17576 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'samples')
-rw-r--r-- | samples/tor-win32-package.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/tor-win32-package.cfg b/samples/tor-win32-package.cfg index 0cbfd03..4dfcf33 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\Version', +exe_registry_ent = [ r'HKEY_CURRENT_USER\Software\Tor\Version', '0.2.1.7-alpha-dev' ] |