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
!16
Vlcclient.xml
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Vlcclient.xml
vlcclient.xml
into
master
Overview
0
Commits
17
Pipelines
0
Changes
1
Merged
Mr Chris B Mortimer
requested to merge
vlcclient.xml
into
master
5 years ago
Overview
0
Commits
17
Pipelines
0
Changes
1
Expand
move to ucam_wpkg. same version as ch
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
747e938b
17 commits,
5 years ago
1 file
+
18
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
packages/vlcclient.xml
0 → 100755
+
18
−
0
Options
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id=
"vlcclient"
name=
"VLC media player"
revision=
"%version%.1"
priority=
"40"
reboot=
"false"
>
<variable
name=
"version"
value=
"3.0.8"
/>
<check
type=
"uninstall"
condition=
"versiongreaterorequal"
path=
"VLC media player"
value=
"%version%"
/>
<install
cmd=
'"%WPKGSOFTWARE%\vlc\vlc-%VERSION%-win64.exe" /S /NCRC'
/>
<upgrade
include=
"remove"
/>
<upgrade
include=
"install"
/>
<remove
cmd=
'cmd /c %WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd Au_.exe'
/>
<remove
cmd=
'cmd /c if exist "%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" "%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" /S'
/>
<remove
cmd=
'cmd /c %WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd Au_.exe'
/>
</package>
</packages>
Loading