aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2006-10-09 02:10:00 +0000
committerAndrew Lewman <andrew@torproject.org>2006-10-09 02:10:00 +0000
commitfac375265a2cba83f5340a965b0f433a475cf0f6 (patch)
tree23fa43161f4a91f7f0576fdf1f4004441b8a202d /contrib
parentb9a0ba5a5d4e13327c92fd8dc6cec573c1240eed (diff)
downloadtor-fac375265a2cba83f5340a965b0f433a475cf0f6.tar.gz
tor-fac375265a2cba83f5340a965b0f433a475cf0f6.zip
Add descriptive information to the install executable.
svn:r8661
Diffstat (limited to 'contrib')
-rw-r--r--contrib/tor-mingw.nsi.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index 918a69a64f..e0ef0569d5 100644
--- a/contrib/tor-mingw.nsi.in
+++ b/contrib/tor-mingw.nsi.in
@@ -5,7 +5,7 @@
;
!include "MUI.nsh"
-!define VERSION "%VERSION%"
+!define VERSION "0.1.2.2-alpha"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "http://tor.eff.org/"
@@ -25,6 +25,13 @@ Caption "Tor ${VERSION} Setup"
BrandingText "The Onion Router"
CRCCheck on
XPStyle on
+VIProductVersion "${VERSION}"
+VIAddVersionKey "ProductName" "The Onion Router: Tor"
+VIAddVersionKey "Comments" "http://tor.eff.org"
+VIAddVersionKey "LegalTrademarks" "Three line BSD"
+VIAddVersionKey "LegalCopyright" "©2004-2006, Roger Dingledine, Nick Mathewson"
+VIAddVersionKey "FileDescription" "Tor is an implementation of Onion Routing. You can read more at http://tor.eff.org/"
+VIAddVersionKey "FileVersion" "${VERSION}"
;Use upx on the installer header to shrink the size.
!packhdr header.dat "upx --best header.dat"