Windows: Use WixUI_FeatureTree for installer.
This commit is contained in:
@@ -354,7 +354,7 @@
|
|||||||
|
|
||||||
<Feature Id='feature.Main' ConfigurableDirectory='$(var.ConfigDir)'
|
<Feature Id='feature.Main' ConfigurableDirectory='$(var.ConfigDir)'
|
||||||
Title='!(loc.FeaMainTitle)'
|
Title='!(loc.FeaMainTitle)'
|
||||||
Description='!(loc.FeaMainDesc)'
|
Description='!(loc.FeaMainDesc)' Display='expand'
|
||||||
Level='1' TypicalDefault='install' InstallDefault='local'>
|
Level='1' TypicalDefault='install' InstallDefault='local'>
|
||||||
|
|
||||||
<ComponentRef Id='comp.HX509.chm' />
|
<ComponentRef Id='comp.HX509.chm' />
|
||||||
@@ -445,9 +445,7 @@
|
|||||||
|
|
||||||
<Property Id='ALLUSERS' Value='1' Secure='yes' />
|
<Property Id='ALLUSERS' Value='1' Secure='yes' />
|
||||||
|
|
||||||
<Property Id='WIXUI_INSTALLDIR' Value='$(var.ConfigDir)' />
|
<UIRef Id='WixUI_FeatureTree' />
|
||||||
|
|
||||||
<UIRef Id='WixUI_InstallDir' />
|
|
||||||
|
|
||||||
</Product>
|
</Product>
|
||||||
</Wix>
|
</Wix>
|
||||||
|
Reference in New Issue
Block a user