commit | e9ae8340a3060637ae74825024683d05e3bb71e3 | [log] [tgz] |
---|---|---|
author | Steve Dower <steve.dower@microsoft.com> | Fri Mar 20 22:05:33 2015 -0700 |
committer | Steve Dower <steve.dower@microsoft.com> | Fri Mar 20 22:05:33 2015 -0700 |
tree | 1b3ba8644a2184499df4f0b4b6d0fb39f8dd6888 | |
parent | 39dadf7abf24302185f69493808dfb61fb8c4073 [diff] [blame] |
Update Wix version and fixes wxs file.
diff --git a/Tools/msi/get_wix.py b/Tools/msi/get_wix.py index da36a2e..c6cf5d9 100644 --- a/Tools/msi/get_wix.py +++ b/Tools/msi/get_wix.py
@@ -22,7 +22,7 @@ print("Cannot find project root") sys.exit(1) -WIX_BINARIES_ZIP = 'http://wixtoolset.org/downloads/v3.10.0.1403/wix310-binaries.zip' +WIX_BINARIES_ZIP = 'http://wixtoolset.org/downloads/v3.10.0.1519/wix310-binaries.zip' TARGET_BIN_ZIP = EXTERNALS_DIR / "wix.zip" TARGET_BIN_DIR = EXTERNALS_DIR / "wix"