mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 15:15:07 +03:00
Try using MajorUpgrade
This commit is contained in:
parent
2306122787
commit
83929bf8a2
1 changed files with 3 additions and 8 deletions
|
@ -98,14 +98,9 @@ cat > wix.xml << EOF
|
||||||
Platform="${PKGARCH}"
|
Platform="${PKGARCH}"
|
||||||
SummaryCodepage="1252" />
|
SummaryCodepage="1252" />
|
||||||
|
|
||||||
<Upgrade Id="${PKGGUID}">
|
<MajorUpgrade
|
||||||
<UpgradeVersion
|
AllowDowngrades="yes"
|
||||||
Minimum="0.0.0.0"
|
AllowSameVersionUpgrades="yes" />
|
||||||
Maximum="99.0.0.0"
|
|
||||||
Property="PREVIOUSVERSIONSINSTALLED"
|
|
||||||
IncludeMinimum="yes"
|
|
||||||
IncludeMaximum="no" />
|
|
||||||
</Upgrade>
|
|
||||||
|
|
||||||
<Media
|
<Media
|
||||||
Id="1"
|
Id="1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue