[commit] r2690 - trunk/Install/Build
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Aug 2 15:55:34 CDT 2017
Author: ksmyth
Date: Wed Aug 2 15:55:34 2017
New Revision: 2690
Log:
Accept WIX 3.11
Modified:
trunk/Install/Build/tools.py
Modified: trunk/Install/Build/tools.py
==============================================================================
--- trunk/Install/Build/tools.py Wed Aug 2 15:54:35 2017 (r2689)
+++ trunk/Install/Build/tools.py Wed Aug 2 15:55:34 2017 (r2690)
@@ -193,7 +193,7 @@
def _get_wix_path():
import _winreg
- for wix_ver in ('3.8', '3.7', '3.6', '3.5'):
+ for wix_ver in ('3.11', '3.10', '3.9', '3.8', '3.7', '3.6', '3.5'):
try:
with _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, 'SOFTWARE\\Microsoft\\Windows Installer XML\\' + wix_ver) as wixkey:
return _winreg.QueryValueEx(wixkey, 'InstallRoot')[0]
More information about the gme-commit
mailing list