Hello,

My setup uses a slightly modified WixUI_FeatureTree and contains features 
which must be installed into different directories, some of which must be 
selected by the user.

The problem is in the "Change" mode - the user cannot change default 
directories for features which he/she wants to add because there's no 
Browse button:

<Control Id="Browse" Type="PushButton" X="294" Y="210" Width="66" 
Height="17" Text="!(loc.CustomizeDlgBrowse)">
        <Publish Event="SelectionBrowse" Value="BrowseDlg">1</Publish>
        <Condition Action="hide">Installed</Condition>
        <Condition Action="disable">Installed</Condition>
</Control>

Is there any way to overcome this limitation?

Piotr


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to