Fixed: #2645 Windows MSI installer - Cannot change install directory

This commit is contained in:
Jindra Petřík
2026-03-04 20:18:02 +01:00
parent 5f077bd505
commit 493bce95e7
2 changed files with 5 additions and 2 deletions
+3 -2
View File
@@ -18,6 +18,7 @@
Description="!(loc.GuiLibs_Desc)"
Level="1"
AllowAbsent="no"
ConfigurableDirectory="INSTALLFOLDER"
>
<ComponentGroupRef Id="ProductComponents" />
<ComponentGroupRef Id="LibComponents" />
@@ -62,8 +63,8 @@
</Directory>
</StandardDirectory>
<ui:WixUI Id="WixUI_FeatureTree" InstallDirectory="INSTALLFOLDER"/>
<ui:WixUI Id="WixUI_FeatureTree" InstallDirectory="INSTALLFOLDER"/>
<WixVariable Id="WixUILicenseRtf" Value="license.rtf" />
<WixVariable Id="WixUIBannerBmp" Value="installer3_493x58.bmp" />