152
edits
Changes
Update to version 3.0.3
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 32.0.0.17 in the 2 .x series or 23.0.03 in the 3.17x series: http://developer.mozilla.org/devnews/index.php/2008/09/23/firefox-20017-and-302-security-updates-now-available-for-download/ Firefox 3. 0.3 has been released a few days after 3.0.2 in order to solve an issue with the password manager: http://developer.mozilla.org/devnews/index.php/2008/09/26/firefox-303-now-available-for-download/
id="firefox3"
name="Mozilla Firefox 3"
revision="302303"
reboot="false"
priority="10">
<check type="uninstall" condition="exists" path="Mozilla Firefox (3.0.23)" />
<install cmd="taskkill /F /IM Firefox.exe">
<exit code="0" />
<exit code="128" />
</install>
<install cmd="%SOFTWARE%\Internet\firefox\Firefox Setup 3.0.23.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.23.exe -ms" />
<remove cmd="taskkill /F /IM Firefox.exe">
<exit code="0" />