Changes

Thunderbird

12 bytes removed, 07:07, 3 February 2006
m
Version 1.5
This is a silent installer and uninstaller for Mozilla Thunderbird 1.0.75, 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 5 installs.
As the Thunderbird install now nicely upgrades and doesnt leave the old one into the registry, there is no need to differentiate versions in package id.
When a new version comes out, just replace every occurrence of 1.0.7 5 with 1.05.8 1 (for example) and then increment the package revision number - this puts the upgrade command to work.
<package
id="thunderbird"
name="Mozilla Thunderbird 1.0.75" revision="2150"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="Mozilla Thunderbird (1.0.75)" />
<install cmd='"\\server\wpkg\pkg\Thunderbird Setup 1.0.75.exe" -ms'>
<exit code="0" />
</install>
<upgrade cmd='"\\server\wpkg\pkg\Thunderbird Setup 1.0.75.exe" -ms'>
<exit code="0" />
</upgrade>
20
edits