Thursday, September 2, 2010

Packaging Mozilla Firefox

1. The following changes are made to the file firefox.js (located at [ProgramFilesFolder]Mozilla Firefox\defaults\pref\)


Changed the values from True to False on the following lines:

pref("app.update.enabled", true);

pref("app.update.auto", true);

pref("browser.shell.checkDefaultBrowser", true);

pref("general.startup.browser", true);

Changed the value to 0 in the following line

pref("app.update.mode", 1);

The following line was added to the firefox.js file

// Preferences for the Get Add-ons pane

pref("extensions.checkCompatibility", false)



2. Add the file "override.ini" under "[ProgramFilesFolder]Mozilla Firefox\" with the below information:

[XRE]

EnableProfileMigrator=false

This will suppress the Import wizard that pops-up when shortcut is launched.

No comments:

Post a Comment