Mozilla Firefox 3
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
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
You can install global add-ons / extensions for a shared pc like Windows 2003 Terminal Server with the following command line: firefox.exe -install-global-extension <path>\myextension.xpi Read More
"~%dp0Firefox Setup 3.0.7.exe" -ms copy ~%dp0override.ini "%programfiles%\Mozilla Firefox\" copy /Y %~dp0firefox.js %programfiles%\Mozilla Firefox\defaults\pref\ where override.ini disable th… Read More