comparison contrib/win32/mercurial.iss @ 27687:4cea1b918b21

installer: add windows application version number to inno installer script This addition to the inno installer script means that the windows uninstaller registry key “DisplayVersion" is set to the application version number and will show in Add/Remove Programs.
author Urs Rau <urs.rau@gmail.com>
date Thu, 07 Jan 2016 12:49:26 +0000
parents 21d2585fbfcb
children f6d73c8756e2
comparison
equal deleted inserted replaced
27686:df142b77b4c2 27687:4cea1b918b21
21 #endif 21 #endif
22 22
23 [Setup] 23 [Setup]
24 AppCopyright=Copyright 2005-2015 Matt Mackall and others 24 AppCopyright=Copyright 2005-2015 Matt Mackall and others
25 AppName=Mercurial 25 AppName=Mercurial
26 AppVersion={#VERSION}
26 #if ARCH == "x64" 27 #if ARCH == "x64"
27 AppVerName=Mercurial {#VERSION} (64-bit) 28 AppVerName=Mercurial {#VERSION} (64-bit)
28 OutputBaseFilename=Mercurial-{#VERSION}-x64 29 OutputBaseFilename=Mercurial-{#VERSION}-x64
29 ArchitecturesAllowed=x64 30 ArchitecturesAllowed=x64
30 ArchitecturesInstallIn64BitMode=x64 31 ArchitecturesInstallIn64BitMode=x64