Difference between revisions of "Thunderbird"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
(No difference)

Revision as of 21:13, 10 August 2005

This is a silent installer and uninstaller for Mozilla Thunderbird 1.0.6, but it should work with other versions of Thunderbird, too.

If you have a lower version of Thunderbird installed, it will be automatically removed before Mozilla Thunderbird 1.0.6 installs.


<package
id="thunderbird106"
name="Mozilla Thunderbird 1.0.6"
revision="1"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="Mozilla Thunderbird (1.0.6)" />

<install cmd='"\\edu\dfs\admin\NON-MSI\thunderbird\Thunderbird Setup 1.0.6.exe" -ms'>
<exit code="0" />
</install>

<remove cmd='C:\Windows\UninstallThunderbird.exe -ms' />

</package>