Showing posts with label Extract MSI files. Show all posts
Showing posts with label Extract MSI files. Show all posts

February 16, 2021

Extract MSI files (without installing)

Extract MSI files (without installing) With “Admin” permission use the following command line:
msiexec /a drive:\filepath\to\MSI\file /qb TARGETDIR=drive:\filepath\to\target\folder        
For example to extract “Product.Setup.msi” files:
msiexec /a Product.Setup.msi /qb TARGETDIR=C:\Downloads\Product.Setup\Extracted