changeset 17389:59581b667cd7 stable

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.
author Steve Borho <steve@borho.org>
date Thu, 23 Aug 2012 18:19:19 -0500
parents 45b5eb2941d0
children fc24c10424d2
files contrib/wix/dist.wxs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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" />