Changes

Jump to: navigation, search

Thunderbird

1,186 bytes added, 12:14, 12 June 2012
no edit summary
Latest Thunerbird installer location [ftp://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/latest/win32/ ftp://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/latest/win32/]
 
== Thunderbird 13 ==
<source lang="xml">
<package
id="thunderbird"
name="Mozilla Thunderbird"
revision="%version%"
reboot="false"
priority="10">
 
<variable name="version" value="13.0" />
<variable name="architecture" value="x86" />
<variable name="locale" value="fi" />
<check type="uninstall" condition="exists" path="Mozilla Thunderbird %version% (%architecture% %locale%)" />
 
<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>
 
<!-- for 32bit and 64bit System -->
<remove cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\Mozilla Thunderbird\uninstall\helper.exe" "%PROGRAMFILES%\Mozilla Thunderbird\uninstall\helper.exe" -ms' />
<remove cmd='%COMSPEC% /C if exist "%PROGRAMFILES(x86)%\Mozilla Thunderbird\uninstall\helper.exe" "%PROGRAMFILES(x86)%\Mozilla Thunderbird\uninstall\helper.exe" -ms' />
 
</package>
</source>
== Thunderbird 10 ==
<variable name="version" value="10.0" />
<variable name="architecture" value="x86" />
<variable name="locale" value="fide" />
<check type="uninstall" condition="exists" path="Mozilla Thunderbird %version% (%architecture% %locale%)" />
Anonymous user

Navigation menu