diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-09 20:19:09 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-09 20:19:09 (GMT) |
commit | fa526bd19c25a134582b0dec08cbda13e48cd6b4 (patch) | |
tree | 9d3a841bacc359360fd81417b8d6f61955d895f1 /Tools/msi/launcher/launcher.wixproj | |
parent | c45599d0d12b1006deed41c97c7839d646dea62c (diff) | |
download | cpython-fa526bd19c25a134582b0dec08cbda13e48cd6b4.zip cpython-fa526bd19c25a134582b0dec08cbda13e48cd6b4.tar.gz cpython-fa526bd19c25a134582b0dec08cbda13e48cd6b4.tar.bz2 |
Closes #27314: Fixes launcher installer upgrade table.
Diffstat (limited to 'Tools/msi/launcher/launcher.wixproj')
-rw-r--r-- | Tools/msi/launcher/launcher.wixproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/launcher/launcher.wixproj b/Tools/msi/launcher/launcher.wixproj index 01a9dcb..8935ce8 100644 --- a/Tools/msi/launcher/launcher.wixproj +++ b/Tools/msi/launcher/launcher.wixproj @@ -5,7 +5,7 @@ <SchemaVersion>2.0</SchemaVersion> <OutputName>launcher</OutputName> <OutputType>Package</OutputType> - <DefineConstants>UpgradeCode=1B68A0EC-4DD3-5134-840E-73854B0863F1;$(DefineConstants)</DefineConstants> + <DefineConstants>UpgradeCode=1B68A0EC-4DD3-5134-840E-73854B0863F1;SuppressUpgradeTable=1;$(DefineConstants)</DefineConstants> <IgnoreCommonWxlTemplates>true</IgnoreCommonWxlTemplates> <SuppressICEs>ICE80</SuppressICEs> </PropertyGroup> |