gcab

Create and extract Windows installer (.MSI) cabinet files

brewmacoslinux
Try with needOr install directly
Source

About

Windows installer (.MSI) tool

Commands

gcab

Examples

Extract all files from an MSI cabinet file$ gcab -x package.cab -C output_directory
Create a cabinet file from a directory$ gcab -c new_archive.cab input_directory/
List contents of a cabinet file$ gcab -l package.cab