Skip to content

Commit

Permalink
Avoid same version upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandreu committed Mar 13, 2019
1 parent cc07369 commit 6499092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />

<MajorUpgrade Schedule="afterInstallInitialize"
AllowSameVersionUpgrades="yes"
AllowSameVersionUpgrades="no"
DowngradeErrorMessage="A newer version of [ProductName] is already installed."/>

<MediaTemplate EmbedCab="yes" />
Expand Down

0 comments on commit 6499092

Please sign in to comment.