21 January, 2011
0 Comments
1 category
If you want to extract an *.msi package to a specific folder, use:
msiexec /a Example.msi TARGETDIR="C:\Temp\Program Files" /qn
This will extract the contents of the Example.msi to a folder "C:\Temp\Program Files"
Tags: Setup Packages
Category: Uncategorized