On Ubuntu or Termux, install:

apt install msitools

Available Tools

From https://wiki.gnome.org/msitools

  • msiinfo, to inspect MSI files
  • msibuild, a low-level tool to create MSI files
  • msiextract, to inspect and extract the files of an MSI file
  • msidump, to extract all tables or streams from an MSI file
  • msidiff, to diff MSI tables and file content
  • wixl, a WiX-like tool, that builds Windows Installer (MSI) packages from an XML document, and tries to share the same syntax as the WiX toolset, http://wixtoolset.org/
  • wixl-heat, a tool that builds XML fragments from a list of files and directories.
  • osslsigncode >= 1.5.1 can sign MSI files.