Windows Installer XML (WiX) toolset
Search

Introduction

The Windows Installer XML (WiX) is a toolset that builds Windows installation packages from XML source code. The toolset supports a command line environment that developers may integrate into their build processes to build MSI and MSM setup packages.

Latest news

Subscribe to send email, cutting down on spam
May 23, 2008
To help prevent spam on the WiX mailing lists, you must now subscribe to the lists before you can send e-mail to them. See the mailing list page for more information.
WiX toolset Production/Stable
February 17, 2008
The WiX toolset status has been upgraded to Production/Stable to recognize the final build of WiX v2 (2.0.5805.0). See http://robmensching.com/blog/archive/2008/02/17/WiX-toolset-on-SourceForge-marked-ProductionStable.aspx for more information.
The much exaggerated death of the WiX toolset
January 11, 2008
There has been some suggestion that the WiX toolset is a dead project because we have not released a drop to the SourceForge release point in a long while. Those fears are unfounded for three reasons. First, WiX v2 is stable so we are not expecting another build of that version unless a showstopper bug shows up. Second, weekly drops show up at the Weekly Releases release point regularly. Finally, pushing to the SourceForge release point is a manual process for us and ends up a lower priority. In any case, development is still very much active and the wix-users mailing list is still the best place to get your questions answered.
Votive works with Visual Studio 2008
December 7, 2007
Visual Studio 2008 has recently released and we are happy to announce that Votive is supported in both Visual Studio 2005 and Visual Studio 2008. You can also install Votive side by side on both versions of Visual Studio. Support for Visual Studio 2008 Beta 2 was added in build 3.0.3328 (which also works for Visual Studio 2008 RTM) and the final Visual Studio 2008 RTM bits are in a build >= 3.0.3607, which is available on the weekly releases page.
Saying Goodbye to FragmentRef's
March 15, 2007
After many months of being deprecated, its time to say goodbye (builds >= 3.0.2716.0). All FragmentRef's will need to be converted to one of the supported reference elements in WiX 3.0. Examples of these are ComponentRef, FeatureRef, PropertyRef, or CustomActionRef among others.