<?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>Crafting software&#187; msi</title>
	<atom:link href="http://davidlaing.com/tag/msi/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidlaing.com</link>
	<description>David Laing&#039;s thoughts on software development</description>
	<lastBuildDate>Wed, 01 Feb 2012 11:02:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Howto uninstall a broken MSI</title>
		<link>http://davidlaing.com/2009/05/27/howto-uninstall-a-broken-msi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=howto-uninstall-a-broken-msi</link>
		<comments>http://davidlaing.com/2009/05/27/howto-uninstall-a-broken-msi/#comments</comments>
		<pubDate>Wed, 27 May 2009 10:26:05 +0000</pubDate>
		<dc:creator>mrdavidlaing</dc:creator>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[msi]]></category>

		<guid isPermaLink="false">http://davidlaing.com/?p=179</guid>
		<description><![CDATA[I&#8217;m busy creating an MSI installer package at work; and managed to get my system into a bit of a knot. Basically, my custom action crashes on uninstall &#8211; so when I try to remove the broken MSI, it throws an error and rolls back the uninstall process. AAARGH! How do I remove the broken [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m busy creating an MSI installer package at work; and managed to get my system into a bit of a knot.</p>
<p>Basically, my custom action crashes on uninstall &#8211; so when I try to remove the broken MSI, it throws an error and rolls back the uninstall process.</p>
<p>AAARGH!  How do I remove the broken MSI now that I&#8217;ve fixed the bug?</p>
<p>Fortunately MSKB supplies this helpful little tool:</p>
<p><a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;290301">Windows Installer CleanUp Utility</a></p>
<p>Simply run, select offending MSI, and it will forceably remove any MSI registration from your system.  </p>
<p>Got me out of a pickle; and will hopefully do the same for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://davidlaing.com/2009/05/27/howto-uninstall-a-broken-msi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

