Mozilla Firefox
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
For Firefox 2.0.0.4: - Download Setup - Extract Setup into a folder (e.g. with WinRAR) INSTALLATION ============ Start "setup.exe /S" => Setup will start installing Firefox with default prefer… Read More
Global Extension: I used the below command line to register Firefox extensions as global, so every user who uses the app will have these pre-loaded. firefox.exe -install-global-extension <path… Read More
I found the easiest non-MSI route was to extract all the support files from the temp directory, then run the installer, configure a blank profile as I want it and copy that profile back into lo… Read More
I have created an MSI for this Firefox. I wanted to have the proxy settings and the home page setup via the MSI install. Details: - Capture the C:\Temp files/folders created by "Firefox Set… Read More
I used AdminStudio to package Fx2 as an MSI. Deploys great, with one minor issue. The included js3250.dll file is always versioned at 4.0.0.0, no matter which Mozilla build (or product!) you'r… Read More
In file "localized\browserconfig.properties" set browser.startup.homepage and browser.startup.homepage_reset to your preferred homepage In file "localized\defaults\pref\firefox-l10n.js" add li… Read More
FireFox ver 1.5: here is what worked for me... Silent Install: Firefox Setup 1.5.exe -ms Silent Uninstall: C:\WINDOWS\UninstallFirefox.exe /ua "1.5 (en-US)" -ms Worked like a charm. Read More
Here's how I was able to remotely install Firefox 1.5 so that a proxy server is pre-configured, the home page is set, the browser does not nag the user to check that it is the default, and the … Read More
Works perfectly for version 1.0.6 (German) but hangs with 1.0.7. I made an installation for the older version which runs without user interface. Using the 1.0.7 sources instead of the 1.0.6 the… Read More