<?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 Customize the Firefox 3 Installer</title>
	<atom:link href="http://olex.openlogic.com/wazi/2008/how-to-customize-the-firefox-3-installer-for-the-enterprise/feed/" rel="self" type="application/rss+xml" />
	<link>http://olex.openlogic.com/wazi/2008/how-to-customize-the-firefox-3-installer-for-the-enterprise/</link>
	<description>Thinking OPEN</description>
	<lastBuildDate>Wed, 11 Nov 2009 19:16:14 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: apaz</title>
		<link>http://olex.openlogic.com/wazi/2008/how-to-customize-the-firefox-3-installer-for-the-enterprise/comment-page-1/#comment-3331</link>
		<dc:creator>apaz</dc:creator>
		<pubDate>Thu, 15 Oct 2009 09:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://olex.openlogic.com/wazi/?p=1219#comment-3331</guid>
		<description>I added the 
pref(&#039;general.config.obscure_value&#039;, 0);
pref(&#039;general.config.filename&#039;, &#039;firefox.cfg&#039;);
to all.js
and created the firefox.cfg with
&quot;defaultPref(&quot;browser.startup.homepage&quot;,&quot;http://www.test.com/&quot;);
created the installer and tested it, installs as normal, but it dosent change the homepage?
I tried to edit the browserconfig.properties instead, and that works, but how comes the cfg doesnt work?</description>
		<content:encoded><![CDATA[<p>I added the<br />
pref(&#8217;general.config.obscure_value&#8217;, 0);<br />
pref(&#8217;general.config.filename&#8217;, &#8216;firefox.cfg&#8217;);<br />
to all.js<br />
and created the firefox.cfg with<br />
&#8220;defaultPref(&#8221;browser.startup.homepage&#8221;,&#8221;http://www.test.com/&#8221;);<br />
created the installer and tested it, installs as normal, but it dosent change the homepage?<br />
I tried to edit the browserconfig.properties instead, and that works, but how comes the cfg doesnt work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen Bettridge</title>
		<link>http://olex.openlogic.com/wazi/2008/how-to-customize-the-firefox-3-installer-for-the-enterprise/comment-page-1/#comment-3147</link>
		<dc:creator>Glen Bettridge</dc:creator>
		<pubDate>Mon, 20 Jul 2009 17:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://olex.openlogic.com/wazi/?p=1219#comment-3147</guid>
		<description>Albert,

You &lt;em&gt;can&lt;/em&gt; copy the java plugin files (dlls, dylibs or so files depending on the platform) into the plugins directory when you crack the installer. However, the Mozilla folks strongly recommend against this since it can screw up Java updates. There&#039;s a nice article about the Java plugin on the &lt;a href=&quot;http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox&quot; rel=&quot;nofollow&quot;&gt;Mozilla support site&lt;/a&gt;.

Glen</description>
		<content:encoded><![CDATA[<p>Albert,</p>
<p>You <em>can</em> copy the java plugin files (dlls, dylibs or so files depending on the platform) into the plugins directory when you crack the installer. However, the Mozilla folks strongly recommend against this since it can screw up Java updates. There&#8217;s a nice article about the Java plugin on the <a href="http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox" rel="nofollow">Mozilla support site</a>.</p>
<p>Glen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albert Kam</title>
		<link>http://olex.openlogic.com/wazi/2008/how-to-customize-the-firefox-3-installer-for-the-enterprise/comment-page-1/#comment-3143</link>
		<dc:creator>Albert Kam</dc:creator>
		<pubDate>Tue, 14 Jul 2009 13:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://olex.openlogic.com/wazi/?p=1219#comment-3143</guid>
		<description>Hello,

Is there anyway i can specify the location of the java plugin, and make the custom firefox build to use it ? I&#039;ve scanned for java and jre for the configuration list and found none ..

If this can be done, that means a lot easier of setting up a java enabled firefox 3 for our programmers and clients ..

Please share your thoughts</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Is there anyway i can specify the location of the java plugin, and make the custom firefox build to use it ? I&#8217;ve scanned for java and jre for the configuration list and found none ..</p>
<p>If this can be done, that means a lot easier of setting up a java enabled firefox 3 for our programmers and clients ..</p>
<p>Please share your thoughts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen Bettridge</title>
		<link>http://olex.openlogic.com/wazi/2008/how-to-customize-the-firefox-3-installer-for-the-enterprise/comment-page-1/#comment-2353</link>
		<dc:creator>Glen Bettridge</dc:creator>
		<pubDate>Wed, 27 May 2009 17:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://olex.openlogic.com/wazi/?p=1219#comment-2353</guid>
		<description>David,

Good questions for which I have some semi-helpful answers.

1) The installer executable for FF is a self-extracting archive. In order to make it a proper installer, the self extracting code needs to run an executable after the extraction.  The app.tag file tells the self extractor which application from the archive to run once the archive has been expanded. In FF, setup.exe is what does the conventional installation tasks.
2) The curse of copy and paste combined with bad author proofreading. This is a holdover from an early draft, but since it is handy to see a sample config file, I&#039;ll add it to the article. Thanks for catching the mistake.

Glen</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>Good questions for which I have some semi-helpful answers.</p>
<p>1) The installer executable for FF is a self-extracting archive. In order to make it a proper installer, the self extracting code needs to run an executable after the extraction.  The app.tag file tells the self extractor which application from the archive to run once the archive has been expanded. In FF, setup.exe is what does the conventional installation tasks.<br />
2) The curse of copy and paste combined with bad author proofreading. This is a holdover from an early draft, but since it is handy to see a sample config file, I&#8217;ll add it to the article. Thanks for catching the mistake.</p>
<p>Glen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://olex.openlogic.com/wazi/2008/how-to-customize-the-firefox-3-installer-for-the-enterprise/comment-page-1/#comment-2350</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 26 May 2009 22:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://olex.openlogic.com/wazi/?p=1219#comment-2350</guid>
		<description>Thanks for the article!  This is a project I&#039;m working on right now, so I appreciate the time you&#039;ve put into it.

Two questions:

1)  In one of the early steps you say to download an &quot;app.tag file&quot;.  What is this for?
2)  You mention that you&#039;ve attached a sample firefox.cfg file using settings from Firefox 2.  Am I missing the attachment, or was that not meant for this audience?

Thanks again!

David</description>
		<content:encoded><![CDATA[<p>Thanks for the article!  This is a project I&#8217;m working on right now, so I appreciate the time you&#8217;ve put into it.</p>
<p>Two questions:</p>
<p>1)  In one of the early steps you say to download an &#8220;app.tag file&#8221;.  What is this for?<br />
2)  You mention that you&#8217;ve attached a sample firefox.cfg file using settings from Firefox 2.  Am I missing the attachment, or was that not meant for this audience?</p>
<p>Thanks again!</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen Bettridge</title>
		<link>http://olex.openlogic.com/wazi/2008/how-to-customize-the-firefox-3-installer-for-the-enterprise/comment-page-1/#comment-2230</link>
		<dc:creator>Glen Bettridge</dc:creator>
		<pubDate>Thu, 14 May 2009 17:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://olex.openlogic.com/wazi/?p=1219#comment-2230</guid>
		<description>MY: There are a couple of built-in switches for the installer that you may find useful: /S runs the installer silently; /D=[path] allows you to specify a customer installation directory and /INI=[path to ini] allows you to pick an alternate configuration ini file. For older versions of the installer, you could also use -ms instead of /S, but that&#039;s deprecated in the Firefox 3 installer.</description>
		<content:encoded><![CDATA[<p>MY: There are a couple of built-in switches for the installer that you may find useful: /S runs the installer silently; /D=[path] allows you to specify a customer installation directory and /INI=[path to ini] allows you to pick an alternate configuration ini file. For older versions of the installer, you could also use -ms instead of /S, but that&#8217;s deprecated in the Firefox 3 installer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MY</title>
		<link>http://olex.openlogic.com/wazi/2008/how-to-customize-the-firefox-3-installer-for-the-enterprise/comment-page-1/#comment-2198</link>
		<dc:creator>MY</dc:creator>
		<pubDate>Wed, 13 May 2009 16:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://olex.openlogic.com/wazi/?p=1219#comment-2198</guid>
		<description>Is it possible to build the custom installer with silent switch so we can push it out with a deployment tool? Thanks.</description>
		<content:encoded><![CDATA[<p>Is it possible to build the custom installer with silent switch so we can push it out with a deployment tool? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thinking open&#8230; &#124; OpenLogic Blogs</title>
		<link>http://olex.openlogic.com/wazi/2008/how-to-customize-the-firefox-3-installer-for-the-enterprise/comment-page-1/#comment-31</link>
		<dc:creator>Thinking open&#8230; &#124; OpenLogic Blogs</dc:creator>
		<pubDate>Wed, 26 Nov 2008 21:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://olex.openlogic.com/wazi/?p=1219#comment-31</guid>
		<description>[...] licenses. Our engineers contributed tips and tutorials on a range of topics including working with Firefox and installing Apache on AIX. Rod Cope reported the results of some experimentation with open [...]</description>
		<content:encoded><![CDATA[<p>[...] licenses. Our engineers contributed tips and tutorials on a range of topics including working with Firefox and installing Apache on AIX. Rod Cope reported the results of some experimentation with open [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
