FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
ucam_wpkg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yusuf Hamied Department of Chemistry
COs
ucam_wpkg
Commits
6140d2c3
Commit
6140d2c3
authored
4 years ago
by
Dr Adam Thorn
Browse files
Options
Downloads
Plain Diff
Merge branch 'thunderbird_68.12.0' into 'master'
Thunderbird -> v68.12.0 See merge request
!136
parents
f9b24007
7080c216
No related branches found
No related tags found
1 merge request
!136
Thunderbird -> v68.12.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/thunderbird.xml
+18
-3
18 additions, 3 deletions
packages/thunderbird.xml
with
18 additions
and
3 deletions
packages/thunderbird.xml
+
18
−
3
View file @
6140d2c3
...
@@ -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.1
0
.0"
/>
<!-- For Maths, set version value in package id thunderbird_config_maths to the same as this VERSION -->
<variable
name=
"version"
value=
"68.1
2
.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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment