MSI

MSI files are used for Windows package installation, and are installed with msiexec.

Finding parameters

  1. Install the MSI, logging property values, with msiexec.exe /i %msi% /lp!.
  2. Use Orca to find things.

Generators

Two tools are commonly used to assemble MSI packages:

  • NSIS
  • Wix

Backlinks