Wikiwand AI

WiX

Windows Installer creation toolset From Wikipedia, the free encyclopedia

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]

Release5 April 2004; 22 years ago (2004-04-05)
Stable release
7.0.0 / 7 April 2026; 4 months ago (2026-04-07)
Quick facts Original authors, Developer ...
WiX Toolset
Original authorsRob Mensching, Microsoft
Developer.NET Foundation
Release5 April 2004; 22 years ago (2004-04-05)
Stable release
7.0.0 / 7 April 2026; 4 months ago (2026-04-07)
Written inC++, C#
Operating systemWindows
TypeSoftware development tools
LicenseOpen Source Maintenance Fee
Websitewww.firegiant.com/wixtoolset/ Edit this on Wikidata
Repository
Close

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 a Visual Studio extension that allows creating and building WiX setup projects using the Visual Studio IDE. The extension supports syntax highlighting and IntelliSense for .wxs source files and adds a WiX setup project type .wixproj to Visual Studio.[4]

History

WiX was the first Microsoft project to be released under an open-source license, the Common Public License.[1][2] Initially hosted on SourceForge, it was also the first Microsoft project to be hosted externally.[1]

On June 6, 2010, WiX moved from SourceForge to CodePlex. On August 14, 2012, Microsoft transferred the WiX copyright to the Microsoft-sponsored Outercurve Foundation.[5] At the same time, the license was changed from the Common Public License to the Microsoft Reciprocal License. On May 4, 2016, WiX was transferred to the .NET Foundation.

Visual Studio 2012 removed the traditional setup project type. However, due to user feedback, an MSI setup project type was made available as a free extension starting with Visual Studio 2013. WiX is one of a set of recommended alternatives.[6][7]

In January 2013 the company FireGiant was founded by Rob Mensching and Kirk Fertitta and is the organization that continues the development of WiX.[8] On April 5, 2025, WiX 6.0 was released. Starting with this version, the license under which the software may be used was changed to Open Source Maintenance Fee.[9] When a company uses WiX and generates more than US$10,000 revenue, it is required that the company pays a fee.[10]

Functions

WiX is a toolset designed to build Windows Installer (.msi) packages using the command line.[4] It comes with the following tools:[5][4][11]

  • Candle: compiles source files into object files
  • Light: combines object files into a .msi file
  • Lit: creates libraries that can be linked by Light.exe
  • Dark: decompiles a .msi file into WiX code
  • Heat: creates a WiX source file
  • Pyro: creates Patch files (.msp) without needing the Windows Installer SDK
  • Burn: coordinates dependency installer

See also

References

Related Articles

Timelines

Top Qs

Fact Checks