Mozilla Firefox
FIREFOX 3.5.8 Auto-Update Auto update is disabled by copying file “firefox.js†to “Program Files\Mozilla Firefox\defaults\pref†and changing set… Read More
FIREFOX 3.5.8 Auto-Update Auto update is disabled by copying file âfirefox.jsâ to âProgram Files\Mozilla Firefox\defaults\prefâ and changing setting "app.update.enabled", false. Read More
For Firefox (3.6) 3.6 (en-US) I used the following... Full Command Line: "Firefox Setup 3.6.exe" -ms Be sure to include the quotes. Would like to see a better way of applying custom setting… Read More
Installing extensions globally and resolving false compatibility errors. From http://www.appdeploy.com/messageboards/tm.asp?m=57251&mpage=1 Packaged Firefox using setup capture and including … Read More
I'd like to add to the above, that without any fancy customization you can set all of the default settings by launching "firefox -p" from a command line, creating a new profile located at %PROG… Read More
3.6 Full unc & no combination of /S, ms, /ini c:\firefox3.6\setup.exe" /INI="c:\firefox3.6\firefox.ini" Ini: [Install] InstallDirectoryName=Mozilla Firefox QuickLaunchShortcut=false DesktopSh… Read More
FF 3.5.7 installs silently with "Firefox Setup 3.5.7.exe" -ms /INI=firefox.ini whereas firefox.ini in my case was: [Install] CloseAppNoPrompt=false DesktopShortcut=true Some more infos in the… Read More
Deploying a new certificate in Firefox, post installation. Download NSS Certutil somewhere here: https://developer.mozilla.org/NSS_3.12.4_release_notes And NSPR: http://www.mozilla.org/projec… Read More
Useful for all versions. (This made for 3.5.5) Unpack files by starting the installer and go to %temp%. (Write %temp% in explorer address bar) Copy the files and abort the installation. Create… Read More
I recently had to deploy Firefox with SCCM, but was having issues with the program setting itself to the default browser. I was able to use the Appdeploy Repackager software to repackage the e… Read More
To make firefox default browser silently, use following command: "C:\Program Files\Mozilla Firefox\uninstall\helper.exe" /SetAsDefaultappGlobal To remove desktop and Quick Launch shortcuts, u… Read More
If you want to apply specific settings for Firefox deployment you need to customize "prefs.js" file in the %ProgramFiles%\Mozilla Firefox\defaults\profile folder. Necessary preferences can be… Read More
Mozilla changed the Silent install for FireFox 3.5. The /s switch no longer works. Instead use: -ms example: {DIP}\APL\Firefox 3.5\FirefoxSetup35\setup.exe -ms Read More
To set the default homepage for new users, edit the following file: C:\Program Files\Mozilla Firefox\browserconfig.properties Read More