Changes

Jump to: navigation, search

Thunderbird

835 bytes added, 22:33, 17 August 2011
Update to 6.0
=WPKG Installers=
== Thunderbird 6 ==
Version 6 installs the same way as previous versions.
<source lang="xml">
<package
id="thunderbird"
name="Mozilla Thunderbird"
revision="%version%"
reboot="false"
priority="0">
<variable name="version" value="6.0" />
 
<check type="uninstall" condition="exists" path="Mozilla Thunderbird (%version%)" />
<install cmd='"%SOFTWARE%\thunderbird\Thunderbird Setup %version%.exe" -ms' />
<upgrade cmd='taskkill /F /IM thunderbird.exe'>
<exit code="0" />
<exit code="128" />
</upgrade>
 
<upgrade cmd='"%SOFTWARE%\thunderbird\Thunderbird Setup %version%.exe" -ms' />
<remove cmd='taskkill /F /IM thunderbird.exe'>
<exit code="0" />
<exit code="128" />
</remove>
 
<remove cmd='"%PROGRAMFILES%\Mozilla Thunderbird\uninstall\helper.exe" /S' />
</package>
</source>
== Thunderbird 5 ==
Anonymous user

Navigation menu