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
1a003cab
Commit
1a003cab
authored
5 years ago
by
Mr Chris B Mortimer
Browse files
Options
Downloads
Patches
Plain Diff
importing 7zip from chemistry repository
parent
3de7cfc2
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
7zip
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/7zip.xml
+34
-0
34 additions, 0 deletions
packages/7zip.xml
with
34 additions
and
0 deletions
packages/7zip.xml
0 → 100755
+
34
−
0
View file @
1a003cab
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id=
"7zip"
name=
"7-Zip"
revision=
"%version%.1"
reboot=
"false"
priority=
"0"
>
<variable
name=
"version"
value=
"19.00"
/>
<variable
name=
"fileversion"
value=
"1900"
/>
<check
type=
"uninstall"
condition=
"exists"
path=
"7-Zip %version% (x64)"
architecture=
"x64"
/>
<check
type=
"uninstall"
condition=
"exists"
path=
"7-Zip %version%"
architecture=
"x86"
/>
<install
cmd=
"%software%\7zip\7z%fileversion%-x64.exe /S"
architecture=
"x64"
/>
<install
cmd=
"%software%\7zip\7z%fileversion%.exe /S"
architecture=
"x86"
/>
<upgrade
include=
"remove"
/>
<upgrade
include=
"install"
/>
<!-- old version of package had a non-helpful revision number=920 so newer
wpkg versions count as downgrades -->
<downgrade
include=
"remove"
/>
<downgrade
include=
"install"
/>
<!-- try to remove 9.20, but don't complain if it's not currently installed -->
<remove
cmd=
'msiexec /qn /x{23170F69-40C1-2701-0920-000001000000}'
>
<exit
code=
"1605"
/>
</remove>
<remove
cmd=
'cmd.exe /c start "" /b /wait "%programfiles%\7-zip\uninstall.exe" /S'
>
<condition>
<check
type=
"file"
condition=
"exists"
path=
"%programfiles%\7-zip\uninstall.exe"
/>
</condition>
</remove>
</package>
</packages>
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