Original author(s) | Rob Mensching, Microsoft |
---|---|
Developer(s) | .NET Foundation |
Initial release | 5 April 2004 |
Stable release | 5.0.0
/ 5 April 2024 |
Repository | github |
Written in | C++, C# |
Operating system | Windows |
Type | Software development tools |
License | Microsoft Reciprocal License |
Website | wixtoolset |
Windows Installer XML Toolset (WiX, pronounced "wicks") is a free software toolset that builds Windows Installer packages from XML. It consists of a command-line environment that developers may integrate into their build processes to build MSI and MSM packages. WiX was the first Microsoft project to be released under an open-source license, the Common Public License.[1][2] It was also the first Microsoft project to be hosted on an external website.[1]
After its release in 2004, Microsoft has used WiX to package Office 2007, SQL Server 2005, Visual Studio 2005/2008, and other products.[3][2]
WiX includes Votive, a Visual Studio add-in that allows creating and building WiX setup projects using the Visual Studio IDE. Votive supports syntax highlighting and IntelliSense for .wxs source files and adds a WiX setup project type .wixproj to Visual Studio.[4]