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
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
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 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
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
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
6 matches
Mail list logo