mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 07:05:06 +03:00
AllowSameVersionUpgrades
This commit is contained in:
parent
1672dec1c4
commit
88717a9ed5
1 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,8 @@ cat > wix.xml << EOF
|
|||
SummaryCodepage="1252" />
|
||||
|
||||
<MajorUpgrade
|
||||
AllowSameVersionUpgrades="yes" />
|
||||
AllowSameVersionUpgrades="yes"
|
||||
DowngradeErrorMessage="A newer version of Yggdrasil is already installed. Please uninstall it first." />
|
||||
|
||||
<Media
|
||||
Id="1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue