Difference between revisions of "Firefox"
m |
m |
||
| Line 3: | Line 3: | ||
If you have a lower version of Firefox installed, it will be automatically removed before Mozilla Firefox 1.0.6 installs. | If you have a lower version of Firefox installed, it will be automatically removed before Mozilla Firefox 1.0.6 installs. | ||
| − | Note the high priority - Firefox should be installed before plugins, like [[Flash Player|Macromedia Flash Player]]etc. | + | Note the high priority - Firefox should be installed before plugins, like [[Flash Player|Macromedia Flash Player]] etc. |
Revision as of 21:23, 10 August 2005
This is a silent installer and uninstaller for Mozilla Firefox 1.0.6, 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.6 installs.
Note the high priority - Firefox should be installed before plugins, like Macromedia Flash Player etc.
<package
id="firefox106"
name="Mozilla Firefox 1.0.6"
revision="1"
reboot="false"
priority="7">
<check type="uninstall" condition="exists" path="Mozilla Firefox (1.0.6)" />
<install cmd='"\\server\admin\NON-MSI\firefox\Firefox Setup 1.0.6.exe" -ms'>
<exit code="0" />
</install>
<remove cmd='C:\Windows\UninstallFirefox.exe -ms' />
</package>