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
Merge requests
!23
Jabber
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Jabber
jabber
into
master
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Mr Chris B Mortimer
requested to merge
jabber
into
master
5 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Cisco Jabber for Windows
0
0
Merge request reports
Compare
master
version 6
693555ec
4 years ago
version 5
693555ec
5 years ago
version 4
693555ec
5 years ago
version 3
693555ec
5 years ago
version 2
693555ec
5 years ago
version 1
10fc7bec
5 years ago
master (base)
and
latest version
latest version
693555ec
2 commits,
4 years ago
version 6
693555ec
3 commits,
4 years ago
version 5
693555ec
5 commits,
5 years ago
version 4
693555ec
6 commits,
5 years ago
version 3
693555ec
7 commits,
5 years ago
version 2
693555ec
8 commits,
5 years ago
version 1
10fc7bec
7 commits,
5 years ago
1 file
+
29
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
packages/jabber.xml
0 → 100755
+
29
−
0
Options
<?xml version="1.0" encoding="UTF-8"?>
<packages:packages
xmlns:packages=
"http://www.wpkg.org/packages"
>
<!-- https://www.cisco.com/c/en/us/products/unified-communications/jabber/index.html -->
<package
id=
"jabber"
name=
"Jabber"
revision=
"%version%"
priority=
"50"
reboot=
"false"
>
<variable
name=
"version"
value=
"12.8.0.51973"
/>
<check
type=
"uninstall"
condition=
"versionequalto"
path=
"Cisco Jabber"
value=
"%version%"
/>
<install
cmd=
'taskkill /f /im jabber.exe /im CiscoJabber.exe'
>
<exit
code=
'0'
/>
<exit
code=
'1'
/>
<exit
code=
'128'
/>
</install>
<install
cmd=
'msiexec /i "%WPKGSOFTWARE%\jabber\CiscoJabberSetup.msi" /qn /log %WPKGLOGDIR%\jabber%version%_install.log /norestart'
/>
<upgrade
include=
'remove'
/>
<upgrade
include=
'install'
/>
<remove
cmd=
'taskkill /f /im jabber.exe /im CiscoJabber.exe'
>
<exit
code=
'0'
/>
<exit
code=
'1'
/>
<exit
code=
'128'
/>
</remove>
<remove
cmd=
'msiexec /qn /x {B63FA739-46CF-4270-B903-90F5698EDF39}'
/>
</package>
</packages:packages>
Loading