allow user to change install location in msi

This commit is contained in:
Adam C. Foltzer 2016-01-15 14:20:38 -08:00
parent ee99873e43
commit 321a9e6f6e

View File

@ -63,7 +63,8 @@
<Icon Id="crypto.ico" SourceFile="win32/crypto.ico" />
<UI>
<UIRef Id="WixUI_Minimal" />
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" />
<UIRef Id="WixUI_InstallDir" />
</UI>
<WixVariable Id="WixUILicenseRtf" Value="LICENSE.rtf" />