Using WiX on the command line

Windows Installer XML (WiX) v3.0

Using WiX on the command line

WiX can create Windows Installer databases which include: Windows Installer packages (.msi files), and merge modules (.msm files). We'll start by creating a Windows Installer package so that you'll have something that you can install and uninstall quickly. Then, we'll create a merge module and merge it into our example Windows Installer package.