Mozilla Firefox
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
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
Google Updater Service is not aware of Peroxy Server settings. This script can be used to get rid of the Updater Service. option explicit on error resume next dim objWMI , objSVC dim strSVC … Read More
At the end of CONFIG.INI (as described below) is a load of help on command-line options. A quick automated install using the downloaded .exe file can be performed using "NSSetup-Base.exe -ma -… 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
Silent Install with the Normal Firefox download: "Firefox Setup 2.0.0.14.exe" /S /ira Silent Uninstall from a standard install: "C:\Program Files\Mozilla Firefox\uninstall\helper.exe" /S I te… Read More
For google toobar 4.00. and up the following uninstall command worked for me: MsiExec.exe /x{DBEA1034-5882-4A88-8033-81C4EF0CFA29} /quiet Read More
Set Firefox to be the default browser: firefox.exe -silent -nosplash -setDefaultBrowser Read More
Here's some VBScript code that will remove previous versions... Option Explicit const HKEY_CLASSES_ROOT = &H80000000 const HKEY_CURRENT_USER = &H80000001 const HKEY_LOCAL_MACHINE = &H80000002 … Read More
Here is a VB Script to replace the desktop shortcut 'Firefox_Static_Desktop_Icon.vbs 'Author: Nathan Felton 'Date: 08/02/07 'Purpose: To remove the shortcut created by default by the Mozilla … Read More