Skip to content

Commit af08c2c

Browse files
committed
Upgrade 'equivalent' versions
1 parent fdb8c88 commit af08c2c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Package/msi/IronPython.Installer.wixproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<DefineSolutionProperties>false</DefineSolutionProperties>
1414
<SuppressPdbOutput>true</SuppressPdbOutput>
1515
<SuppressSpecificWarnings>5151</SuppressSpecificWarnings>
16+
<SuppressIces>ICE61</SuppressIces>
1617
<BindInputPaths Condition=" '$(BindInputPaths)' == '' ">$(RootDir)Package\Stage\$(Configuration)\IronPython-$(DisplayVersion)</BindInputPaths>
1718
<BuildDir Condition=" '$(BuildDir)' == '' ">$(RootDir)bin\$(Configuration)</BuildDir>
1819

Package/msi/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ WHEN PERFORMING MAJOR IP UPGRADES (e.g., 2.5 => 2.6):
2828

2929
<!-- Normal upgrades -->
3030
<Upgrade Id="$(var.UpgradeCode)">
31-
<UpgradeVersion Minimum="0.0.0.0" IncludeMinimum="yes" Maximum="$(var.ProductVersion)" IncludeMaximum="no" Property="OLDERVERSIONBEINGUPGRADED" OnlyDetect="no" />
31+
<UpgradeVersion Minimum="0.0.0.0" IncludeMinimum="yes" Maximum="$(var.ProductVersion)" IncludeMaximum="yes" Property="OLDERVERSIONBEINGUPGRADED" OnlyDetect="no" />
3232
</Upgrade>
3333

3434
<PropertyRef Id="WIX_IS_NETFRAMEWORK_46_OR_LATER_INSTALLED" />

0 commit comments

Comments
 (0)