Changes

Jump to: navigation, search

Firefox

45 bytes added, 09:24, 17 April 2008
Updated to version 2.0.0.14
This is a silent installer and uninstaller for Mozilla Firefox 1.5 and 2.0, but it should work with other versions of Firefox, too.
 
You are encouraged to upgrade for security reasons to version 2.0.0.14: http://developer.mozilla.org/devnews/index.php/2008/04/16/firefox-20014-security-and-stability-update-now-available-for-download/.
 
 
== Basic installation ==
This is a silent installer and uninstaller for Mozilla Firefox 1.5, but it should work with other versions of Firefox, too.
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).
<check type="uninstall" condition="exists" path="Mozilla Firefox (1.5)" />
<install cmd='"%SOFTWARE%\firefox\Firefox Setup 1.5.0.4.exe" -ms' />
<upgrade cmd='"%SOFTWARE%\firefox\Firefox Setup 1.5.0.4.exe" -ms' />
<remove cmd='"%PROGRAMFILES%\Mozilla Firefox\uninstall\uninstall.exe" -ms' />
</package>
</source>
Last version is 2.0.0.13 (http://developer.mozilla.org/devnews/index.php/2008/03/25/firefox-20013-security-and-stability-update-now-available-for-download/).
For Firefox 2.0 uninstall flags changed:
id="firefox"
name="Mozilla Firefox 2.0"
revision="2001320014"
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.1314)" />
</check>
<check type="file" condition="exists" path="%PROGRAMFILES%\Mozilla Firefox\firefox.exe"/>
<install cmd='"%SOFTWARE%\firefox\Firefox Setup 2.0.0.1314.exe" -ms' /> <upgrade cmd='"%SOFTWARE%\firefox\Firefox Setup 2.0.0.1314.exe" -ms' />
<remove cmd='"%PROGRAMFILES%\Mozilla Firefox\uninstall\helper.exe" /s' />
</package>
</source>
 
== Make Firefox the default browser ==
152
edits

Navigation menu