A long running story of the interesting things that occupy the attention and thoughts of McCulloch House: Leigh and Donna McCulloch.

Monday, April 27, 2009

How to Extract the contents of an MSI Installer File

Have you ever wanted to just get at the contents of an MSI file, without having to install the whole application or library? It's easy, just use the following command at the console:

msiexec /a yourmsifile.msi /qb TARGETDIR=C:\extracted


Note the TARGETDIR must be an absolute path.

Labels:

0 Comments:

Post a Comment

<< Home