Re: [WiX-users] Re Post: Msi Logging

2007-12-19 Thread SaiTeja
Hi, I dont have idea about bootstrapper. Could you tell me in detail or send me the url thanks in advance Chesong Lee-2 wrote: MSI logging cannot be enabled or changed within the MSI. The MsiLogFileLocation property is to view the current log file name if any, not to change the value.

Re: [WiX-users] Re Post: Msi Logging

2007-12-19 Thread Daryn Mitchell
-Original Message- From: [EMAIL PROTECTED] [mailto:wix-users- Subject: Re: [WiX-users] Re Post: Msi Logging I dont have idea about bootstrapper. Could you tell me in detail or send me the url http://www.nabble.com/forum/Search.jtp?forum=4468local=yquery=bootstrapper

Re: [WiX-users] Re Post: Msi Logging

2007-12-18 Thread SaiTeja
Hi, thanks for resp. yaa log file will create through command line But I want to create log file after installation done automatically to the path(example d:\sai\log.txt) which i specified through code Adam Majer-2 wrote: SaiTeja wrote: Hi, Thanks for Info. Can you suggest for

Re: [WiX-users] Re Post: Msi Logging

2007-12-18 Thread Chesong Lee
MSI logging cannot be enabled or changed within the MSI. The MsiLogFileLocation property is to view the current log file name if any, not to change the value. So if you really want to enable the MSI log, you may have to provide the bootstrapper. Chesong Lee On Dec 18, 2007 3:03 AM, SaiTeja

Re: [WiX-users] Re Post: Msi Logging

2007-12-17 Thread SaiTeja
Hi, thanks for response I tried but not working - Property Id=MsiLogFileLocation Value=C:\Install.txt/ - Property Id=MsiLogFileLocationC:\Install.txt/Property Can u suggest more. Karthik Krishnan-5 wrote: Did you try setting the MsiLogFileLocation property (

Re: [WiX-users] Re Post: Msi Logging

2007-12-17 Thread Stefan Pavlik
SaiTeja wrote: Hi, thanks for response I tried but not working - Property Id=MsiLogFileLocation Value=C:\Install.txt/ - Property Id=MsiLogFileLocationC:\Install.txt/Property Can u suggest more. Hi The MsiLogFileLocation Property is available since Windows Installer 4.0 (Windows

Re: [WiX-users] Re Post: Msi Logging

2007-12-17 Thread SaiTeja
Hi, Thanks for Info. Can you suggest for Msi Logging for XP or 2000 Thanks Stefan Pavlik-2 wrote: SaiTeja wrote: Hi, thanks for response I tried but not working - Property Id=MsiLogFileLocation Value=C:\Install.txt/ - Property Id=MsiLogFileLocationC:\Install.txt/Property Can

Re: [WiX-users] Re Post: Msi Logging

2007-12-17 Thread Adam Majer
SaiTeja wrote: Hi, Thanks for Info. Can you suggest for Msi Logging for XP or 2000 - Property Id=MsiLogFileLocation Value=C:\Install.txt/ - Property Id=MsiLogFileLocationC:\Install.txt/Property I'm not using this, but my suggestion would be to, 1. DO NOT use C:\ for cruft like log

Re: [WiX-users] Re Post: Msi Logging

2007-12-14 Thread Karthik Krishnan
Did you try setting the MsiLogFileLocation property ( http://msdn2.microsoft.com/en-us/library/aa370321.aspx) to the path you'd like? On Dec 9, 2007 11:45 PM, SaiTeja [EMAIL PROTECTED] wrote: Hi, Thanks a lot for response. Ofcourse,We can get logs through command line. But my requirement

[WiX-users] Re Post: Msi Logging

2007-12-09 Thread SaiTeja
Hi, Thanks a lot for response. Ofcourse,We can get logs through command line. But my requirement is different. Is it possible to create same log file through coding in wix? Like in case of temp folder it is created automatically because of proerty Property Id=MsiLoggingvoicewarmupx/Property