FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 7080c216 authored by Mr Chris B Mortimer's avatar Mr Chris B Mortimer
Browse files

Thunderbird -> v68.12.0

parent f9b24007
No related branches found
No related tags found
1 merge request!136Thunderbird -> v68.12.0
Pipeline #40507 passed
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<!-- NB: we've had problems with major version bumps which sometimes change the format of options we add in %WPKGINSTITUTION%-prefs.js. <!-- NB: we've had problems with major version bumps which sometimes change the format of options we add in %WPKGINSTITUTION%-prefs.js.
Thus, we tie that to a version, and please test carefully when upgrading --> Thus, we tie that to a version, and please test carefully when upgrading -->
<variable name="version" value="68.10.0" /> <!-- For Maths, set version value in package id thunderbird_config_maths to the same as this VERSION --> <variable name="version" value="68.12.0" /> <!-- For Maths, set version value in package id thunderbird_config_maths to the same as this VERSION -->
<variable name="prefsversion" value="68" /> <variable name="prefsversion" value="68" />
<check type="uninstall" condition="versiongreaterorequal" path="Mozilla Thunderbird.*" value="%version%" /> <check type="uninstall" condition="versiongreaterorequal" path="Mozilla Thunderbird.*" value="%version%" />
<chain package-id="thunderbird_config_maths"> <chain package-id="thunderbird_config_maths">
...@@ -15,6 +15,21 @@ ...@@ -15,6 +15,21 @@
</condition> </condition>
</chain> </chain>
<!-- Should Thunderbird 64 bit already be installed remove it -->
<install cmd='%WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd Un_A.exe' />
<install cmd='"%programfiles%\Mozilla Thunderbird\uninstall\helper.exe" /S' >
<condition>
<check type="file" condition="exists" path="%programfiles%\Mozilla Thunderbird\uninstall\helper.exe" />
</condition>
</install>
<install cmd='%WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd Un_A.exe' />
<!-- remove any config -->
<install cmd='cmd /c rmdir /s /q "%programfiles%\Mozilla Thunderbird\"' >
<condition>
<check type="file" condition="exists" path="%programfiles%\Mozilla Thunderbird\thunderbird.cfg" />
</condition>
</install>
<!-- Installing 32 bit version while Add-on's all move to 64 bit --> <!-- Installing 32 bit version while Add-on's all move to 64 bit -->
<install cmd='"%WPKGSOFTWARE%\thunderbird\Thunderbird Setup %version%.exe" -ms' /> <install cmd='"%WPKGSOFTWARE%\thunderbird\Thunderbird Setup %version%.exe" -ms' />
...@@ -51,9 +66,9 @@ ...@@ -51,9 +66,9 @@
<exit code="0" /> <exit code="0" />
<exit code="128" /> <exit code="128" />
</remove> </remove>
<remove cmd='cmd /c %WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd Au_.exe' /> <remove cmd='%WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd Au_.exe' />
<remove cmd='"%programfiles(x86)%\Mozilla Thunderbird\uninstall\helper.exe" /S' /> <remove cmd='"%programfiles(x86)%\Mozilla Thunderbird\uninstall\helper.exe" /S' />
<remove cmd='cmd /c %WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd Au_.exe' /> <remove cmd='%WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd Au_.exe' />
<remove cmd='reg delete HKLM\SOFTWARE\Policies\Mozilla\Thunderbird /v DisableAppUpdate /f'/> <remove cmd='reg delete HKLM\SOFTWARE\Policies\Mozilla\Thunderbird /v DisableAppUpdate /f'/>
</package> </package>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment