Skip to content

Commit c70c5cd

Browse files
committed
WiX: define new upgrade code for 6.0
Introduce a new bundle upgrade code to get 6.0 installers built.
1 parent 38ab1e4 commit c70c5cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

platforms/Windows/SideBySideUpgradeStrategy.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
<BundleUpgradeCode>{917DAD47-82C9-4845-ACBE-57E169EDF799}</BundleUpgradeCode>
4040
</PropertyGroup>
4141

42+
<PropertyGroup Condition="'$(MajorMinorProductVersion)' == '6.0'">
43+
<BundleUpgradeCode>{95A51A3B-1521-4A98-8BE1-6381BA688561}</BundleUpgradeCode>
44+
</PropertyGroup>
45+
4246
<PropertyGroup>
4347
<DefineConstants>
4448
$(DefineConstants);

0 commit comments

Comments
 (0)