6
edits
| Line 8: | Line 8: | ||
=== 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 packaged with [http://wix.sourceforge.net/ WiX] | * MSI packaged with [http://wix.sourceforge.net/ WiX] | ||
edits