Closes #27314: Fixes launcher installer upgrade table. · pythoncapi/cpython@fa526bd · GitHub
Skip to content

Commit fa526bd

Browse files
committed
Closes python#27314: Fixes launcher installer upgrade table.
1 parent c45599d commit fa526bd

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

Tools/msi/common.wxs

Lines changed: 2 additions & 0 deletions

Tools/msi/launcher/launcher.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<SchemaVersion>2.0</SchemaVersion>
66
<OutputName>launcher</OutputName>
77
<OutputType>Package</OutputType>
8-
<DefineConstants>UpgradeCode=1B68A0EC-4DD3-5134-840E-73854B0863F1;$(DefineConstants)</DefineConstants>
8+
<DefineConstants>UpgradeCode=1B68A0EC-4DD3-5134-840E-73854B0863F1;SuppressUpgradeTable=1;$(DefineConstants)</DefineConstants>
99
<IgnoreCommonWxlTemplates>true</IgnoreCommonWxlTemplates>
1010
<SuppressICEs>ICE80</SuppressICEs>
1111
</PropertyGroup>

Tools/msi/launcher/launcher.wxs

Lines changed: 7 additions & 4 deletions

0 commit comments

Comments
 (0)