summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMartin Peck <coder@peertech.org>2008-12-21 03:50:11 +0000
committerMartin Peck <coder@peertech.org>2008-12-21 03:50:11 +0000
commitdfbade8f8603040919c86dd5e9bf862de136159c (patch)
treeaf2b4b155cb7921069a5f8149eb2b78b9b266a16 /config
parent5a6c54aeb95fcfdc70bef20e4a24a0bceed9ba45 (diff)
Add no shortcuts option to msiexec arguments to prevent links to tor.exe and config on desktop when installed as part of a Vidalia bundle. and bump to 0.2.1.8.
git-svn-id: file:///home/or/svnrepo/updater/trunk@17711 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'config')
-rw-r--r--config/tor-win32-package.cfg10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/tor-win32-package.cfg b/config/tor-win32-package.cfg
index 4dfcf33..4f0e90c 100644
--- a/config/tor-win32-package.cfg
+++ b/config/tor-win32-package.cfg
@@ -3,20 +3,20 @@
name = "tor"
# Encodes current version
-version = [0, 2, 1, 7]
+version = [0, 2, 1, 8]
# Where in the repository does it go?
-location = "/pkginfo/tor/win32/tor-0.2.1.7-alpha.txt"
+location = "/pkginfo/tor/win32/tor-0.2.1.8-alpha.txt"
# Where in the repository does its underlying rpm or exe (etc) file go?
-relpath = "/data/win32/tor-0.2.1.7-alpha.msi"
+relpath = "/data/win32/tor-0.2.1.8-alpha.msi"
# Decriptions of the package.
ShortDesc('en', "Tor-dev win32 installer")
LongDesc('en', "This is the dev-series Tor exe for Windows, with MSI installer.")
format = "win32"
-command_install = [ 'msiexec', '/i', "${FILE}", '/qn' ]
+command_install = [ 'msiexec', '/i', "${FILE}", 'NOSC=1', '/qn' ]
exe_registry_ent = [ r'HKEY_CURRENT_USER\Software\Tor\Version',
- '0.2.1.7-alpha-dev' ]
+ '0.2.1.8-alpha-dev' ]