Changes

Firefox

137 bytes added, 12:31, 5 March 2009
SECURITY: upgrade to version 3.0.7
This is a silent installer and uninstaller for Mozilla Firefox 1.5, 2.0 and 3.0, but it should work with other versions of Firefox, too.
For [https://developer.mozilla.org/devnews/index.php/2009/03/04/firefox-307-security -and-stability-release-now-available/ security and stability reasons ] you are strongly encouraged to upgrade to Firefox 3 .0.7 (the latest version 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]).
== Basic installation ==
id="firefox3"
name="Mozilla Firefox 3"
revision="306307"
reboot="false"
priority="10">
<check type="uninstall" condition="exists" path="Mozilla Firefox (3.0.67)" />
<install cmd="taskkill /F /IM Firefox.exe">
<exit code="0" />
<exit code="128" />
</install>
<install cmd="%SOFTWARE%\Internet\firefox\Firefox Setup 3.0.67.exe /S" />
<upgrade cmd="taskkill /F /IM Firefox.exe">
<exit code="0" />
<exit code="128" />
</upgrade>
<upgrade cmd="%SOFTWARE%\Internet\firefox\Firefox Setup 3.0.67.exe /S" />
<remove cmd="taskkill /F /IM Firefox.exe">
<exit code="0" />
152
edits