<?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: How to run a clean-up script when your extension is uninstalled</title>
	<atom:link href="http://blog.iosart.com/2004/08/20/how-to-run-a-clean-up-script-when-your-extension-is-uninstalled/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.iosart.com/2004/08/20/how-to-run-a-clean-up-script-when-your-extension-is-uninstalled/</link>
	<description>web ~ music ~ photography ~ life</description>
	<lastBuildDate>Mon, 29 Nov 2010 16:28:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ayembee</title>
		<link>http://blog.iosart.com/2004/08/20/how-to-run-a-clean-up-script-when-your-extension-is-uninstalled/comment-page-1/#comment-271</link>
		<dc:creator>ayembee</dc:creator>
		<pubDate>Tue, 16 Aug 2005 00:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.iosart.com/blog/archives/2004/08/20/13/#comment-271</guid>
		<description>nice... at the moment i have a strong interest in something that works from the other direction -- is it possible to run code on installation that can clean out an old version of your extension? (if a change of GUIDs becomes necessary, for instance)</description>
		<content:encoded><![CDATA[<p>nice&#8230; at the moment i have a strong interest in something that works from the other direction &#8212; is it possible to run code on installation that can clean out an old version of your extension? (if a change of GUIDs becomes necessary, for instance)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hurry</title>
		<link>http://blog.iosart.com/2004/08/20/how-to-run-a-clean-up-script-when-your-extension-is-uninstalled/comment-page-1/#comment-264</link>
		<dc:creator>Hurry</dc:creator>
		<pubDate>Tue, 09 Aug 2005 03:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.iosart.com/blog/archives/2004/08/20/13/#comment-264</guid>
		<description>Nice concept, but I am a little dumb here. I am a newbie, could you give me complete step by step to do this clean up with the code? I really appreciate your help.</description>
		<content:encoded><![CDATA[<p>Nice concept, but I am a little dumb here. I am a newbie, could you give me complete step by step to do this clean up with the code? I really appreciate your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gergo</title>
		<link>http://blog.iosart.com/2004/08/20/how-to-run-a-clean-up-script-when-your-extension-is-uninstalled/comment-page-1/#comment-188</link>
		<dc:creator>Gergo</dc:creator>
		<pubDate>Tue, 12 Jul 2005 11:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.iosart.com/blog/archives/2004/08/20/13/#comment-188</guid>
		<description>Great idea,
I was looking for this functionality and found &#039;Adding entries to the uninstall log&#039; on MozillaZine. Unfortunately that method needs to add each file separately to the Uninstall file in the extension directory. In my case I save a lot of web pages (implementing my own cache) and it would be too much files to add to the list. It seems to be much easier to delete my cache&#039;s root directory recursively from a script on uninstall.
Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Great idea,<br />
I was looking for this functionality and found &#8216;Adding entries to the uninstall log&#8217; on MozillaZine. Unfortunately that method needs to add each file separately to the Uninstall file in the extension directory. In my case I save a lot of web pages (implementing my own cache) and it would be too much files to add to the list. It seems to be much easier to delete my cache&#8217;s root directory recursively from a script on uninstall.<br />
Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Firefox Fanatic</title>
		<link>http://blog.iosart.com/2004/08/20/how-to-run-a-clean-up-script-when-your-extension-is-uninstalled/comment-page-1/#comment-59</link>
		<dc:creator>Firefox Fanatic</dc:creator>
		<pubDate>Mon, 06 Jun 2005 05:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.iosart.com/blog/archives/2004/08/20/13/#comment-59</guid>
		<description>I&#039;m not any big programmer or anything but sometimes when i uninstall an extension from firefox and i check my profile folder i still see folders containing scripts n other stuff from the uninstalled extensions.. I&#039;m not sure if this is supposed to be like tht, but if the solution u stated above can clean up those unnecesary files then yes it is a good idea that should be followed up</description>
		<content:encoded><![CDATA[<p>I&#8217;m not any big programmer or anything but sometimes when i uninstall an extension from firefox and i check my profile folder i still see folders containing scripts n other stuff from the uninstalled extensions.. I&#8217;m not sure if this is supposed to be like tht, but if the solution u stated above can clean up those unnecesary files then yes it is a good idea that should be followed up</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iosart</title>
		<link>http://blog.iosart.com/2004/08/20/how-to-run-a-clean-up-script-when-your-extension-is-uninstalled/comment-page-1/#comment-38</link>
		<dc:creator>Iosart</dc:creator>
		<pubDate>Thu, 05 May 2005 18:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.iosart.com/blog/archives/2004/08/20/13/#comment-38</guid>
		<description>The code for this technique can be found in my FirefoxView extension.</description>
		<content:encoded><![CDATA[<p>The code for this technique can be found in my FirefoxView extension.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duane Fields</title>
		<link>http://blog.iosart.com/2004/08/20/how-to-run-a-clean-up-script-when-your-extension-is-uninstalled/comment-page-1/#comment-37</link>
		<dc:creator>Duane Fields</dc:creator>
		<pubDate>Thu, 05 May 2005 17:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.iosart.com/blog/archives/2004/08/20/13/#comment-37</guid>
		<description>Could you send me your example &quot;uninstall&quot; extension hook code?</description>
		<content:encoded><![CDATA[<p>Could you send me your example &#8220;uninstall&#8221; extension hook code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://blog.iosart.com/2004/08/20/how-to-run-a-clean-up-script-when-your-extension-is-uninstalled/comment-page-1/#comment-6</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Wed, 01 Dec 2004 14:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.iosart.com/blog/archives/2004/08/20/13/#comment-6</guid>
		<description>Thanks too. I was looking for a post uninstall extension script or event but soon realized it didn&#039;t exist yet. I would appreciate seeing code on using nsIExtensionManager for this purpose. Let&#039;s hope an onuninstall event is added to make handling easier.</description>
		<content:encoded><![CDATA[<p>Thanks too. I was looking for a post uninstall extension script or event but soon realized it didn&#8217;t exist yet. I would appreciate seeing code on using nsIExtensionManager for this purpose. Let&#8217;s hope an onuninstall event is added to make handling easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jed</title>
		<link>http://blog.iosart.com/2004/08/20/how-to-run-a-clean-up-script-when-your-extension-is-uninstalled/comment-page-1/#comment-5</link>
		<dc:creator>Jed</dc:creator>
		<pubDate>Wed, 01 Dec 2004 14:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.iosart.com/blog/archives/2004/08/20/13/#comment-5</guid>
		<description>Awesome, I woul definitally like this for my QuickNOte/BBCode and WebMailCompose extensions, as the firefox uninstaller doesn&#039;t get rid of prefs that I want removed.
Thanks once again alex.</description>
		<content:encoded><![CDATA[<p>Awesome, I woul definitally like this for my QuickNOte/BBCode and WebMailCompose extensions, as the firefox uninstaller doesn&#8217;t get rid of prefs that I want removed.<br />
Thanks once again alex.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

