Mozilla Firefox
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