Tuesday, 10 May 2011

How to Extract the Contents of an MSI file

To extract the contents of an MSI installer file, you can us ethe Windows msiexec command line utility.

msiexec /a "path to MSI file/msi filename"

A wizard will run and you'll be prompted where to save the extracted files.