Changes

Jump to: navigation, search

Thunderbird

944 bytes removed, 17:43, 12 September 2012
m
Thunderbird 3: same as v5
<variable name="version" value="5.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 3 ==
Versions 3.0 and 3.1 install the same way as version 2.0. This installer first kills a running Thunderbird in case WPKG is being run whilst you're logged in.
 
<source lang="xml">
<package
id="thunderbird"
name="Mozilla Thunderbird"
revision="%version%"
reboot="false"
priority="0">
<variable name="version" value="3.1.11" />
<check type="uninstall" condition="exists" path="Mozilla Thunderbird (%version%)" />
58
edits

Navigation menu