Add version info to the installer executable.

This commit is contained in:
sledgehammer999 2013-01-27 20:17:13 +02:00
parent f2f2dad402
commit e71facf6d6

View file

@ -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