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.

0 comments:

Post a Comment