[PATCH] wix: bump MSI based installers to use Python 2.7

Steve Borho steve at borho.org
Thu Aug 23 18:23:50 CDT 2012


# HG changeset patch
# User Steve Borho <steve at borho.org>
# Date 1345763959 18000
# Branch stable
# Node ID b1b80f6ece8706b7f7b4add35db366ae57be6792
# Parent  7228def3dcc114f2c9f8c7b7733170adcb3a5630
wix: bump MSI based installers to use Python 2.7

We're somewhat forced to use Python 2.7 for the bdist packages, so we might
as well use 2.7 for the MSI installers as well.

diff -r 7228def3dcc1 -r b1b80f6ece87 contrib/wix/dist.wxs
--- a/contrib/wix/dist.wxs	Tue Aug 21 12:26:53 2012 -0500
+++ b/contrib/wix/dist.wxs	Thu Aug 23 18:19:19 2012 -0500
@@ -15,7 +15,7 @@
         <File Name="mercurial.osutil.pyd" />
         <File Name="mercurial.parsers.pyd" />
         <File Name="pyexpat.pyd" />
-        <File Name="python26.dll" />
+        <File Name="python27.dll" />
         <File Name="bz2.pyd" />
         <File Name="select.pyd" />
         <File Name="unicodedata.pyd" />


More information about the Mercurial-devel mailing list