mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Oops, add the correct variables for the installer UI
This commit is contained in:
parent
931effc7ce
commit
1829bd64f5
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
||||||
<UIRef Id="WixUI_Minimal" />
|
<UIRef Id="WixUI_Minimal" />
|
||||||
<UIRef Id="WixUI_ErrorProgressText" />
|
<UIRef Id="WixUI_ErrorProgressText" />
|
||||||
|
|
||||||
|
<WixVariable Id="WixUILicenseRtf" Value="..\..\install\windows\license.rtf" />
|
||||||
|
<WixVariable Id="WixUIDialogBmp" Value="..\..\install\windows\dialog.bmp" />
|
||||||
|
|
||||||
<Upgrade Id="$(var.ProductUpgradeCode)">
|
<Upgrade Id="$(var.ProductUpgradeCode)">
|
||||||
<UpgradeVersion Minimum="$(var.ProductVersion)" OnlyDetect="yes" Property="NEWERVERSIONDETECTED"/>
|
<UpgradeVersion Minimum="$(var.ProductVersion)" OnlyDetect="yes" Property="NEWERVERSIONDETECTED"/>
|
||||||
<UpgradeVersion Minimum="0.0.0" Maximum="$(var.ProductVersion)" IncludeMinimum="yes" IncludeMaximum="no" Property="OLDERVERSIONBEINGUPGRADED"/>
|
<UpgradeVersion Minimum="0.0.0" Maximum="$(var.ProductVersion)" IncludeMinimum="yes" IncludeMaximum="no" Property="OLDERVERSIONBEINGUPGRADED"/>
|
||||||
|
|
Loading…
Reference in a new issue