How to Install msitools in Ubuntu 18.04



Install msitools by entering the following commands in the terminal:

sudo apt update
sudo apt install msitools

Description:

Windows Installer file manipulation tool

msitools contains a number of programs to create, inspect and extract Windows Installer (.msi) files. . The following tools are included: - msiinfo: inspects MSI packages - msibuild: builds MSI packages - msidiff: compares two MSI packages' contents - msidump: dumps raw MSI tables and stream contents - msiextract: extracts files contained in MSI packages

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

Version: 0.97-1

Section: universe/utils