Re: [WiX-users] Using BrowseDlg twice overwrites INSTALLDIR

2006-08-29 Thread John Mertic
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_Insta

[WiX-users] Using BrowseDlg twice overwrites INSTALLDIR

2006-08-29 Thread John Mertic
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