6
edits
(New page: == University of Turku, Finland == * ~ 5000 computers, mostly PC's * Firefox is installed to computer labs and set up as a default browser * Published as an optinal install to personnel ...) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
* ~ 5000 computers, mostly PC's | * ~ 5000 computers, mostly PC's | ||
* Firefox is installed to computer labs and set up as a default browser | * Firefox is installed to computer labs and set up as a default browser | ||
* Published as an | * Published as an optional install to personnel | ||
* Group Policy -based software deployment | * Group Policy -based software deployment | ||
=== Firefox customizations === | === Firefox customizations === | ||
We have packaged our customized MSI-package to deploy Firefox. Key features are: | We have packaged our customized MSI-package to deploy Firefox. Key features are: | ||
* Simple '''helper script''' to pre-create Firefox profile at user login (using Active Setup). This prevents "import settings"-dialog at first Firefox startup and shortens | * Simple '''helper script''' to pre-create Firefox profile at user login (using Active Setup). This prevents "import settings"-dialog at first Firefox startup and shortens Firefox startup time. Important in computer labs, where user doesn't have neither Windows nor Firefox profile and thus Firefox always makes "first start". | ||
* pre-tuned '''default profile''' | * pre-tuned '''default profile''' | ||
** '''prefs.js''' - default settings | ** '''prefs.js''' - some basic default settings | ||
** '''cert8.db''' - Utu root certificate | ** '''cert8.db''' - Utu root certificate | ||
** '''hostperm.1''' - disable popup blocking for certain sites | ** '''hostperm.1''' - disable popup blocking for certain sites | ||
* Mark Sammons'es group policy code injected into nsBrowserContentHandler.js | * [http://in-cider.spaces.live.com/ Mark Sammons]'es group policy code injected into nsBrowserContentHandler.js (The [http://fxcorp.sanduskycomputers.com/ FCP] way). | ||
* MSI | * MSI package built using [http://wix.sourceforge.net/ WiX] | ||
=== Problems === | === Problems and challenges === | ||
* Some Firefox settings are very hard to manage centrally | * Some Firefox settings are very hard to manage centrally | ||
* User preferences should be stored or backed up centrally somewhere | * User preferences should be stored or backed up centrally somewhere | ||
* Updating to a newer version requires a lot of debugging and testing |
edits