msitools

Extract, create, and modify Windows installer (.MSI) files

brewmacoslinux
Try with needOr install directly
Source

About

Windows installer (.MSI) tool

Commands

msiexecmsidumpmsibuildmsiinfo

Examples

extract files from a windows installer$ msidump -t SummaryInformation installer.msi
view contents and properties of an msi file$ msiinfo summary installer.msi
extract all tables from an msi database$ msidump installer.msi -o output_directory
build a new msi installer from extracted files$ msibuild new_installer.msi -a table_file.idt
inspect windows installer package structure$ msidump -t File installer.msi