Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-19 Thread John Cooper
lec Swan [mailto:alecs...@gmail.com] Sent: Saturday, March 17, 2012 1:06 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Setting MsiLogFileLocation property Does anybody have sample code or pointers on how to pass parameters or arguments to MsiProductInst

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-17 Thread Alec Swan
riginal Message- >> From: Chad Petersen [mailto:chad.peter...@harlandfs.com] >> Sent: Thursday, March 15, 2012 5:42 PM >> To: General discussion for Windows Installer XML toolset. >> Subject: Re: [WiX-users] Setting MsiLogFileLocation property >> >> I use a seco

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-16 Thread Alec Swan
installer log, if it's enabled. > > -Original Message- > From: Chad Petersen [mailto:chad.peter...@harlandfs.com] > Sent: Thursday, March 15, 2012 5:42 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Setting MsiLogFileLocation property >

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-16 Thread Hoover, Jacob
From: Chad Petersen [mailto:chad.peter...@harlandfs.com] Sent: Thursday, March 15, 2012 5:42 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Setting MsiLogFileLocation property I use a second custom action called WriteToMSILog that I call at specific times from my first cus

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-15 Thread Rob Mensching
e "WiX Team" than that. > > -Original Message- > From: Wilson, Phil [mailto:phil.wil...@invensys.com] > Sent: Thursday, March 15, 2012 11:07 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Setting MsiLogFileLocation property

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-15 Thread Chad Petersen
General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Setting MsiLogFileLocation property Wow, this is a pretty active mailing list. I think we have the definite answer now. As you can already tell I am a newbie to WIX, so please take it easy on me with my next question.

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-15 Thread Alec Swan
example of what Edwin and others are talking about. Log >> file must be established before MSIEXEC calls into the MSI. >> >> -Original Message- >> From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] >> Sent: Thursday, March 15, 2012 11:10 AM >&g

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-15 Thread Castro, Edwin G. (Hillsboro)
ad Petersen [mailto:chad.peter...@harlandfs.com] > Sent: Thursday, March 15, 2012 11:22 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Setting MsiLogFileLocation property > > A good test anyone can try. Run a command something like this. > > MSIEXE

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-15 Thread Chad Petersen
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Setting MsiLogFileLocation property WiX is not in control of the MsiLogFileLocation property. This is functionality provided by Windows Installer. As mentioned earlier, the log file location must be set before the MSI package

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-15 Thread Chad Petersen
s Installer XML toolset. Subject: Re: [WiX-users] Setting MsiLogFileLocation property Given that WiX generates MSI files and the MSI MSDN docs say you can't set it, and my testing also indicates that you can't set it, I don't see how you could expect a different answer from the WiX

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-15 Thread Castro, Edwin G. (Hillsboro)
March 15, 2012 10:44 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Setting MsiLogFileLocation property > > Phil, thank you for sharing your experience. > > I would like to keep this thread active until we get a definite answer from &

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-15 Thread Wilson, Phil
indows Installer XML toolset. Subject: Re: [WiX-users] Setting MsiLogFileLocation property Phil, thank you for sharing your experience. I would like to keep this thread active until we get a definite answer from the WIX team. Whether it is "You can't enable MSI logging in the current versio

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-15 Thread Alec Swan
overwritten. If you set it with a type 51 it just gets ignored. > > Phil W > > -Original Message- > From: Alec Swan [mailto:alecs...@gmail.com] > Sent: Thursday, March 15, 2012 10:09 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [Wi

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-15 Thread Wilson, Phil
ilto:alecs...@gmail.com] Sent: Thursday, March 15, 2012 10:09 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Setting MsiLogFileLocation property Adam, This post indicates that it is possible to set MSI property from WIX: http://blogs.technet.com/b/alexshev/archi

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-15 Thread Alec Swan
3434 x791011 >> jocoo...@jackhenry.com >> www.jackhenry.com >> >> >> >> >> -Original Message----- >> From: Alec Swan [mailto:alecs...@gmail.com] >> Sent: Thursday, March 15, 2012 11:30 AM >> To: General discussion for Windows Install

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-15 Thread Adam Kadzban
t; > > -Original Message- > From: Alec Swan [mailto:alecs...@gmail.com] > Sent: Thursday, March 15, 2012 11:30 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Setting MsiLogFileLocation property > > The following threa

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-15 Thread John Cooper
you are stuck unless you run the uninstall from > the command line passing in an explicit path. > > > > From: "Rob Mensching" > > Sent: Thursday, March 15, 2012 11:02 AM > > To: "General discussion for Windows I

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-15 Thread Alec Swan
e command line passing in > an explicit path. > > > > From: "Rob Mensching" > > Sent: Thursday, March 15, 2012 11:02 AM > > To: "General discussion for Windows Installer XML toolset." > > > Subject: Re: [

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-15 Thread Christopher Painter
ll which means you are stuck unless you run the uninstall from the command line passing in an explicit path. From: "Rob Mensching" Sent: Thursday, March 15, 2012 11:02 AM To: "General discussion for Windows Installer XML toolset."

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-15 Thread Rob Mensching
I don't think you can set the log file using MsiLogFileLocation. I think it *gets* set to the log file location. You can force your package to require MSI 4.0 by setting the Package/InstallerVersion attribute. On Wed, Mar 14, 2012 at 9:10 PM, Alec Swan wrote: > Hello, > > I need to enable verbo