Changes

Jump to: navigation, search

Thunderbird

879 bytes removed, 12:47, 10 April 2013
m
Update to 17.0.5 - Remove dup v2.0
== Thunderbird 10 to 1617.0.1 5 ==
<source lang="xml">
<package
priority="10">
<variable name="version" value="1617.0.15" />
<variable name="architecture" value="x86" />
<variable name="locale" value="de.+" /><!-- Any lang--> 
<check type="uninstall" condition="exists" path="Mozilla Thunderbird %version% (%architecture% %locale%)" />
== Thunderbird 6 ==
Version 6 installs the same way as previous versions.Remove use "-ms"
<source lang="xml">
</source>
== Thunderbird 3 2 to 5 ==Versions 5.0 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">
</remove>
<remove cmd='"%PROGRAMFILES%\Mozilla Thunderbird\uninstall\helper.exe" /S' />
</package>
</source>
 
== Thunderbird 2.x ==
 
<source lang="xml">
<package
id="thunderbird"
name="Mozilla Thunderbird 2.0.0.24"
revision="XXX"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="Mozilla Thunderbird (2.0.0.24)" />
<install cmd='taskkill /F /IM thunderbird.exe'>
<exit code="0" />
<exit code="128" />
</install>
<install cmd='"%SOFTWARE%\Thunderbird\Thunderbird Setup 2.0.0.24.exe" -ms' />
<upgrade cmd='taskkill /F /IM thunderbird.exe'>
<exit code="0" />
<exit code="128" />
</upgrade>
<upgrade cmd='"%SOFTWARE%\Thunderbird\Thunderbird Setup 2.0.0.24.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>
58
edits

Navigation menu