Mercurial > hg-stable
changeset 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 | df142b77b4c2 |
children | 50e621fe0362 |
files | contrib/win32/mercurial.iss |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/win32/mercurial.iss Tue Jan 05 13:33:09 2016 -0800 +++ b/contrib/win32/mercurial.iss Thu Jan 07 12:49:26 2016 +0000 @@ -23,6 +23,7 @@ [Setup] AppCopyright=Copyright 2005-2015 Matt Mackall and others AppName=Mercurial +AppVersion={#VERSION} #if ARCH == "x64" AppVerName=Mercurial {#VERSION} (64-bit) OutputBaseFilename=Mercurial-{#VERSION}-x64