Is there any default log text file create during install at the user end.
Is there any default log text file create during install at the user end.
You can specify an MSI verbose log to be created. Go to Media -> Releases and add this string to the "MSI Command Line Arguments" field:
/L*v C:\Everything.log
this is command line invocation.is there no way we can just double click on msi and in the code only we create a log file and write our log statements
Starting with MSI 4.0 on Vista, you can also set the MsiLogging property. This is good to know, but won't help you on most platforms yet.
Michael Urman - Staff Software Engineer - Flexera Software: InstallShield Team