barbq wrote:
<Property Id="WIXUI_INSTALLDIR" Value="TARGETDIR" />
   <Property Id="_BrowseProperty" Value="TARGETDIR"/>
It's quite obvious that there is no connection between the BrowseDlg and the PathEdit controls, but for the life of me - that's exactly what I've failed to do.

The WixUI BrowseDlg uses the _BrowseProperty property to point to the property that the dialog will show and update. So if you need two directories, you need to set _BrowseProperty before showing BrowseDlg.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to