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.
--- 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" />