Changes

Firefox

No change in size, 09:54, 17 December 2008
SECURITY - Update to version 3.0.5 or 2.0.0.19 for security reasons.
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 security reasons you are strongly encouraged to upgrade to version 2.0.0.18 19 in the 2.x series or 3.0.4 5 in the 3.x series:
https://developer.mozilla.org/devnews/index.php/2008/11/12/16/firefox-20018305-and-30420019-security-updates-now-available-for-download/
id="firefox3"
name="Mozilla Firefox 3"
revision="304305"
reboot="false"
priority="10">
<check type="uninstall" condition="exists" path="Mozilla Firefox (3.0.45)" />
<install cmd="taskkill /F /IM Firefox.exe">
<exit code="0" />
<exit code="128" />
</install>
<install cmd="%SOFTWARE%\Internet\firefox\Firefox Setup 3.0.45.exe -ms" />
<upgrade cmd="taskkill /F /IM Firefox.exe">
<exit code="0" />
<exit code="128" />
</upgrade>
<upgrade cmd="%SOFTWARE%\Internet\firefox\Firefox Setup 3.0.45.exe -ms" />
<remove cmd="taskkill /F /IM Firefox.exe">
<exit code="0" />
id="firefox"
name="Mozilla Firefox 2.0"
revision="2001820019"
reboot="false"
priority="10">
<check type="logical" condition="or">
<check type="uninstall" condition="exists" path="Mozilla Firefox (2.0)" />
<check type="uninstall" condition="exists" path="Mozilla Firefox (2.0.0.1819)" />
</check>
<check type="file" condition="exists" path="%PROGRAMFILES%\Mozilla Firefox\firefox.exe"/>
<install cmd='"%SOFTWARE%\firefox\Firefox Setup 2.0.0.1819.exe" -ms' /> <upgrade cmd='"%SOFTWARE%\firefox\Firefox Setup 2.0.0.1819.exe" -ms' />
<remove cmd='"%PROGRAMFILES%\Mozilla Firefox\uninstall\helper.exe" /s' />
152
edits