MSI - How to extract files from an MSI

Use msiexec with /a to perform an Administrative Install.


msiexec /a <file.msi> TARGETDIR=<full-path-to-target-folder>

E.g.:

msiexec /a gsync.msi TARGETDIR=c:\temp\googledrive

The output directory will be created if it doesn't exist.


Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath