Skip to content

Commit

Permalink
Merge pull request #129 from subspace/allow-same-version-upgrades
Browse files Browse the repository at this point in the history
Allow same version upgrades
  • Loading branch information
nazar-pc authored Feb 24, 2024
2 parents ce6a737 + d0deccd commit 09cc2e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/windows/wix/space-acres.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@

<MajorUpgrade
Schedule='afterInstallInitialize'
DowngradeErrorMessage='A newer version of [ProductName] is already installed. Setup will now exit.'/>
DowngradeErrorMessage='A newer version of [ProductName] is already installed. Setup will now exit.'
AllowSameVersionUpgrades='yes'/>

<Media Id='1' Cabinet='media1.cab' EmbedCab='yes' DiskPrompt='CD-ROM #1'/>
<Property Id='DiskPrompt' Value='Space Acres Installation'/>
Expand Down

0 comments on commit 09cc2e2

Please sign in to comment.