wixl-heat

Windows Installer creation tool

Install

All systems
curl cmd.cat/wixl-heat.sh
Debian Debian
apt-get install wixl
Ubuntu
apt-get install wixl
image/svg+xml Kali Linux
apt-get install wixl
Fedora
dnf install msitools
Windows (WSL2)
sudo apt-get update sudo apt-get install wixl
OS X
brew install msitools
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