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
Admin message
GitLab has been upgraded. See what's new in the
Changelog
.
Show more breadcrumbs
Yusuf Hamied Department of Chemistry
COs
ucam_wpkg
Commits
d6ab2f89
Commit
d6ab2f89
authored
4 years ago
by
Dr Adam Thorn
Browse files
Options
Downloads
Patches
Plain Diff
Add zoom package
parent
b01b3659
No related branches found
No related tags found
1 merge request
!135
Add new Zoom.xml package
Pipeline
#37371
failed
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/zoom.xml
+22
-0
22 additions, 0 deletions
packages/zoom.xml
with
22 additions
and
0 deletions
packages/zoom.xml
0 → 100644
+
22
−
0
View file @
d6ab2f89
<!-- vim: set softtabstop=3: -->
<!-- Autogenerated by /usr/local/bin/wpkg-msi running on wpkg-xml-test as user alt36 -->
<package
id=
"zoom"
name=
"Zoom"
revision=
"%version%.1"
reboot=
"false"
>
<!-- Zoom have an odd approach to version numbers. This version does not seem to match
anything in the GUI, so check the MSI -->
<variable
name=
"version"
value=
"5.1.28656"
/>
<check
type=
"uninstall"
condition=
"versiongreaterorequal"
path=
"Zoom"
value=
"5.1.28656"
/>
<!-- get the MSI from https://www.zoom.us/client/latest/ZoomInstallerFull.msi
MSI documentation at https://support.zoom.us/hc/en-us/articles/201362163-Mass-Installation-and-Configuration-for-Windows -->
<install
cmd=
'msiexec /qn /l* %WPKGLOGDIR%\zoom.log /i %WPKGSOFTWARE%\zoom\%version%\ZoomInstallerFull.msi'
>
<exit
code=
"3010"
reboot=
"false"
/>
</install>
<upgrade
include=
"install"
/>
<remove
cmd=
"msiexec /qn /x {A139FFD5-0C05-4777-A23A-CF7093D62630}"
>
<exit
code=
"1605"
/>
</remove>
</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