Mozilla Firefox
This website details how to deploy Firefox using SCCM (ConfigMgr). http://mockbox.net/configmgr-sccm/174-install-and-configure-firefox-silently.html The process allows you to deploy the pack… Read More
Automatic Update (Background) ============================= Applies to: Firefox 3.6.x Tested with: Firefox 3.6.11/3.6.12 on Windows XP Pro 32bit If you want to use the automatic background u… Read More
To disable the Firefox first run page, create the following file: C:\Program Files (x86)\Mozilla Firefox\defaults\profile\user.js Containing the following line: user_pref("browser.startup.ho… Read More
Further to my previous note, here's a link that explains this particular setting: http://kb.mozillazine.org/Browser.startup.homepage_override.mstone Instead of a value like "rv:1.9.2.12", set… Read More
Uninstall 3.6.8 silently using BAT file... @echo off SET LOG=%TMP%\firefox368_uninstall.log echo %DATE% %TIME% searching for firefox uninstall helper... >%LOG% If Exist "%PROGRAMFILES%\Mozilla… Read More
I used the Firefox Add-on Maker to make a custom exe build of Firefox that would install silently and not have shortcuts (there are a lot more options available), download at http://sourceforge… Read More
Import FireFox Certificat for all profiles. 1. Download CertUtil Tools here --> http://www.mozilla.org/projects/security/pki/nss/tools/index.html 2. Create Folder Import-Cert 3. In the folder… Read More
Uninstall all version FireFox: (Script AutoIT) if ProcessExists("firefox.exe") then ProcessClose("firefox.exe") EndIf Uninstall_Firefox() Exit func Uninstall_Firefox() $RegUninst="H… Read More
Instead of customizing the start page after install, unpack the Firefox Setup 3.x.x.exe using an archiver (Winzip, WinRAR, etc...), find browserconfig.properties in the "localized" folder and s… Read More
FIREFOX_3.5.8 Installation Commmand Line: Firefox_Setup_3.5.8.exe /S /INI=<path to ini file>Firefox3.5.8.ini Silent Un-installation command line: "%ProgramFiles%\Mozilla Firefox\uninstall\he… 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 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