<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Why Isn&#8217;t Add/Remove Programs Better?</title>
	<atom:link href="http://halr9000.com/article/675/feed" rel="self" type="application/rss+xml" />
	<link>http://halr9000.com/article/675</link>
	<description>(powershell &#38; other stuff)</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:56:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: jachymko</title>
		<link>http://halr9000.com/article/675/comment-page-1#comment-7009</link>
		<dc:creator>jachymko</dc:creator>
		<pubDate>Thu, 22 Jan 2009 09:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/675#comment-7009</guid>
		<description>actually, you can search in Vista and it also loads much faster... :)</description>
		<content:encoded><![CDATA[<p>actually, you can search in Vista and it also loads much faster&#8230; <img src='http://halr9000.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halr9000</title>
		<link>http://halr9000.com/article/675/comment-page-1#comment-6993</link>
		<dc:creator>halr9000</dc:creator>
		<pubDate>Sun, 28 Dec 2008 05:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/675#comment-6993</guid>
		<description>Yes, I&#039;m well-versed with Karl&#039;s PowerShell ThinApp trick, he shared it with me privately before he&#039;d blogged about it. I&#039;m trying to figure out a way to get a ThinApp license myself. :)</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;m well-versed with Karl&#8217;s PowerShell ThinApp trick, he shared it with me privately before he&#8217;d blogged about it. I&#8217;m trying to figure out a way to get a ThinApp license myself. <img src='http://halr9000.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrTomahawk</title>
		<link>http://halr9000.com/article/675/comment-page-1#comment-6992</link>
		<dc:creator>MrTomahawk</dc:creator>
		<pubDate>Sun, 28 Dec 2008 04:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/675#comment-6992</guid>
		<description>Sorry for not providing you the link, I was posting from an iPhone which makes it kind of hard.  Thanks Steve for finding the link.  Whenever I run into something that doesn&#039;t uninstall cleanly or I can&#039;t seem to uninstall I typically use the SVS so I can get a snapshot of exactly what files and registry keys are added from an install so I know what to remove from a host that may not have SVS on them. Honestly I wish I could VMware&#039;s ThinApp since its agentless, but I don&#039;t have a license and its not free.  Have you seen Karl Prosser&#039;s posting on portable Powershell? If not I highly recommend it it&#039;s really interesting how he was able to package the .Net framework along with the Powershell.</description>
		<content:encoded><![CDATA[<p>Sorry for not providing you the link, I was posting from an iPhone which makes it kind of hard.  Thanks Steve for finding the link.  Whenever I run into something that doesn&#8217;t uninstall cleanly or I can&#8217;t seem to uninstall I typically use the SVS so I can get a snapshot of exactly what files and registry keys are added from an install so I know what to remove from a host that may not have SVS on them. Honestly I wish I could VMware&#8217;s ThinApp since its agentless, but I don&#8217;t have a license and its not free.  Have you seen Karl Prosser&#8217;s posting on portable Powershell? If not I highly recommend it it&#8217;s really interesting how he was able to package the .Net framework along with the Powershell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halr9000</title>
		<link>http://halr9000.com/article/675/comment-page-1#comment-6991</link>
		<dc:creator>halr9000</dc:creator>
		<pubDate>Sat, 27 Dec 2008 17:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/675#comment-6991</guid>
		<description>Thanks David!</description>
		<content:encoded><![CDATA[<p>Thanks David!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Moravec</title>
		<link>http://halr9000.com/article/675/comment-page-1#comment-6990</link>
		<dc:creator>David Moravec</dc:creator>
		<pubDate>Sat, 27 Dec 2008 16:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/675#comment-6990</guid>
		<description>Hi,
As Win32_Product is not functional for PowerShell - as it&#039;s KB - I used this one-liner (Win XP):
Get-WmiObject Win32_QuickFixEngineering -filter &quot;Description = &#039;Windows PowerShell(TM) 1.0&#039;&quot; &#124;% {Invoke-Expression &quot;C:\WINDOWS\`$NtUninstall$($_.HotFixID)`$\spuninst\spuninst.exe&quot;}

I also created PowerGUI script. It works but this one-liner is much better (for this usage).</description>
		<content:encoded><![CDATA[<p>Hi,<br />
As Win32_Product is not functional for PowerShell &#8211; as it&#8217;s KB &#8211; I used this one-liner (Win XP):<br />
Get-WmiObject Win32_QuickFixEngineering -filter &#8220;Description = &#8216;Windows PowerShell(TM) 1.0&#8242;&#8221; |% {Invoke-Expression &#8220;C:\WINDOWS\`$NtUninstall$($_.HotFixID)`$\spuninst\spuninst.exe&#8221;}</p>
<p>I also created PowerGUI script. It works but this one-liner is much better (for this usage).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halr9000</title>
		<link>http://halr9000.com/article/675/comment-page-1#comment-6989</link>
		<dc:creator>halr9000</dc:creator>
		<pubDate>Fri, 26 Dec 2008 00:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/675#comment-6989</guid>
		<description>Awesome, thanks Steve.</description>
		<content:encoded><![CDATA[<p>Awesome, thanks Steve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Murawski</title>
		<link>http://halr9000.com/article/675/comment-page-1#comment-6988</link>
		<dc:creator>Steve Murawski</dc:creator>
		<pubDate>Thu, 25 Dec 2008 16:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/675#comment-6988</guid>
		<description>http://www.symantec.com/community/node/86</description>
		<content:encoded><![CDATA[<p><a href="http://www.symantec.com/community/node/86" rel="nofollow">http://www.symantec.com/community/node/86</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Murawski</title>
		<link>http://halr9000.com/article/675/comment-page-1#comment-6987</link>
		<dc:creator>Steve Murawski</dc:creator>
		<pubDate>Thu, 25 Dec 2008 03:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/675#comment-6987</guid>
		<description>I second Revo Uninstaller and CCleaner.</description>
		<content:encoded><![CDATA[<p>I second Revo Uninstaller and CCleaner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halr9000</title>
		<link>http://halr9000.com/article/675/comment-page-1#comment-6986</link>
		<dc:creator>halr9000</dc:creator>
		<pubDate>Thu, 25 Dec 2008 02:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/675#comment-6986</guid>
		<description>Is it still free for home use since Symantec?  Got a URL?</description>
		<content:encoded><![CDATA[<p>Is it still free for home use since Symantec?  Got a URL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrTomahawk</title>
		<link>http://halr9000.com/article/675/comment-page-1#comment-6985</link>
		<dc:creator>MrTomahawk</dc:creator>
		<pubDate>Thu, 25 Dec 2008 01:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/675#comment-6985</guid>
		<description>The original Add/Remove in XP used a HTA and JSript embedded in a .dll file (I forget which but you can find it e  Process Explorer). You can easily extract this code using Resource Hacker, and then you could easily add/modify it to your liking. I started to do this a couple years ago, loading in some effects from the Scriptaculous JS library, but I never got around to finishing it. Really it was so much easier for me remove things as soon I started virtualizing them into Altiris SVS pacakages (right-click Delete), and for home it&#039;s free. You can&#039;t beat that.</description>
		<content:encoded><![CDATA[<p>The original Add/Remove in XP used a HTA and JSript embedded in a .dll file (I forget which but you can find it e  Process Explorer). You can easily extract this code using Resource Hacker, and then you could easily add/modify it to your liking. I started to do this a couple years ago, loading in some effects from the Scriptaculous JS library, but I never got around to finishing it. Really it was so much easier for me remove things as soon I started virtualizing them into Altiris SVS pacakages (right-click Delete), and for home it&#8217;s free. You can&#8217;t beat that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey Snover</title>
		<link>http://halr9000.com/article/675/comment-page-1#comment-6984</link>
		<dc:creator>Jeffrey Snover</dc:creator>
		<pubDate>Wed, 24 Dec 2008 23:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/675#comment-6984</guid>
		<description>I use this:

wmic product where Name=&#039;Windows PowerShell(TM) V2 (MS Internal Only)&#039; call uninstall

Jeffrey Snover [MSFT]
Windows Management Partner Architect
Visit the Windows PowerShell Team blog at:    http://blogs.msdn.com/PowerShell
Visit the Windows PowerShell ScriptCenter at:  http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx</description>
		<content:encoded><![CDATA[<p>I use this:</p>
<p>wmic product where Name=&#8217;Windows PowerShell(TM) V2 (MS Internal Only)&#8217; call uninstall</p>
<p>Jeffrey Snover [MSFT]<br />
Windows Management Partner Architect<br />
Visit the Windows PowerShell Team blog at:    <a href="http://blogs.msdn.com/PowerShell" rel="nofollow">http://blogs.msdn.com/PowerShell</a><br />
Visit the Windows PowerShell ScriptCenter at:  <a href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx" rel="nofollow">http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Schill</title>
		<link>http://halr9000.com/article/675/comment-page-1#comment-6983</link>
		<dc:creator>Mark Schill</dc:creator>
		<pubDate>Wed, 24 Dec 2008 21:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/675#comment-6983</guid>
		<description>CCleaner and Revo Uninstaller are two apps that I use.</description>
		<content:encoded><![CDATA[<p>CCleaner and Revo Uninstaller are two apps that I use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karl prosser</title>
		<link>http://halr9000.com/article/675/comment-page-1#comment-6982</link>
		<dc:creator>karl prosser</dc:creator>
		<pubDate>Wed, 24 Dec 2008 20:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/675#comment-6982</guid>
		<description>a powershell script, but that would be a bit odd when trying to remove powershell ;)</description>
		<content:encoded><![CDATA[<p>a powershell script, but that would be a bit odd when trying to remove powershell <img src='http://halr9000.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

