Thanks. I figured out what I was doing wrong; I had set _BrowseProperty to a property that was indirectly referencing the same one I was using in the previous Browse Dialog.
John On 8/29/06, Bob Arnson <[EMAIL PROTECTED]> wrote: > John Mertic wrote: > > I am using the BrowseDlg out of WixUI_InstallDir twice ( once for > > getting the INSTALLDIR, another time for getting a path to a directory > > that I'm passing to a Custom Action). No matter what I do, whichever > > one I do last in the UI Sequence overwrites the other one, and I'm > > using different properties. > > BrowseDlg uses the value of _BrowseProperty to determine the directory > it updates so you need to set it to each directory you want to browse > for before you SpawnDialog. > > -- > sig://boB > http://bobs.org > -- Later, John Mertic "Explaining a joke is like dissecting a frog: you [EMAIL PROTECTED] understand it better, but the frog dies in the blog at http://jmertic.dotgeek.org process." -Mark Twain ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

