Re: [WiX-users] save logfile

2008-08-29 Thread Bob Arnson
[EMAIL PROTECTED] wrote: > But my problem is, that the file is not even created if i use only the > installexecute-sequence. and i would prefer to use that sequence. > You can't start logging from within a custom action. The MsiEnableLog doc says: The *MsiEnableLog* function sets the log mode

Re: [WiX-users] save logfile

2008-08-29 Thread [EMAIL PROTECTED]
Yes, the attached code is only a simplified version. the real code uses a different directory and a random name. But my problem is, that the file is not even created if i use only the installexecute-sequence. and i would prefer to use that sequence. regards Bernd Buddell, James schrieb: > Can y

Re: [WiX-users] save logfile

2008-08-29 Thread Buddell, James
Can you put the date and time in the log file name? Or use /l*v+ on the command line to append to the old log file? Cheers, James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 29 August 2008 14:07 To: wix-users@lists.sourceforg