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