Skip to content

Commit

Permalink
Upgrade 'equivalent' versions
Browse files Browse the repository at this point in the history
  • Loading branch information
slozier committed Apr 19, 2021
1 parent fdb8c88 commit af08c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Package/msi/IronPython.Installer.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<DefineSolutionProperties>false</DefineSolutionProperties>
<SuppressPdbOutput>true</SuppressPdbOutput>
<SuppressSpecificWarnings>5151</SuppressSpecificWarnings>
<SuppressIces>ICE61</SuppressIces>
<BindInputPaths Condition=" '$(BindInputPaths)' == '' ">$(RootDir)Package\Stage\$(Configuration)\IronPython-$(DisplayVersion)</BindInputPaths>
<BuildDir Condition=" '$(BuildDir)' == '' ">$(RootDir)bin\$(Configuration)</BuildDir>

Expand Down
2 changes: 1 addition & 1 deletion Package/msi/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ WHEN PERFORMING MAJOR IP UPGRADES (e.g., 2.5 => 2.6):

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

<PropertyRef Id="WIX_IS_NETFRAMEWORK_46_OR_LATER_INSTALLED" />
Expand Down

0 comments on commit af08c2c

Please sign in to comment.