Skip to content

Commit

Permalink
Merge pull request #1706 from mrpalide/fix/remove-dummy-character-fro…
Browse files Browse the repository at this point in the history
…m-win-installer-script

fix win installer script
  • Loading branch information
mrpalide authored Dec 20, 2023
2 parents f56f42d + 8bb02c9 commit d0b36f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/win_installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Media Id="1" Cabinet="product.cab" EmbedCab="yes"/>

<Upgrade Id="cd7955bc-304e-470f-9c24-eb9f429a8085">
<UpgradeVersion Minimum="1.3.15" OnlyDetect="yes" IncludeMaximum="yes" Property="NEWERVERSIONDETECTED"/>=
<UpgradeVersion Minimum="1.3.15" OnlyDetect="yes" IncludeMaximum="yes" Property="NEWERVERSIONDETECTED"/>
</Upgrade>
<Condition Message="A newer version of this software is already installed.">NEWERVERSIONDETECTED</Condition>

Expand Down

0 comments on commit d0b36f5

Please sign in to comment.