[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8661: Add descriptive information to the install executable. (tor/trunk/contrib)
Author: phobos
Date: 2006-10-08 22:10:00 -0400 (Sun, 08 Oct 2006)
New Revision: 8661
Modified:
tor/trunk/contrib/tor-mingw.nsi.in
Log:
Add descriptive information to the install executable.
Modified: tor/trunk/contrib/tor-mingw.nsi.in
===================================================================
--- tor/trunk/contrib/tor-mingw.nsi.in 2006-10-09 01:53:08 UTC (rev 8660)
+++ tor/trunk/contrib/tor-mingw.nsi.in 2006-10-09 02:10:00 UTC (rev 8661)
@@ -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 @@
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"