Changes

Jump to: navigation, search

Thunderbird

24 bytes removed, 18:11, 1 July 2010
General info for version 2.0: Update for 2.0.0.24
== General info for version 2.0 ==
This is a silent installer and uninstaller for Mozilla Thunderbird 2.0.0.23, but it should work with other versions of Thunderbird, too. If you have a lower previous version of Thunderbird installed, it will be automatically removed before Mozilla Thunderbird 2.0.0.23 installsthe latest version is installed.
As the Thunderbird install now nicely upgrades and doesn't leave the old one in the registry, there is no need to differentiate versions in package id.
 
When a new version comes out, just replace the installer in "upgrade cmd" with a new one, and then increment the package revision number - this puts the upgrade command to work.
<package
id="thunderbird"
name="Mozilla Thunderbird2.0.0.24" revision="20023XXX"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="Mozilla Thunderbird (2.0.0.2324)" />
<install cmd='taskkill /F /IM thunderbird.exe'> <exit code="0" /> <exit code="128" /> </install> <install cmd='"%SOFTWARE%\Thunderbird\Thunderbird Setup 2.0.0.2324.exe" -ms' />
<upgrade cmd='taskkill /F /IM thunderbird.exe'>
<exit code="128" />
</upgrade>
<upgrade cmd='"%SOFTWARE%\Thunderbird\Thunderbird Setup 2.0.0.2324.exe" -ms' />
<remove cmd='taskkill /F /IM thunderbird.exe'>
117
edits

Navigation menu