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.