06/01/2012

Extract files from a .msi

There are some moments that you just need the files in a .msi and don't want to run the .msi

To extract the files in the .msi from the commandline type:
msiexec /a MSIFile /qb TARGETDIR=TargetDirectory

No comments: