<?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>Michael Phillips Blog &#187; Add or Remove Programs</title>
	<atom:link href="http://nukeitmike.com/blog/tag/add-or-remove-programs/feed" rel="self" type="application/rss+xml" />
	<link>http://nukeitmike.com/blog</link>
	<description>My place to speak about things</description>
	<lastBuildDate>Thu, 29 Jul 2010 20:57:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Uninstalling Forefront from Server Core</title>
		<link>http://nukeitmike.com/blog/2009/04/02/uninstalling-forefront-from-server-core/</link>
		<comments>http://nukeitmike.com/blog/2009/04/02/uninstalling-forefront-from-server-core/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 13:27:43 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Forefront Client Security]]></category>
		<category><![CDATA[General Info]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Add or Remove Programs]]></category>
		<category><![CDATA[Forefront]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[uninstall]]></category>

		<guid isPermaLink="false">http://nukeitmike.com/blog/2009/04/02/uninstalling-forefront-from-server-core/</guid>
		<description><![CDATA[The best way to uninstall any program from Server Core, is to go into the registry to HKLM\software\Microsoft\Windows\CurrentVersion\Uninstall .  In there, you will see GUID for the various programs that are installed.  If you select the GUID and look at the right had side you will see some good information:   One of the REG_EXPAND_SZ [...]]]></description>
			<content:encoded><![CDATA[<p>The best way to uninstall any program from Server Core, is to go into the registry to <em>HKLM\software\Microsoft\Windows\CurrentVersion\Uninstall</em> .  In there, you will see GUID for the various programs that are installed.  If you select the GUID and look at the right had side you will see some good information:</p>
<p> </p>
<p><a href="http://nukeitmike.com/blog/wp-content/uploads/2009/04/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://nukeitmike.com/blog/wp-content/uploads/2009/04/image-thumb.png" border="0" alt="image" width="640" height="377" /></a></p>
<p>One of the <em>REG_EXPAND_SZ</em> values on the right is the <em>UninstallString</em>.  If you copy that value and paste it into the command line, it will politely ask:  Are you sure you want to uninstall this product?  If you are sure you want to uninstall it, go ahead and hit Ok.</p>
<p>If you want to get rid of both pieces of Forefront ( the Security State Assessment Service, and the Client Security Antimalware Service) you will need to find both registry keys and run both uninstalls.  There is a catch though…  the Client Security Antimalware Service has a value that looks like this: <em>MsiExec.exe /I{436028CD-6476-4224-9274-8F0320F30FD1}.</em>  To get it to uninstall, you need to change the /I to /X like this <em>MsiExec.exe /X{436028CD-6476-4224-9274-8F0320F30FD1}.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://nukeitmike.com/blog/2009/04/02/uninstalling-forefront-from-server-core//feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
