152
edits
Changes
Added Firefox 3.5
This is a silent installer and uninstaller for Mozilla Firefox 1.5, 2.0 and 3.0x, but it should work with other versions of Firefox, too.
For [https://developer.mozilla.org/devnews/index.php/2009/06/11/firefox-3011-security-and-stability-release-now-available/ security and stability reasons] you are strongly encouraged to upgrade to Firefox 3.0.11. The latest version of Firefox is always available at [http://www.getfirefox.com GetFirefox.com]. Firefox 2.0.0.x was maintained with security and stability updates only until mid-December 2008 (see [http://www.mozilla.com/en-US/firefox/all-older.html here]).
You can also install the new Firefox 3.5 browser series. == Basic Firefox 3.5 series basic installation == Note the high priority - Firefox should be installed before plugins, like [[Flash Player|Adobe Flash Player]] or [[Authorware Player|Adobe Authorware Player]] etc (or this could be achieved with dependencies). Commandline options for the installer are documented [https://wiki.mozilla.org/Installer:Command_Line_Arguments here], which also describes how to use a config.ini file for basic configuration of the Firefox install. In this series the silent install command line switch must be "-ms" because "/S" is no more accepted (except for the uninstall, it seems). <source lang="xml"><package id="firefox35" name="Mozilla Firefox 3.5" revision="3050" reboot="false" priority="10"> <check type="uninstall" condition="exists" path="Mozilla Firefox (3.5)" /> <install cmd="taskkill /F /IM Firefox.exe"> <exit code="0" /> <exit code="128" /> </install> <install cmd='"%SOFTWARE%\Internet\firefox\Firefox Setup 3.5.exe" -ms' /> <upgrade cmd="taskkill /F /IM Firefox.exe"> <exit code="0" /> <exit code="128" /> </upgrade> <upgrade cmd='"%SOFTWARE%\Internet\firefox\Firefox Setup 3.5.exe" -ms' /> <remove cmd="taskkill /F /IM Firefox.exe"> <exit code="0" /> <exit code="128" /> </remove> <remove cmd='"%PROGRAMFILES%\Mozilla Firefox\uninstall\helper.exe" /s' /></package></source> == Firefox 3 series basic installation ==
Note the high priority - Firefox should be installed before plugins, like [[Flash Player|Adobe Flash Player]] or [[Authorware Player|Adobe Authorware Player]] etc (or this could be achieved with dependencies). Commandline options for the installer are documented [https://wiki.mozilla.org/Installer:Command_Line_Arguments here], which also describes how to use a config.ini file for basic configuration of the Firefox install.
</source>
== Firefox 2 series basic installation ==
<source lang="xml">