Changes

Firefox

112 bytes removed, 17:20, 16 July 2008
FF 2.0.0.15 -> 2.0.0.16, changed package order
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.
You are encouraged to upgrade for security reasons to version 2.0.0.1516: http://developer.mozilla.org/devnews/index.php/2008/07/0115/firefox-2001520016-security-and-stability-update-now-available-for-download/. Yesterday version 3.0 was announced - dowlonad from www.mozilla.com
== 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).
</package>
</source>
 
<source lang="xml">
<package
id="firefox"
name="Mozilla Firefox 12.50" revision="1504120016"
reboot="false"
priority="10">
<check type="logical" condition="or"> <check type="uninstall" condition="exists" path="Mozilla Firefox (12.50)" /> <check type="uninstall" condition="exists" path="Mozilla Firefox (2.0.0.16)" /> </check> <check type="file" condition="exists" path="%PROGRAMFILES%\Mozilla Firefox\firefox.exe"/> <install cmd='"%SOFTWARE%\firefox\Firefox Setup 12.50.0.416.exe" -ms' /> <upgrade cmd='"%SOFTWARE%\firefox\Firefox Setup 12.50.0.416.exe" -ms' /> <remove cmd='"%PROGRAMFILES%\Mozilla Firefox\uninstall\uninstallhelper.exe" -ms/s' />
</package>
</source>
 
For Firefox 2.0 uninstall flags changed:
<source lang="xml">
<package
id="firefox"
name="Mozilla Firefox 21.05" revision="2001515041"
reboot="false"
priority="10">
<check type="logical" condition="or"> <check type="uninstall" condition="exists" path="Mozilla Firefox (21.05)" /> <check type="uninstall" condition="exists" path="Mozilla Firefox (2.0.0.15)" /> </check> <check type="file" condition="exists" path="%PROGRAMFILES%\Mozilla Firefox\firefox.exe"/> <install cmd='"%SOFTWARE%\firefox\Firefox Setup 21.05.0.154.exe" -ms' /> <upgrade cmd='"%SOFTWARE%\firefox\Firefox Setup 21.05.0.154.exe" -ms' /> <remove cmd='"%PROGRAMFILES%\Mozilla Firefox\uninstall\helperuninstall.exe" /s-ms' />
</package>
</source>
54
edits