Hi everyone.

I'm now using WixUI_FeatureTree as my installer UI, and have about 10
features in CustomizeDlg. 

Some has the parameter "ConfigurableDirectory", but some not. That means, by
default, Wix only shows installation path for those feature which can
customize path.

Now what I want is, to display the installation path for those feature, even
it cannot customize path, thus show its default installation path.

I read the dialog source code, and found this section:

<Control Id="Location" Type="Text" X="90" Y="210" Width="200" Height="20"
Text="!(loc.CustomizeDlgLocation)">
                    <Subscribe Event="SelectionPath" Attribute="Text" />
                    <Subscribe Event="SelectionPathOn" Attribute="Visible"
/>
                    <Condition Action="hide">Installed</Condition>
                </Control>
                <Control Id="LocationLabel" Type="Text" X="25" Y="210"
Width="65" Height="10" Text="!(loc.CustomizeDlgLocationLabel)">
                    <Subscribe Event="SelectionPathOn" Attribute="Visible"
/>
                    <Condition Action="hide">Installed</Condition>
                </Control>

What can I change here to meet my requirement? Very appreciate for answering
that.

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-show-installation-path-for-those-features-which-cannot-customize-tp6718759p6718759.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to