Mozilla Firefox
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
For Firefox 1.0.4, you can add the -ms switch to the standard Windows FireFox installer for a silent unattended install: "Firefox Setup 1.0.4.exe" -ms This may also work for 1.0.3, though I h… Read More
To install Firefox here is what I did: Download the exe file and extract the install files from it. You do this by starting to install the application and then copying the files that get create… Read More
The "lastmod" is a date/time stamp in universal time, in the form of the number of seconds from midnight 1970. This is a fairly common programming timestamp. Simply add the number of seconds … Read More
There are various pre-made MSI packages floating about, but none fit my needs and the makers hold their cards close to their chests. I had some success with using existing tools and with buildi… Read More
I don't believe that lastmod is a hash that prevents you from altering the whitelist. It's just a modification date value. As long as you have a valid value then Google should still use the mod… Read More
1. Netscape 7.1 - Download Netscape Offline Installer, extract files from Offline Installer by launching install and when welcome screen appears open windows explorer and browse to %temp%\ns_te… Read More
Google toolbar installation notes: First off i install the application as suggested above with switched /q /d. Many of the setting for this application can be configured in the HKEY_CURRENT_U… Read More
From the command line, type '/q' to run the file. You can install the toolbar without its advanced features by adding "/q /d" [d = disable] to the command line. Source: Deploying the Google Toolbar Read More
1) Download the Netscape Offline Installer 2) Run NSSetupB.exe, and when the welcome page of the installation wizard is presented, lanuch the Windows File Explorer and copy source files from %… Read More