Re: [WiX-users] Question about logging from a WIX install

2007-02-13 Thread Andy Ness
operly). That seems wrong. Andy From: Rob Mensching Sent: Monday, February 12, 2007 3:06 PM To: Andy Ness; wix-users@lists.sourceforge.net Subject: RE: Question about logging from a WIX install My only guess would be to do something like: That may

[WiX-users] Question about logging from a WIX install

2007-02-12 Thread Andy Ness
I have an MSI file created via WIX. In there, I install some services. For these services, I need a domain account name and password. This information is passed in to my MSI via the command line of MSIEXEC (egg. "msiexec /qn /I MyInstall.msi /L*vx c:\install.log MYDOMAINNAME=domain\account M

[WiX-users] Question about checkboxes in WIX

2007-01-17 Thread Andy Ness
I am using WIX for our current installer. Most of the folks who are familiar with it have since left the team, and I am tasked with making some changes to our install. The one small, simple thing I am trying to do is to add a checkbox to a dialog. I have been able I can get it in the dialog,