Difference between revisions of "Firefox"
m |
m |
||
| Line 1: | Line 1: | ||
This is a silent installer and uninstaller for Mozilla Firefox 1.0.6, but it should work with other versions of Firefox, too. | 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 etc. | Note the high priority - Firefox should be installed before plugins, like Macromedia Flash etc. | ||
Revision as of 21:14, 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 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>