Skip to main content

This Windows command will extract all files from a MSI Package Installer file.

:: Extract all files from MSI installer package: (command must be run with elevated/admin permissions)
msiexec /a "c:\source.msi" /qb TARGETDIR="c:\destination\"