<docbook><section><title>GeneratingAWindowsMSIInstallerLog</title><para> </para><bridgehead class="http://www.w3.org/1999/xhtml:h2">Generating Windows MSI Installer Log</bridgehead>
<para>A Windows MSI installer log can be created by running a command of the form: </para><programlisting>msiexec /i &lt;installer-filename&gt; /l*vx &lt;log-filename&gt;
</programlisting><para>e.g., </para><programlisting>msiexec /i ntdnzzzz.msi /l*vx c:\trace.log
</programlisting><para>Further details on usage can be found on the following <ulink url="http://en.wikipedia.org/wiki/Windows_Installer#Diagnostic_logging">MSI Diagnostic</ulink> page.
</para></section></docbook>