The GPL isn't a EULA: remove it and introduce WixUI_Minimal_NoEULA
[fio.git] / os / windows / install.wxs
index f73ec5e2517487f3623dfbbccf37aa5567d0792e..7773bb3b86ac0284a4818cca19aa96dd33df1cf4 100755 (executable)
 
        <WixVariable Id="WixUILicenseRtf" Value="eula.rtf" />
 
-       <UIRef Id="WixUI_Minimal"/>
+       <UIRef Id="WixUI_Minimal_NoEULA"/>
 
        <MajorUpgrade AllowDowngrades="no" DowngradeErrorMessage="A newer version of the application is already installed."
                   AllowSameVersionUpgrades="yes"/>