<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2016-01-08 14:11 GMT+01:00 Pierre-Yves David <span dir="ltr"><<a href="mailto:pierre-yves.david@ens-lyon.org" target="_blank">pierre-yves.david@ens-lyon.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">As commented on the other incarnation of this patch, This looks fine, but I would like someone with windows knowledge to have a look at his.</blockquote><div><br></div><div>LGTM.<br><br></div><div>Regards,<br></div><div>Pascal.<br> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br>
<br>
On 01/07/2016 01:24 PM, Urs Rau wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
# HG changeset patch<br>
# User Urs Rau <<a href="mailto:urs.rau@gmail.com" target="_blank">urs.rau@gmail.com</a>><br>
# Date 1452170966 0<br>
#      Thu Jan 07 12:49:26 2016 +0000<br>
# Branch stable<br>
# Node ID c904bd0798f19a085988462b323b98e7d57e485e<br>
# Parent  7c598947fbbd78b26989326c61345c6e46855bdc<br>
installer: add windows application version number to inno installer script<br>
<br>
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<br>
<br>
diff -r 7c598947fbbd -r c904bd0798f1 contrib/win32/mercurial.iss<br>
--- a/contrib/win32/mercurial.iss       Sat Jan 02 02:04:32 2016 +0100<br>
+++ b/contrib/win32/mercurial.iss       Thu Jan 07 12:49:26 2016 +0000<br>
@@ -23,6 +23,7 @@<br>
  [Setup]<br>
  AppCopyright=Copyright 2005-2015 Matt Mackall and others<br>
  AppName=Mercurial<br>
+AppVersion={#VERSION}<br>
  #if ARCH == "x64"<br>
  AppVerName=Mercurial {#VERSION} (64-bit)<br>
  OutputBaseFilename=Mercurial-{#VERSION}-x64<br>
_______________________________________________<br>
Mercurial-devel mailing list<br>
<a href="mailto:Mercurial-devel@selenic.com" target="_blank">Mercurial-devel@selenic.com</a><br>
<a href="https://selenic.com/mailman/listinfo/mercurial-devel" rel="noreferrer" target="_blank">https://selenic.com/mailman/listinfo/mercurial-devel</a><br>
<br>
</blockquote>
<br></div></div><span class="HOEnZb"><font color="#888888">
-- <br>
Pierre-Yves David</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
Mercurial-devel mailing list<br>
<a href="mailto:Mercurial-devel@selenic.com" target="_blank">Mercurial-devel@selenic.com</a><br>
<a href="https://selenic.com/mailman/listinfo/mercurial-devel" rel="noreferrer" target="_blank">https://selenic.com/mailman/listinfo/mercurial-devel</a><br>
</div></div></blockquote></div><br></div></div>