wixl
Windows Installer creation tool
Install
- All systems
-
curl cmd.cat/wixl.sh
- Debian
-
apt-get install wixl - Ubuntu
-
apt-get install wixl - Kali Linux
-
apt-get install wixl - Fedora
-
dnf install wixl - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install wixl - Raspbian
-
apt-get install wixl
wixl
Windows Installer creation tool
wixl builds Windows Installer (.msi) packages from XML documents, in a similar fashion to the WiX toolset. This package includes wixl-heat, which builds WiX XML fragments from lists of files and directories.
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