Execute the following in a command line window to extract the contents of the msi to a temporary directory.
msiexec /a PathToMSIFile /qb TARGETDIR=DirectoryToExtractTo
My professional musings
Execute the following in a command line window to extract the contents of the msi to a temporary directory.
msiexec /a PathToMSIFile /qb TARGETDIR=DirectoryToExtractTo