[Mobies-commit] [commit] r4391 - UDM/trunk/WiX
ksmyth at svn.isis.vanderbilt.edu
ksmyth at svn.isis.vanderbilt.edu
Fri Oct 13 09:38:52 CDT 2017
Author: ksmyth
Date: Fri Oct 13 09:38:52 2017
New Revision: 4391
Log:
build_msi: WiX 3.11
Modified:
UDM/trunk/WiX/build_msi.py
Modified: UDM/trunk/WiX/build_msi.py
==============================================================================
--- UDM/trunk/WiX/build_msi.py Fri Oct 13 09:38:45 2017 (r4390)
+++ UDM/trunk/WiX/build_msi.py Fri Oct 13 09:38:52 2017 (r4391)
@@ -10,7 +10,7 @@
def add_wix_to_path():
import _winreg
- for wix_ver in ('3.5', '3.6', '3.7', '3.8', '3.9', '3.10'):
+ for wix_ver in ('3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11'):
try:
with _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, 'SOFTWARE\\Microsoft\\Windows Installer XML\\' + wix_ver, 0, _winreg.KEY_READ | _winreg.KEY_WOW64_32KEY) as wixkey:
os.environ['PATH'] = _winreg.QueryValueEx(wixkey, 'InstallRoot')[0] + ';' + os.environ['PATH']
More information about the Mobies-commit
mailing list