Douglas Watts wrote:

I looked at the UI library source.  I noticed that the WixU InstallDirDlg and the CustomizeDlg both use the PathEdit control and a browse button to display the BrowseDlg.  I figured I could create a DataDirDlg that did the same thing.  Unfortunately, I just don’t know enough about Wix nor Windows Installer to make this work.  Any ideas?

Mike's right -- SelectionBrowse is valid only on dialogs with a SelectionTree control. Take a look at InstallDirDlg in WixUI. It sets the _BrowseProperty property to the directory to be browsed for then a SpawnDialog control event to open BrowseDlg.

-- 
sig://boB
http://bobs.org


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to