Extract MSI package

How Can We Help?

You are here:
< Back

it is possible to extract the content of the MSI package using this command

mkdir C:\temp\msicontent
msiexec /a 'PATHTO.msi' /qb TARGETDIR=C:\temp\msicontent

If you want to see the details of the MSI you can use the free InstEd it!

http://www.instedit.com/