Mateusz Bajer wrote:
I've been trying to create my own dialog (similar to the InstallDirDlg) to display the default install path with a browse button (to launch the BrowseDlg) if needed. My dialog looks like this
You might want to wait -- the next release of WiX will contain that functionality.
<Publish Property="_BrowseProperty" Value="[INSTALLDIR]">1</Publish>
The problem is that _BrowseProperty holds the name of a property, not its value. BrowseDlg has controls that refer to _BrowseProperty as an indirect property, meaning it looks in _BrowseProperty for the name of the actual property to resolve.
-- 
sig://boB
http://bobs.org



_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to