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
3f85b7e2
Commit
3f85b7e2
authored
5 years ago
by
Dr Adam Thorn
Browse files
Options
Downloads
Patches
Plain Diff
Initial copy of pstools from chem
parent
c55ee865
No related branches found
Branches containing commit
No related tags found
1 merge request
!54
Add pstools package
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/pstools.xml
+22
-0
22 additions, 0 deletions
packages/pstools.xml
with
22 additions
and
0 deletions
packages/pstools.xml
0 → 100755
+
22
−
0
View file @
3f85b7e2
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id=
"pstools"
name=
"PSTools"
revision=
"%version%.1"
priority=
"0"
reboot=
"false"
>
<variable
name=
"version"
value=
"2.45"
/>
<check
type=
'logical'
condition=
'or'
>
<check
type=
'registry'
condition=
'equals'
path=
'HKLM\software\wow6432node\ch.cam.ac.uk\WPKG\pstools'
value=
"%version%"
/>
<check
type=
'registry'
condition=
'equals'
path=
'HKLM\software\ch.cam.ac.uk\WPKG\pstools'
value=
"%version%"
/>
</check>
<!-- the exe is built by https://gitlab.developers.cam.ac.uk/ch/co/wpkg/pstools-nsis; see README contained therein -->
<install
cmd=
'%software%\pstools\pstools-%version%.exe'
/>
<upgrade
include=
'remove'
/>
<upgrade
include=
'install'
/>
<remove
cmd=
'%software%\wpkg\tools\waitforprocess.cmd pstools-uninstall.exe'
/>
<remove
cmd=
'cmd /c if exist c:\pstools\pstools-uninstall.exe c:\pstools\pstools-uninstall.exe'
/>
<remove
cmd=
'%software%\wpkg\tools\waitforprocess.cmd pstools-uninstall.exe'
/>
</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