x
Sign in



Registration
WiX Toolset, or the Windows Installer XML toolset, is a portable and open source utility that helps developers create installers for Windows Installer. It comprises a set of build tools that build Windows Installer packages using the same build concepts such as the rest of your product. The source code is compiled and then linked to create executables such as .exe setup bundles, .msi installation packages, .msm merge modules, and .msp patches etc. The WiX SDK includes managed and native libraries that make it easier to write code that works with Windows Installer, including custom actions in both C# and C++.