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
For a silent install of v3.0.5, I recommend the following: "<install directory>\Firefox Setup 3.0.5.exe" /S Read More
To disable the import wizard from prompting you to import settings and data create an override.ini file in the program folder (C:\Program Files\Mozilla Firefox\) and copy the following lines: … Read More
For Firefox 3.0.3 (en-US) I used the following... Full Command Line: "C:\Program Files\Mozilla Firefox\uninstall\helper.exe" /S This will serve as an unattended silent install for Firefox 3.0.3 Read More
Using Wise Package Studio, captured the Mozilla installer, selecting the desired options. Made adjustments to the Start Menu and install directory to mesh with corporate standards, removed the… Read More
-Capture the C:\Temp files/folders created by "Firefox Setup 3.0.exe -Once you have these files these will be your source files -Silent Install : setup.exe /S Read More