wix: bump MSI based installers to use Python 2.7 stable
authorSteve Borho <steve@borho.org>
Thu, 23 Aug 2012 18:19:19 -0500
branchstable
changeset 17389 59581b667cd7
parent 17386 45b5eb2941d0
child 17391 fc24c10424d2
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.
contrib/wix/dist.wxs
--- a/contrib/wix/dist.wxs	Wed Aug 22 11:18:35 2012 -0400
+++ 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" />