Difference between revisions of "Firefox"
From WPKG | Open Source Software Deployment and Distribution
m |
(No difference)
|
Revision as of 21:10, 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.
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>