mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 23:00:46 +00:00
Fixed: #2645 Windows MSI installer - Cannot change install directory
This commit is contained in:
+3
-2
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user