<?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: Deploying Firefox 2 within the Enterprise: Part 6</title>
	<atom:link href="http://mike.kaply.com/2007/03/29/deploying-firefox-2-within-the-enterprise-part-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://mike.kaply.com/2007/03/29/deploying-firefox-2-within-the-enterprise-part-6/</link>
	<description>Mozilla, money, microformats and more</description>
	<lastBuildDate>Thu, 17 May 2012 12:38:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Mike Kaply</title>
		<link>http://mike.kaply.com/2007/03/29/deploying-firefox-2-within-the-enterprise-part-6/#comment-11856</link>
		<dc:creator>Mike Kaply</dc:creator>
		<pubDate>Wed, 29 Jun 2011 21:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/03/29/deploying-firefox-2-within-the-enterprise-part-6/#comment-11856</guid>
		<description>I don&#039;t think it does. Firefox 3.6 switched to a different installer mechanism (NSIS).

There&#039;s more info here:

http://mike.kaply.com/2010/06/18/customizing-the-firefox-installer-on-windows/</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think it does. Firefox 3.6 switched to a different installer mechanism (NSIS).</p>
<p>There&#8217;s more info here:</p>
<p><a href="http://mike.kaply.com/2010/06/18/customizing-the-firefox-installer-on-windows/" rel="nofollow">http://mike.kaply.com/2010/06/18/customizing-the-firefox-installer-on-windows/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yi</title>
		<link>http://mike.kaply.com/2007/03/29/deploying-firefox-2-within-the-enterprise-part-6/#comment-11835</link>
		<dc:creator>Yi</dc:creator>
		<pubDate>Wed, 29 Jun 2011 15:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/03/29/deploying-firefox-2-within-the-enterprise-part-6/#comment-11835</guid>
		<description>Hi Mike,

Just wondering if the removed-files.log still works the same way in Firefix version 3.6.18?

I am trying to remove old plugin files from c:\program files\mozilla\plugins directory.

I added the following to the removed-files.log but it didn&#039;t remove those files:
File: \plugins\swmenux.exe
File: \plugins\swonce.dll
File: \plugins\PluginPong.dll
File: \plugins\FlashUtil10i_plugin.exe

Any suggestions will be greatly appreciated!  Thank you!

Yi</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Just wondering if the removed-files.log still works the same way in Firefix version 3.6.18?</p>
<p>I am trying to remove old plugin files from c:\program files\mozilla\plugins directory.</p>
<p>I added the following to the removed-files.log but it didn&#8217;t remove those files:<br />
File: \plugins\swmenux.exe<br />
File: \plugins\swonce.dll<br />
File: \plugins\PluginPong.dll<br />
File: \plugins\FlashUtil10i_plugin.exe</p>
<p>Any suggestions will be greatly appreciated!  Thank you!</p>
<p>Yi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mkaply</title>
		<link>http://mike.kaply.com/2007/03/29/deploying-firefox-2-within-the-enterprise-part-6/#comment-263</link>
		<dc:creator>mkaply</dc:creator>
		<pubDate>Thu, 09 Aug 2007 17:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/03/29/deploying-firefox-2-within-the-enterprise-part-6/#comment-263</guid>
		<description>That will be a difficult think to remove since it is in the user profile directory and you have no way to know the exact path to the file.

