<div dir="ltr">Hi,<br><div><div class="gmail_extra"><br><div class="gmail_quote">2014-11-05 2:16 GMT+01:00 Mads Kiilerich <span dir="ltr"><<a href="mailto:mads@kiilerich.com" target="_blank">mads@kiilerich.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 11/04/2014 10:43 PM, Pascal Quantin 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 Pascal Quantin <<a href="mailto:pascal.quantin@gmail.com" target="_blank">pascal.quantin@gmail.com</a>><br>
# Date 1415134467 -3600<br>
#      Tue Nov 04 21:54:27 2014 +0100<br>
# Node ID 871aea23211152e39fb9b145e530ae<u></u>5ab4886e21<br>
# Parent  b792b22f8d3bf362c3a5c694b57214<u></u>154463b8a8<br>
win32: remove Mercurial.ini file from Inno Setup installer (issue4435)<br>
</blockquote>
<br></span>
Thanks for fixing my blind and bad changes.<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
diff --git a/contrib/win32/mercurial.iss b/contrib/win32/mercurial.iss<br>
--- a/contrib/win32/mercurial.iss<br>
+++ b/contrib/win32/mercurial.iss<br>
@@ -67,7 +67,6 @@<br>
  Source: contrib\hgweb.fcgi; DestDir: {app}/Contrib<br>
  Source: contrib\hgweb.wsgi; DestDir: {app}/Contrib<br>
  Source: contrib\win32\ReadMe.html; DestDir: {app}; Flags: isreadme<br>
-Source: contrib\win32\mercurial.ini; DestDir: {app}; DestName: Mercurial.ini; Check: CheckFile;<br>
</blockquote>
<br></span>
Should we really just stop installing contrib/win32/mercurial.ini ? If so, shouldn't the file be removed?<br></blockquote><div> </div><div>I did not remove it yet as it is still used by the WIX installer and I have no knowledge on how to safely modify it. So I will let the "right" guy finish the work :)<br><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
>From the "Do Not Edit This File" I would assume that it would be a good fit for installation in default.d . But from the actual (no) content of this file, it seems like it would be fine to install it as before but _never_ overwrite it on upgrades.<span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div><br>In fact there were still 2 useful things in this file: a default editor for Windows (notepad) so that 'hg config --edit' works fine and the location of the cacert.pem file (this entry is generated during the installation procedure). Rather than keeping this now almost useless Mercurial.ini file in the installation folder, I decided to follow your new proposal and create cacerts.rc and editor.rc files in the default.d folder.<br><br></div><div>Pascal.<br></div></div></div></div></div>