5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-09 01:10:28 +00:00

Reverse upgrade condition

This commit is contained in:
Neil Alexander 2019-12-10 11:33:52 +00:00
parent 3e388cd7f9
commit 6f927b0613
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -186,7 +186,7 @@ cat > wix.xml << EOF
<Feature Id="WintunFeature" Title="Wintun" Level="1">
<Condition Level="0">
NOT UPGRADINGPRODUCTCODE
UPGRADINGPRODUCTCODE
</Condition>
<MergeRef Id="Wintun" />
</Feature>