hg email --flag stable installer: add windows application version number to inno installer script

Urs Rau urs.rau at gmail.com
Wed Jan 6 17:16:36 UTC 2016


changeset:   27611:09c13d8ada6f
branch:      stable
user:        Urs Rau <urs.rau at gmail.com>
date:        Wed Jan 06 16:46:05 2016 +0000
summary:     installer: add windows application version number to inno installer script
files:       contrib/win32/mercurial.iss
description:
installer: add windows application version number to inno installer script

Changeset 09c13d8ada6f 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.


# HG changeset patch
# User Urs Rau <urs.rau at gmail.com>
# Date 1452098765 0
#      Wed Jan 06 16:46:05 2016 +0000
# Node ID 09c13d8ada6fe818a4067a790d731ce598758551
# Parent  b8405d739149cdd6d8d9bd5e3dd2ad8487b1f09a
installer: add windows application version number to inno installer script 

diff -r b8405d739149 -r 09c13d8ada6f contrib/win32/mercurial.iss
--- a/contrib/win32/mercurial.iss       Sat Jan 02 02:13:56 2016 +0100
+++ b/contrib/win32/mercurial.iss       Wed Jan 06 16:46:05 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



Hope this says it all and is in the right format?

—  
Urs Rau


More information about the Mercurial-devel mailing list