From e71facf6d684052a6442810f2b5a203f418fbd65 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 27 Jan 2013 20:17:13 +0200 Subject: [PATCH] Add version info to the installer executable. --- src/windows/options.nsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/windows/options.nsi b/src/windows/options.nsi index 6864d23e4..46571c357 100644 --- a/src/windows/options.nsi +++ b/src/windows/options.nsi @@ -24,6 +24,15 @@ Name "qBittorrent ${PROG_VERSION}" ; The file to write OutFile "qbittorrent_${PROG_VERSION}_setup.exe" +;Installer Version Information +VIAddVersionKey "ProductName" "qBittorrent" +VIAddVersionKey "CompanyName" "Christophe Dumez" +VIAddVersionKey "LegalCopyright" "Copyright ©2006-2012 Christophe Dumez" +VIAddVersionKey "FileDescription" "qBittorrent - A Bittorrent Client" +VIAddVersionKey "FileVersion" "${PROG_VERSION}" + +VIProductVersion "${PROG_VERSION}.0" + ; The default installation directory InstallDir $PROGRAMFILES\qBittorrent