<?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>..::\\ www.christiano.ch //::.. &#187; Windows Installer XML (WIX)</title>
	<atom:link href="http://www.christiano.ch/wordpress/category/microsoft/microsoft_windows_installer/microsoft_windows_installer_wix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christiano.ch/wordpress</link>
	<description>christiano.ch blog - personal knowledge base, news, memoires et cetera</description>
	<lastBuildDate>Fri, 06 Jan 2012 15:28:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Creating Microsoft Windows Installer Package MSI using Windows Installer XML (WIX)</title>
		<link>http://www.christiano.ch/wordpress/2009/07/30/creating-microsoft-windows-installer-package-msi-using-windows-installer-xml-wix/</link>
		<comments>http://www.christiano.ch/wordpress/2009/07/30/creating-microsoft-windows-installer-package-msi-using-windows-installer-xml-wix/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 07:24:43 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Windows Installer]]></category>
		<category><![CDATA[Windows Installer XML (WIX)]]></category>

		<guid isPermaLink="false">http://www.christiano.ch/wordpress/?p=100</guid>
		<description><![CDATA[The Windows Installer XML (WiX) is a toolset that builds Windows installation packages from XML source code. It is hosted under sourceforge.net (http://wix.sourceforge.net/). Since it is a toolset, the solution typically consists of a few console applications. candle.exe &#8211; is &#8230; <a href="http://www.christiano.ch/wordpress/2009/07/30/creating-microsoft-windows-installer-package-msi-using-windows-installer-xml-wix/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Windows Installer XML (WiX) is a toolset that builds Windows installation packages from XML source code. It is hosted under sourceforge.net (<a title="WiX on Sourceforge" href="http://wix.sourceforge.net/" target="_blank">http://wix.sourceforge.net/</a>).</p>
<p>Since it is a toolset, the solution typically consists of a few console applications.</p>
<ul>
<li>candle.exe &#8211; is a compiler</li>
<li>light.exe &#8211; is a linker</li>
<li>dark.exe &#8211; is a MSI decompiler</li>
</ul>
<p>To get started creating a Windows Installer Package (MSI) i recommend to use another freeware tool called WiXEdit. This piece of Software is also hosted on sourceforge.net (<a title="WiXEdit" href="http://wixedit.sourceforge.net/" target="_blank">http://wixedit.sourceforge.net/</a>).</p>
<p>This is a sample for creating a registry key:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">&nbsp;</pre></div></div>

<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Creating+Microsoft+Windows+Installer+Package+MSI+using+Windows+Installer+XML+%28WIX%29+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D100" title="Post to Twitter"><img class="nothumb" src="http://www.christiano.ch/wordpress/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Creating+Microsoft+Windows+Installer+Package+MSI+using+Windows+Installer+XML+%28WIX%29+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D100" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.christiano.ch/wordpress/2009/07/30/creating-microsoft-windows-installer-package-msi-using-windows-installer-xml-wix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

