Re: [WiX-users] Using BrowseDlg Twice

2006-09-20 Thread Bob Arnson
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

Re: [WiX-users] Using BrowseDlg Twice

2006-09-20 Thread Douglas Watts
Installer to make this work.  Any ideas? __ Doug Watts   From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 7:43 PM To: Douglas Watts; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Using BrowseDlg Twice

Re: [WiX-users] Using BrowseDlg Twice

2006-09-19 Thread Mike Dimmick
light.exe in WiX v3 runs the ICEs for you and will refuse to link if any ICEs produce errors. I don't think there is one that will pick up this problem but it's worth seeing what other problems show up.   -- Mike Dimmick From: [EMAIL PROTECTED] on behalf of Douglas WattsSent: Tue 19/

[WiX-users] Using BrowseDlg Twice

2006-09-19 Thread Douglas Watts
WIX Version: 2.0.4415.0 Problem Summary: How to use the BrowseDlg twice.   I use the BrowseDlg from the WiXUI library to allow the user to specify the installation directory.  I also need to allow the user to specify a data directory.  I have created a dialog to allow the user to select

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