<?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 1</title>
	<atom:link href="http://mike.kaply.com/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://mike.kaply.com/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/</link>
	<description>Mozilla, money, microformats and more</description>
	<lastBuildDate>Tue, 15 May 2012 05:27:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: An Introduction To Mission Control Desktop - A Brundage Web-log</title>
		<link>http://mike.kaply.com/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/#comment-220</link>
		<dc:creator>An Introduction To Mission Control Desktop - A Brundage Web-log</dc:creator>
		<pubDate>Tue, 04 May 2010 14:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/#comment-220</guid>
		<description>[...] newsgroups, IRC and Google, I know many people use MCD, but share little about the subject. (Some do.)  Over the course of my work I wrote object prototypes, extended error reporting and generally [...]</description>
		<content:encoded><![CDATA[<p>[...] newsgroups, IRC and Google, I know many people use MCD, but share little about the subject. (Some do.)  Over the course of my work I wrote object prototypes, extended error reporting and generally [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mkaply</title>
		<link>http://mike.kaply.com/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/#comment-219</link>
		<dc:creator>mkaply</dc:creator>
		<pubDate>Fri, 14 Dec 2007 15:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/#comment-219</guid>
		<description>Joe:

Basically you follow the instructions at

http://www.kaply.com/weblog/2007/07/27/manually-repackaging-the-firefox-installer-on-windows/

After unzipping the EXE, just remove the optional directory and that will get rid of QFA and DOM Inspector.

Then follow the rest of the instructions.

To quietly install firefox, use the -ms parameter when invoking the installer.</description>
		<content:encoded><![CDATA[<p>Joe:</p>
<p>Basically you follow the instructions at</p>
<p><a href="http://www.kaply.com/weblog/2007/07/27/manually-repackaging-the-firefox-installer-on-windows/" rel="nofollow">http://www.kaply.com/weblog/2007/07/27/manually-repackaging-the-firefox-installer-on-windows/</a></p>
<p>After unzipping the EXE, just remove the optional directory and that will get rid of QFA and DOM Inspector.</p>
<p>Then follow the rest of the instructions.</p>
<p>To quietly install firefox, use the -ms parameter when invoking the installer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://mike.kaply.com/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/#comment-218</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 14 Dec 2007 13:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/#comment-218</guid>
		<description>[quote]
ac_add_options --enable-extensions=default,-inspector

This specified that we do not want to include the DOM Inspector in our build. This is going to be our “customization” for this build, although if this is really all we wanted to do, there are easier ways.
[/quote]

If this is all I want to do, where would I go to find the easier way of doing this?  My only goal (currently) is to quietly install Firefox to the enterprise without either of the 2 default add-ons.  I have been experimenting with the INI option during the install but have had little success with removing the DOM and QFA from the installation.</description>
		<content:encoded><![CDATA[<p>[quote]<br />
ac_add_options &#8211;enable-extensions=default,-inspector</p>
<p>This specified that we do not want to include the DOM Inspector in our build. This is going to be our “customization” for this build, although if this is really all we wanted to do, there are easier ways.<br />
[/quote]</p>
<p>If this is all I want to do, where would I go to find the easier way of doing this?  My only goal (currently) is to quietly install Firefox to the enterprise without either of the 2 default add-ons.  I have been experimenting with the INI option during the install but have had little success with removing the DOM and QFA from the installation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FreeSoftNews &#187; Blog Archive &#187; Guide to Deploying Mozilla Firefox in an Enterprise Published</title>
		<link>http://mike.kaply.com/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/#comment-217</link>
		<dc:creator>FreeSoftNews &#187; Blog Archive &#187; Guide to Deploying Mozilla Firefox in an Enterprise Published</dc:creator>
		<pubDate>Sun, 01 Apr 2007 12:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/#comment-217</guid>
		<description>[...] The first part of the series covers how to check out the Firefox code and build it. Part two describes how to use Mike&#8217;s CCK Wizard to create an extension that applies enterprise-specific Firefox customisations. The third part discusses creating a Firefox installer. Parts four and five detail how to create Firefox update files and how to set up a server for deploying Firefox updates respectively. The final part covers some miscellaneous topics relating to deploying Firefox in the enterprise. There&#8217;s also a FAQ about enterprise Firefox deployments, which was published between parts two and three. [...]</description>
		<content:encoded><![CDATA[<p>[...] The first part of the series covers how to check out the Firefox code and build it. Part two describes how to use Mike&#8217;s CCK Wizard to create an extension that applies enterprise-specific Firefox customisations. The third part discusses creating a Firefox installer. Parts four and five detail how to create Firefox update files and how to set up a server for deploying Firefox updates respectively. The final part covers some miscellaneous topics relating to deploying Firefox in the enterprise. There&#8217;s also a FAQ about enterprise Firefox deployments, which was published between parts two and three. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brennan&#8217;s Blog &#187; Blog Archive &#187; Automatic Updates and Firefox</title>
		<link>http://mike.kaply.com/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/#comment-216</link>
		<dc:creator>Brennan&#8217;s Blog &#187; Blog Archive &#187; Automatic Updates and Firefox</dc:creator>
		<pubDate>Sat, 31 Mar 2007 16:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/#comment-216</guid>
		<description>[...] Getting the Source and Building it [...]</description>
		<content:encoded><![CDATA[<p>[...] Getting the Source and Building it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uutisblogi - Mozilla.fi</title>
		<link>http://mike.kaply.com/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/#comment-215</link>
		<dc:creator>Uutisblogi - Mozilla.fi</dc:creator>
		<pubDate>Sat, 24 Mar 2007 12:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/#comment-215</guid>
		<description>[...] Jos työ-, opiskelupaikkasi tms. atk-osasto nikottelee Firefoxin asennuksen suhteen, koska Firefoxin asentaminen enterprise/corporate/tms. ympäristössä on hankalaa tai huonosti dokumentoitua, kannattaa ohjata asiasta vastaava lukemaan Michael Kaplyn tuoretta artikkelisarjaa Deploying Firefox 2 within the Enterprise. [...]</description>
		<content:encoded><![CDATA[<p>[...] Jos työ-, opiskelupaikkasi tms. atk-osasto nikottelee Firefoxin asennuksen suhteen, koska Firefoxin asentaminen enterprise/corporate/tms. ympäristössä on hankalaa tai huonosti dokumentoitua, kannattaa ohjata asiasta vastaava lukemaan Michael Kaplyn tuoretta artikkelisarjaa Deploying Firefox 2 within the Enterprise. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike&#8217;s Musings &#187; Deploying Firefox in the Enterprise: Part 4</title>
		<link>http://mike.kaply.com/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/#comment-214</link>
		<dc:creator>Mike&#8217;s Musings &#187; Deploying Firefox in the Enterprise: Part 4</dc:creator>
		<pubDate>Wed, 21 Mar 2007 15:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/#comment-214</guid>
		<description>[...] Creating the partial MAR file requires a little more work. Since a partial MAR is a diff between two versions of Firefox, we&#8217;ll need to have the two versions of Firefox we want to diff against in separate directories so that we can create the partial MAR. If you want to create a partial MAR against your own custom Firefox 2.0.0.3, you&#8217;ll need to create a new build tree and build Firefox 2.0.0.3 using the instructions in the first post. (Change FIREFOX_2_0_0_2_RELEASE to FIREFOX_2_0_0_3_RELEASE) We&#8217;re going to take a shortcut and use the files that were created as part of the official Firefox 2.0.0.3 release. [...]</description>
		<content:encoded><![CDATA[<p>[...] Creating the partial MAR file requires a little more work. Since a partial MAR is a diff between two versions of Firefox, we&#8217;ll need to have the two versions of Firefox we want to diff against in separate directories so that we can create the partial MAR. If you want to create a partial MAR against your own custom Firefox 2.0.0.3, you&#8217;ll need to create a new build tree and build Firefox 2.0.0.3 using the instructions in the first post. (Change FIREFOX_2_0_0_2_RELEASE to FIREFOX_2_0_0_3_RELEASE) We&#8217;re going to take a shortcut and use the files that were created as part of the official Firefox 2.0.0.3 release. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Being Informed Of New Comments &#171; UK Web Focus</title>
		<link>http://mike.kaply.com/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/#comment-213</link>
		<dc:creator>Being Informed Of New Comments &#171; UK Web Focus</dc:creator>
		<pubDate>Mon, 19 Mar 2007 08:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/#comment-213</guid>
		<description>[...] This occurred to me after receiving a comment on the FireFox - The Researchers Favourite Application? posting from Peter Miller, in which he mentioned that Mike Kaply, the Firefox Operator guy, is blogging on enterprise deployment. There has been a fair amount of interest in this topic (indeed the post is in the list of top postings in this blog) so it would be unfortunate if people missed this useful link on developments in this area. [...]</description>
		<content:encoded><![CDATA[<p>[...] This occurred to me after receiving a comment on the FireFox &#8211; The Researchers Favourite Application? posting from Peter Miller, in which he mentioned that Mike Kaply, the Firefox Operator guy, is blogging on enterprise deployment. There has been a fair amount of interest in this topic (indeed the post is in the list of top postings in this blog) so it would be unfortunate if people missed this useful link on developments in this area. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smokey Ardisson</title>
		<link>http://mike.kaply.com/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/#comment-212</link>
		<dc:creator>Smokey Ardisson</dc:creator>
		<pubDate>Fri, 16 Mar 2007 22:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/#comment-212</guid>
		<description>Yes, that seems much more clear :)</description>
		<content:encoded><![CDATA[<p>Yes, that seems much more clear <img src='http://mike.kaply.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mkaply</title>
		<link>http://mike.kaply.com/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/#comment-211</link>
		<dc:creator>mkaply</dc:creator>
		<pubDate>Fri, 16 Mar 2007 18:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/#comment-211</guid>
		<description>Smokey: Thanks. Is that better?</description>
		<content:encoded><![CDATA[<p>Smokey: Thanks. Is that better?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  mike.kaply.com/2007/03/15/deploying-firefox-2-within-the-enterprise-part-1/feed/ ) in 0.28623 seconds, on May 16th, 2012 at 11:25 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 17th, 2012 at 12:25 am UTC -->
