Difference between revisions of "Thunderbird"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 1: | Line 1: | ||
− | This is a silent installer and uninstaller for Mozilla Thunderbird 1.0. | + | This is a silent installer and uninstaller for Mozilla Thunderbird 1.0.7, 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. | + | If you have a lower version of Thunderbird installed, it will be automatically removed before Mozilla Thunderbird 1.0.7 installs. |
<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="thunderbird107"<br> |
− | name="Mozilla Thunderbird 1.0. | + | name="Mozilla Thunderbird 1.0.7"<br> |
revision="1"<br> | revision="1"<br> | ||
reboot="false"<br> | reboot="false"<br> | ||
priority="0"><br> | priority="0"><br> | ||
− | <check type="uninstall" condition="exists" path="Mozilla Thunderbird (1.0. | + | <check type="uninstall" condition="exists" path="Mozilla Thunderbird (1.0.7)" /><br> |
<br> | <br> | ||
− | <install cmd='"\\edu\dfs\admin\NON-MSI\thunderbird\Thunderbird Setup 1.0. | + | <install cmd='"\\edu\dfs\admin\NON-MSI\thunderbird\Thunderbird 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%\UninstallThunderbird.exe -ms' /><br> |
<br> | <br> | ||
</package> | </package> |
Revision as of 09:02, 19 October 2005
This is a silent installer and uninstaller for Mozilla Thunderbird 1.0.7, 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.7 installs.
<package
id="thunderbird107"
name="Mozilla Thunderbird 1.0.7"
revision="1"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="Mozilla Thunderbird (1.0.7)" />
<install cmd='"\\edu\dfs\admin\NON-MSI\thunderbird\Thunderbird Setup 1.0.7.exe" -ms'>
<exit code="0" />
</install>
<remove cmd='%SYSTEMROOT%\UninstallThunderbird.exe -ms' />
</package>