Douglas Watts wrote:

Thanks Bob.  However, we need to allow the user to specify the directory, including the drive.  I can’t use the “CommonAppDataFolder”; at least, not beyond using it as a default path. 

In the fragment I gave, MYAPPDATADIR defaults to a directory under CommonAppDataFolder but the user can browse to a different path.

In other words, I don’t understand what happens when a user dismisses the BrowseDlg.  It looks like _BrowseProperty is set with the new path.  But how does my DataDirDlg map _BrowseProperty to my data path property?  Here’s my DataDirDlg.  Notice the Browse pushbutton.  I suspect here is part of my problem.

The WixUI BrowseDlg expects _BrowseProperty to be set to the name of the property/directory to be changed, not the actual path. Also, it must be a public property (i.e., all uppercase) to be changed.


-- 
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