msidump
Windows Installer file manipulation tool
Install
- All systems
-
curl cmd.cat/msidump.sh
- Debian
-
apt-get install msitools - Ubuntu
-
apt-get install msitools - Kali Linux
-
apt-get install msitools - Fedora
-
dnf install msitools - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install msitools - OS X
-
brew install msitools - Raspbian
-
apt-get install msitools
msitools
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