Results 1 to 4 of 4

Thread: Default text Log file

  1. #1
    Join Date
    Aug 2006
    Posts
    106

    Default text Log file

    Is there any default log text file create during install at the user end.

  2. #2
    Join Date
    Aug 2005
    Location
    Seattle, WA - USA
    Posts
    249
    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

  3. #3
    Join Date
    Aug 2006
    Posts
    106
    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

  4. #4
    MichaelU's Avatar
    MichaelU is offline InstallShield Software Engineer
    Join Date
    Jan 2004
    Location
    Schaumburg, IL
    Posts
    4,264
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •