Advertise on warmetal.nl!
Click for more information
about advertising here.

Did you find this website useful? Did I save you a lot of time?
Please consider donating to support this site:

 

Firefox Distribution

Introduction

This is a small tutorial on how to distribute firefox in a corporate environment. That's not so easy because the proxy settings (quite important within companies) are in a file in the profile, which on it's turn is in a directory that's created during the install with a random string. So you can't just copy the correct file to the correct location. The distribution software used is ZENworks, but this article doesn't really cover ZENworks. For more information on applications and ZENworks check this articles: ZENworks Applications. The application type used for firefox installation is simple.

Installation

  • Install firefox manually
  • Start firefox and make the required changes:
    • Proxy settings
    • Bookmarks
    • Startpage
  • Close firefox and copy the directory %appdata%\mozilla\firefox to your distribution share.
    • %appdata% directs you most of the times to C:\Documents and Settings\<username>\Application Data
  • Add the firefox executable to the distribution share.
  • Add any desired extensions to the distribution share.

Distribution

Create a simple application pointing to the firefox executable in the distribution share and make these changes to the application object:
firefox-runoptions.jpg firefox-launchscripts.jpg The complete scripts is this:
xcopy "Q:\NAL\Firefox_303\Firefox" "%appdata%\mozilla\firefox" /e /y /i /c /d
"c:\program files\mozilla firefox\firefox" -install-global-extension adblock_plus-0.7.5.5-fx+tb+sm.xpi
@echo off
color A
cls
Echo.
Echo "Firefox is klaar met installeren!"
Echo.
pause

Note that the messages for the end user are in Dutch, you might want to change that for your own users!

Thanx

A thank you goes to the author of this article: http://www.novell.com/coolsolutions/tip/15693.html which has lead me to this solution.

Other Resources

Firefox distribution in AD environment: http://homepages.ed.ac.uk/mcs/FirefoxADM/Readme.htm

Discussion

Keith, 2010/11/01 17:39
Have you also looked into http://www.frontmotion.com/FMFirefoxCE/download_fmfirefoxce.htm ?
Sjoerd Hooft, 2010/11/15 10:14
No I haven't before, and it looks like a good option but packaging extra addons requires a fee. It might be an option for companies who don't have the time, but do have the money.
Enter your comment:
 
firefoxdistribution.txt · Last modified: 2010/10/27 11:11 by sjoerd