Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
July 29, 2007
A. Numerous utilities are available for extracting the content of an MSI file. For example, you can use Msidb. However, another way is to perform an administrative installation, using the /a switch and specifying a target folder for the extraction. For example:
msiexec /a mm26_enu.msi /qb TARGETDIR=d:tempmmextract
You May Also Like