Difference between revisions of "Firefox"
m |
|||
| Line 1: | Line 1: | ||
| − | This is a silent installer and uninstaller for Mozilla Firefox 1.0. | + | This is a silent installer and uninstaller for Mozilla Firefox 1.0.7, but it should work with other versions of Firefox, too. |
| − | If you have a lower version of Firefox installed, it will be automatically removed before Mozilla Firefox 1.0. | + | If you have a lower version of Firefox installed, it will be automatically removed before Mozilla Firefox 1.0.7 installs. |
Note the high priority - Firefox should be installed before plugins, like [[Flash Player|Macromedia Flash Player]] or [[Authorware Player|Macromedia Authorware Player]] etc. | Note the high priority - Firefox should be installed before plugins, like [[Flash Player|Macromedia Flash Player]] or [[Authorware Player|Macromedia Authorware Player]] etc. | ||
| Line 8: | Line 8: | ||
<blockquote style="background: white; border: 1px solid black; padding: 1em;"> | <blockquote style="background: white; border: 1px solid black; padding: 1em;"> | ||
<package<br> | <package<br> | ||
| − | id=" | + | id="firefox107"<br> |
| − | name="Mozilla Firefox 1.0. | + | name="Mozilla Firefox 1.0.7"<br> |
revision="1"<br> | revision="1"<br> | ||
reboot="false"<br> | reboot="false"<br> | ||
| − | priority=" | + | priority="0"><br> |
| − | <check type="uninstall" condition="exists" path="Mozilla Firefox (1.0. | + | <check type="uninstall" condition="exists" path="Mozilla Firefox (1.0.7)" /><br> |
<br> | <br> | ||
| − | <install cmd='"\\server\admin\NON-MSI\firefox\Firefox Setup 1.0. | + | <install cmd='"\\server\admin\NON-MSI\firefox\Firefox Setup 1.0.7.exe" -ms'><br> |
<exit code="0" /><br> | <exit code="0" /><br> | ||
</install><br> | </install><br> | ||
<br> | <br> | ||
| − | <remove cmd=' | + | <remove cmd='%SYSTEMROOT%\UninstallFirefox.exe -ms' /><br> |
<br> | <br> | ||
</package> | </package> | ||
Revision as of 08:09, 19 October 2005
This is a silent installer and uninstaller for Mozilla Firefox 1.0.7, but it should work with other versions of Firefox, too.
If you have a lower version of Firefox installed, it will be automatically removed before Mozilla Firefox 1.0.7 installs.
Note the high priority - Firefox should be installed before plugins, like Macromedia Flash Player or Macromedia Authorware Player etc.
<package
id="firefox107"
name="Mozilla Firefox 1.0.7"
revision="1"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="Mozilla Firefox (1.0.7)" />
<install cmd='"\\server\admin\NON-MSI\firefox\Firefox Setup 1.0.7.exe" -ms'>
<exit code="0" />
</install>
<remove cmd='%SYSTEMROOT%\UninstallFirefox.exe -ms' />
</package>