This from my friend Mark:
If you ever have need to extract files from a .MSI file, you can copy the file to a temp directory and from a CMD prompt type
msiexec /a <msi_file_to_extract_files_from.msi>
and it will run an administrative install of the MSI where you can direct the contents to go. Very handy…