8
edits
Changes
Firefox
,no edit summary
lockPref("browser.shell.checkDefaultBrowser", false);
// Disable automatic updateseupdates
lockPref("app.update.enabled", false);
lockPref("app.update.enabled", false);
</source>
=== Disable Profile Migrator ===
To prevent users being asked if they want to migrate their settings from Internet Explorer during first run create a file called 'override.ini' and add the following lines:
<source lang="dos">
[XRE]
EnableProfileMigrator=false
[/align]
</source>
Copy this file to %PROGRAMFILES%\Mozilla Firefox\ or %PROGRAMFILES(x86)%\Mozilla Firefox\ during installation.
=== Firefox Client Customization Kit ===