What about an extension that removed the prefs?</description>
		<content:encoded><![CDATA[<p>That will be a difficult think to remove since it is in the user profile directory and you have no way to know the exact path to the file.</p>
<p>What about an extension that removed the prefs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miawf145</title>
		<link>http://mike.kaply.com/2007/03/29/deploying-firefox-2-within-the-enterprise-part-6/#comment-262</link>
		<dc:creator>miawf145</dc:creator>
		<pubDate>Thu, 09 Aug 2007 06:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/03/29/deploying-firefox-2-within-the-enterprise-part-6/#comment-262</guid>
		<description>Actually, I want to remove C:\Documents and Settings\salina_shaharin\Application Data\Mozilla\Firefox\Profiles\XXXXXXXX.default\prefs.js.

Reason being:
In the new package, ver. 2.0.0.6, I added 2 entries in the prefs.js:
•	user_pref(&quot;network.negotiate-auth.delegation-uris&quot;, &quot;http://myexample.com&quot;);
•	user_pref(&quot;network.negotiate-auth.trusted-uris&quot;, &quot;http://myexample.com&quot;);

For upgrading from ver. 2.0.0.5 to ver.2.0.0.6, the existing prefs.js(ver. 2.0.0.5) is retained. So, it won&#039;t add the 2 new entries.

So, I plan to remove prefs.js(ver. 2.0.0.5).
Is this the correct way/plan to add the entries? Is there other way?</description>
		<content:encoded><![CDATA[<p>Actually, I want to remove C:\Documents and Settings\salina_shaharin\Application Data\Mozilla\Firefox\Profiles\XXXXXXXX.default\prefs.js.</p>
<p>Reason being:<br />
In the new package, ver. 2.0.0.6, I added 2 entries in the prefs.js:<br />
•	user_pref(&#8220;network.negotiate-auth.delegation-uris&#8221;, &#8220;http://myexample.com&#8221;);<br />
•	user_pref(&#8220;network.negotiate-auth.trusted-uris&#8221;, &#8220;http://myexample.com&#8221;);</p>
<p>For upgrading from ver. 2.0.0.5 to ver.2.0.0.6, the existing prefs.js(ver. 2.0.0.5) is retained. So, it won&#8217;t add the 2 new entries.</p>
<p>So, I plan to remove prefs.js(ver. 2.0.0.5).<br />
Is this the correct way/plan to add the entries? Is there other way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mkaply</title>
		<link>http://mike.kaply.com/2007/03/29/deploying-firefox-2-within-the-enterprise-part-6/#comment-261</link>
		<dc:creator>mkaply</dc:creator>
		<pubDate>Wed, 08 Aug 2007 16:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/03/29/deploying-firefox-2-within-the-enterprise-part-6/#comment-261</guid>
		<description>In your scenario, the removed-files.log would be read during the installation of 2.0.0.6 and could be used to remove files from 2.0.0.5 BEFORE installing 2.0.0.6.

So for example, let&#039;s say when you deployed 2.0.0.5 you had added an extra file called filea.txt in the directory where firefox.exe is installed and you wanted to remove it when users installed 2.0.0.6. You could add the line:

File: \filea.txt

and this file would be removed.

You cannot, however, use removed-files.log to remove files from other locations on the hard drive.

The base directory for removed-files.log is the directory where firefox is installed, so

File: \defaults\profile\prefs.js

Means (on a default windows install)

C:\Program Files\Mozilla Firefox\defaults\profile\prefs.js

What exactly are you trying to do?</description>
		<content:encoded><![CDATA[<p>In your scenario, the removed-files.log would be read during the installation of 2.0.0.6 and could be used to remove files from 2.0.0.5 BEFORE installing 2.0.0.6.</p>
<p>So for example, let&#8217;s say when you deployed 2.0.0.5 you had added an extra file called filea.txt in the directory where firefox.exe is installed and you wanted to remove it when users installed 2.0.0.6. You could add the line:</p>
<p>File: \filea.txt</p>
<p>and this file would be removed.</p>
<p>You cannot, however, use removed-files.log to remove files from other locations on the hard drive.</p>
<p>The base directory for removed-files.log is the directory where firefox is installed, so</p>
<p>File: \defaults\profile\prefs.js</p>
<p>Means (on a default windows install)</p>
<p>C:\Program Files\Mozilla Firefox\defaults\profile\prefs.js</p>
<p>What exactly are you trying to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miawf145</title>
		<link>http://mike.kaply.com/2007/03/29/deploying-firefox-2-within-the-enterprise-part-6/#comment-260</link>
		<dc:creator>miawf145</dc:creator>
		<pubDate>Wed, 08 Aug 2007 15:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/03/29/deploying-firefox-2-within-the-enterprise-part-6/#comment-260</guid>
		<description>Hi!

I have questions regarding removed-files.log.

How does removed-files.log works? Let say a machine has been installed with Firefox ver. 2.0.0.5. In the new Firefox package(ver. 2.0.0.6) , I added an entry to remove a file, let say ‘file A’.

Does this mean, on the same machine, when I installed ver 2.0.0.6 on top of ver 2.0.0.5, does it remove ‘file A’ from the current installation (ver 2.0.0.5)?  Or, will it remove ‘file A’ during ver. 2.0.0.6 un-installation?

How to edit removed-files.log? I’ve added the following entries in the removed-files.log
Dir: \defaults\profile\
File: \defaults\profile\prefs.js
However, it didn’t remove the profile folder in the C:\Document and settings\\application data\ Mozilla\Firefox\default folder.
Is it something wrong with my entries in the removed-files.log?

Please help me....</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I have questions regarding removed-files.log.</p>
<p>How does removed-files.log works? Let say a machine has been installed with Firefox ver. 2.0.0.5. In the new Firefox package(ver. 2.0.0.6) , I added an entry to remove a file, let say ‘file A’.</p>
<p>Does this mean, on the same machine, when I installed ver 2.0.0.6 on top of ver 2.0.0.5, does it remove ‘file A’ from the current installation (ver 2.0.0.5)?  Or, will it remove ‘file A’ during ver. 2.0.0.6 un-installation?</p>
<p>How to edit removed-files.log? I’ve added the following entries in the removed-files.log<br />
Dir: \defaults\profile\<br />
File: \defaults\profile\prefs.js<br />
However, it didn’t remove the profile folder in the C:\Document and settings\\application data\ Mozilla\Firefox\default folder.<br />
Is it something wrong with my entries in the removed-files.log?</p>
<p>Please help me&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike&#8217;s Musings &#187; Rebranding the Firefox Installer</title>
		<link>http://mike.kaply.com/2007/03/29/deploying-firefox-2-within-the-enterprise-part-6/#comment-259</link>
		<dc:creator>Mike&#8217;s Musings &#187; Rebranding the Firefox Installer</dc:creator>
		<pubDate>Thu, 19 Jul 2007 15:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/03/29/deploying-firefox-2-within-the-enterprise-part-6/#comment-259</guid>
		<description>[...] One of the other extensions I&#8217;ve written is the Rebrand extension. This extension allows you to rebrand Firefox to whatever you want just by installing an extension. A question I often get asked by people that use this extension is whether or not it is possible to rebrand the installer. This post will provide instructions on how to rebrand the Firefox 2 installer. In particular, we are going to create a new customized setup.exe that can be used with the instructions in this post. Basically you unpack the installer and simply replace setup.exe with the new one we will create. [...]</description>
		<content:encoded><![CDATA[<p>[...] One of the other extensions I&#8217;ve written is the Rebrand extension. This extension allows you to rebrand Firefox to whatever you want just by installing an extension. A question I often get asked by people that use this extension is whether or not it is possible to rebrand the installer. This post will provide instructions on how to rebrand the Firefox 2 installer. In particular, we are going to create a new customized setup.exe that can be used with the instructions in this post. Basically you unpack the installer and simply replace setup.exe with the new one we will create. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://mike.kaply.com/2007/03/29/deploying-firefox-2-within-the-enterprise-part-6/#comment-258</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Thu, 05 Jul 2007 12:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/03/29/deploying-firefox-2-within-the-enterprise-part-6/#comment-258</guid>
		<description>Do you happen to have instructions or a link for creating the &quot;self extracting executable&quot; for firefox. I am trying to create a customised version and am having no luck in finding instructions about how to re-create the setup.exe file. Any help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Do you happen to have instructions or a link for creating the &#8220;self extracting executable&#8221; for firefox. I am trying to create a customised version and am having no luck in finding instructions about how to re-create the setup.exe file. Any help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  mike.kaply.com/2007/03/29/deploying-firefox-2-within-the-enterprise-part-6/feed/ ) in 0.52071 seconds, on May 21st, 2012 at 6:26 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 21st, 2012 at 7:26 am UTC -->
