<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gary Pretty's Blog &#187; WIX</title>
	<atom:link href="http://blog.garypretty.co.uk/index.php/category/wix/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.garypretty.co.uk</link>
	<description>.Net Development &#38; General Tech Related News</description>
	<lastBuildDate>Wed, 19 May 2010 23:51:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Windows Installer XML (WIX) &#8211; Open Source from Microsoft</title>
		<link>http://blog.garypretty.co.uk/index.php/2008/04/01/windows-installer-xml-wix-open-source-from-microsoft/</link>
		<comments>http://blog.garypretty.co.uk/index.php/2008/04/01/windows-installer-xml-wix-open-source-from-microsoft/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 15:03:15 +0000</pubDate>
		<dc:creator>Gary Pretty</dc:creator>
				<category><![CDATA[WIX]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://blog.garypretty.co.uk/?p=12</guid>
		<description><![CDATA[To those of you who already know of WIX (Windows Installer XML), it will be old news. But, for those of you who don&#8217;t, I thought I would introduce you to it. Windows Installer XML was released some time ago to the open source community by Microsoft. It allows for the creation of Windows Installer [...]]]></description>
			<content:encoded><![CDATA[<p>To those of you who already know of <strong>WIX (Windows Installer XML)</strong>, it will be old news. But, for those of you who don&#8217;t, I thought I would introduce you to it.</p>
<p>Windows Installer XML was released some time ago to the open source community by Microsoft.  It allows for the creation of Windows Installer Packages (i.e. MSI files) from XML files.  This means by using the toolset within your build process, you can integrate the creation of custom installer packages into your build easily.</p>
<p>The packages created by WIX can be fairly complex, allowing for custom actions to be embedded within the MSI, including tasks such as installing Windows Services.  Also, it should be noted that Microsoft are now using WIX internally themselves, for example, the installer packages for Microsoft Office 2007 were written with WIX.</p>
<p>WIX is currently at version 2.0 and is stable, with WIX 3.0 in development.  There has recently been some talk that the project is dead, however, the team behind WIX have definitively stated that this is not the case and the WIX project is very much alive.  I have been using WIX within my role at Experian to automate the build and deployment of our software, with great sucess.  I have written a generator app that utilitzes the toolset to generate all the MSI files for our software and then packages them all up into one wrapper application for deployment.</p>
<p>Anyway, I would seriously recommend having a look at WIX. I have included a couple of links below to get you started;</p>
<p><strong><a href="http://wix.sourceforge.net/">WIX on SourceForge</a></strong> &#8211; This, as the name suggests, is the home of the WIX project on SourceForge.  This contains links to the latest binaries, news and mailing lists for users and WIX project developers.</p>
<p><strong><a href="http://www.tramontana.co.hu/wix/">WIX Tutorial</a></strong> &#8211; An excellent introduction to using WIX with lots of examples and instructions to help you wade through the toolset (I think this tutorial is up to date for version 2.0 but I may be wrong).</p>
<p><strong><a href="http://www.ondotnet.com/pub/a/dotnet/2004/04/19/wix.html">Introduction to WIX</a></strong> &#8211; A short article introducing WIX and some basic concepts and usage.  This is an old article from 2004, but may still be useful reading for the new users out there.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/microsoft' rel='tag' target='_self'>microsoft</a>, <a class='technorati-link' href='http://technorati.com/tag/WIX' rel='tag' target='_self'>WIX</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.garypretty.co.uk/index.php/2008/04/01/windows-installer-xml-wix-open-source-from-microsoft/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
