How to analyze Microsoft Installer (.msi) logs

  • KM03543676
  • 30-Oct-2019
  • 30-Oct-2019

Summary

When installing a .msi using verbose logs it can be difficult to swiftly analyze the logs

Question

When installing a .msi using verbose logs it can be difficult to swiftly analyze the logs

For example, the following command line can be used to install a .msi using verbose logging: msiexec /i MyFile.msi /Le install.log

 

Answer