# HG changeset patch
# User Adrian Buehlmann <adr...@cadifra.com>
# Date 1262429043 -3600
# Branch stable
# Node ID 6d15f20060c72c7f68c6c2770371c76bf7267314
# Parent  0c2858c52a65e037e7c001d581f7580ae05edfb8
iss: fix TortoiseOverlays filenames

fixes #839

diff --git a/contrib/win32/mercurial.iss b/contrib/win32/mercurial.iss
--- a/contrib/win32/mercurial.iss
+++ b/contrib/win32/mercurial.iss
@@ -104,8 +104,8 @@ Name: {group}\Uninstall TortoiseHg; File
 
 [Run]
 Filename: {app}\add_path.exe; Parameters: {app}; StatusMsg: Adding the 
installation path to the search path...
-Filename: msiexec.exe; Parameters: "/i 
""{app}\TortoiseOverlays\TortoiseOverlays-1.0.6.16523-win32.msi"" /qn 
/norestart ALLUSERS=1"; Components: shell; StatusMsg: Installing 
TortoiseOverlays.dll ...
-Filename: msiexec.exe; Parameters: "/i 
""{app}\TortoiseOverlays\TortoiseOverlays-1.0.6.16523-x64.msi"" /qn /norestart 
ALLUSERS=1"; Check: Is64BitInstallMode; Components: shell; StatusMsg: 
Installing TortoiseOverlays.dll ...
+Filename: msiexec.exe; Parameters: "/i 
""{app}\TortoiseOverlays\TortoiseOverlays-1.0.10.17694-win32.msi"" /qn 
/norestart ALLUSERS=1"; Components: shell; StatusMsg: Installing 
TortoiseOverlays.dll ...
+Filename: msiexec.exe; Parameters: "/i 
""{app}\TortoiseOverlays\TortoiseOverlays-1.0.10.17694-x64.msi"" /qn /norestart 
ALLUSERS=1"; Check: Is64BitInstallMode; Components: shell; StatusMsg: 
Installing TortoiseOverlays.dll ...
 
 [UninstallRun]
 Filename: {app}\add_path.exe; Parameters: /del {app}

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to