Oops, add the correct variables for the installer UI

This commit is contained in:
Micah Lee 2020-02-20 16:59:35 -08:00
parent 931effc7ce
commit 1829bd64f5
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -14,6 +14,9 @@
<UIRef Id="WixUI_Minimal" />
<UIRef Id="WixUI_ErrorProgressText" />
<WixVariable Id="WixUILicenseRtf" Value="..\..\install\windows\license.rtf" />
<WixVariable Id="WixUIDialogBmp" Value="..\..\install\windows\dialog.bmp" />
<Upgrade Id="$(var.ProductUpgradeCode)">
<UpgradeVersion Minimum="$(var.ProductVersion)" OnlyDetect="yes" Property="NEWERVERSIONDETECTED"/>
<UpgradeVersion Minimum="0.0.0" Maximum="$(var.ProductVersion)" IncludeMinimum="yes" IncludeMaximum="no" Property="OLDERVERSIONBEINGUPGRADED"/>