• Topic
  • Discussion
  • UdaWikiWeb.GeneratingAWindowsMSIInstallerLog(Last) -- Owiki? , 2016-08-19 14:59:59 Edit owiki 2016-08-19 14:59:59

    Generating Windows MSI Installer Log

    A Windows MSI installer log can be created by running a command of the form:

    msiexec /i <installer-filename> /l*vx <log-filename>
    

    e.g.,

    msiexec /i ntdnzzzz.msi /l*vx c:\trace.log
    

    Further details on usage can be found on the following MSI Diagnostic page.


    Referenced by...