mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-14 03:20:28 +00:00
Reverse upgrade condition
This commit is contained in:
parent
3e388cd7f9
commit
6f927b0613
@ -186,7 +186,7 @@ cat > wix.xml << EOF
|
|||||||
|
|
||||||
<Feature Id="WintunFeature" Title="Wintun" Level="1">
|
<Feature Id="WintunFeature" Title="Wintun" Level="1">
|
||||||
<Condition Level="0">
|
<Condition Level="0">
|
||||||
NOT UPGRADINGPRODUCTCODE
|
UPGRADINGPRODUCTCODE
|
||||||
</Condition>
|
</Condition>
|
||||||
<MergeRef Id="Wintun" />
|
<MergeRef Id="Wintun" />
|
||||||
</Feature>
|
</Feature>
|
||||||
|
Loading…
Reference in New Issue
Block a user