HOW TO Extract MSI files
Posted: Sat Oct 13, 2012 8:46 am
msiexec /a filepath-to-MSI-file /qb TARGETDIR=filepath-to-target-folder
e.g
msiexec /a file.msi /qb TARGETDIR=c:\temp\mymsi
e.g
msiexec /a file.msi /qb TARGETDIR=c:\temp\mymsi