|
From: Piotr F. <pi...@fu...> - 2009-12-02 08:10:19
|
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 |