Allow upgrades (hopefully)

This commit is contained in:
Neil Alexander 2019-11-28 00:02:29 +00:00
parent b7f66a373d
commit 2306122787
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -98,6 +98,15 @@ cat > wix.xml << EOF
Platform="${PKGARCH}" Platform="${PKGARCH}"
SummaryCodepage="1252" /> SummaryCodepage="1252" />
<Upgrade Id="${PKGGUID}">
<UpgradeVersion
Minimum="0.0.0.0"
Maximum="99.0.0.0"
Property="PREVIOUSVERSIONSINSTALLED"
IncludeMinimum="yes"
IncludeMaximum="no" />
</Upgrade>
<Media <Media
Id="1" Id="1"
Cabinet="Media.cab" Cabinet="Media.cab"