- WiX
infobox software
name = Windows Installer XML toolset
developer =Microsoft
author =Rob Mensching
("benevolent dictator")
latest_release_version = 2.0.5805
latest_release_date =October 5 ,2007
latest_preview_version = 3.0.3725
latest_preview_date =January 25 ,2008
operating_system = Windows
genre =Software development tools
license =Common Public License
website = http://wix.sourceforge.net/The Windows Installer XML toolset (WiX, pronounced "wicks"), is a
free software toolset that buildsWindows Installer (MSI) packages from anXML document. It supports a command-line environment that developers may integrate into their build processes to build MSI and MSM setup packages. This is the first software released byMicrosoft under anopen-source license calledCommon Public License .It also includes Votive, a
Visual Studio add-in that allows creating and building WiX setup projects using the Visual Studio IDE. Votive supportssyntax highlighting andIntelliSense for .WXS source files and adds a WiX setup project type to Visual Studio.Internal structure
WiX is composed of several components, whose names derive from a play on words on the "wick(s)" of a candle.Fact|date=August 2008
Candle
Candle, the
compiler , is used to compile the XML documents to object files that contain symbols and references to symbols.Light
Light, the
linker takes one or more object files and links the references in the object files to the appropriate symbols in other object files. Light is also responsible for collecting all of the binaries, packaging them appropriately, and generating the final MSI or MSM file.Lit
Lit, the library tool is an optional tool that can be used to combine multiple object files into libraries that can be parsed by Light.
Dark
Dark, the decompiler takes existing MSI and MSM files and generates XML documents that represents the package.
Tallow/Heat
Tallow is a tool for generating WiX filelist code by traversing directory trees. It produces a WiX "fragment" which can be incorporated with other WiX source files at compile time. It will be rendered in WiX 3.0 by a more general "harvesting" tool known as Heat. There is also an unofficial version of Tallow known as Mallow [http://www.infozoom.de/download/Mallow.zip.] , which adds synchronization capabilities and improved component id generation.
There is also a new tool called Paraffin [ [http://www.wintellect.com/cs/blogs/jrobbins/archive/2007/10/21/wix-a-better-tallow-paraffin.aspx John Robbins' Blog : WiX: A Better TALLOW – PARAFFIN (Part 3 of 3) ] ] , which provides support for initial creation of a fragment and synchronization.
History
On
April 5 2004 , WiX was the firstMicrosoft project to be released under an externally createdOpen Source license, the Common Public License. It was also the first Microsoft Shared Source project to be hosted externally (onSourceForge ).Rob Mensching , the original author and lead developer of WiX, works on WiX in his spare time. At the time of release he said, "I did not feel that many people inside Microsoft understood what the Open Source community was really about and I wanted to improve that understanding by providing an example."As of 2006, several other Microsoft employees from various product divisions of the company work on WiX with Mensching, meeting after business hours once a week to co-ordinate development efforts and write code. WiX has proven to be so popular with Microsoft development teams that many of Microsoft's software products, like SQL Server 2005 and Office 2007, are packaged using WiX.
As of 2007, WiX version 2.0 is considered stable and production quality, and is no longer being developed. WiX version 3.0 is under development.
See also
*
List of installation software Notes
References
*
*External links
* [http://wix.sourceforge.net/ Official website]
* [http://sourceforge.net/projects/wix/ Project summary] onSourceForge.net
* [http://osdir.com/Article380.phtml Interview with Rob Mensching of Microsoft's WiX Project]
* [http://channel9.msdn.com/showpost.aspx?postid=187347 Video interview of the WiX team by Microsoft's Channel 9]
Wikimedia Foundation. 2010.