Quantcast
Channel: wixsharp Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1354

New Post: Upgrade on revision number

$
0
0
The problem is caused by the MSI design flaw. MSi only analyses the first three version fields. I am not joking, this is how outdated MSI architecture is.
The only way around is to useAllowSameVersionUpgrades. Read more here: http://wixtoolset.org/documentation/manual/v3/xsd/wix/majorupgrade.html

And you do in in Wix# like this:
project.MajorUpgrade = new MajorUpgrade
{
    AllowSameVersionUpgrades = true,
    ...

Viewing all articles
Browse latest Browse all 1354

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>