From time to time you can encounter a MSI file that instead installing you would like to extract.
Use this command as system administrator:
msiexec /a file.msi /qb TARGETDIR=c:\extract\dir
From time to time you can encounter a MSI file that instead installing you would like to extract.
Use this command as system administrator:
msiexec /a file.msi /qb TARGETDIR=c:\extract\dir