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
90462fc3
Commit
90462fc3
authored
4 years ago
by
Mr Chris B Mortimer
Browse files
Options
Downloads
Patches
Plain Diff
Initial ucam package for DoPDF v10.7.124
parent
6c81c4c4
No related branches found
Branches containing commit
No related tags found
1 merge request
!60
Initial ucam package for DoPDF v10.7.124
Pipeline
#27616
passed
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/dopdf.xml
+25
-0
25 additions, 0 deletions
packages/dopdf.xml
with
25 additions
and
0 deletions
packages/dopdf.xml
0 → 100755
+
25
−
0
View file @
90462fc3
<?xml version="1.0" encoding="UTF-8"?>
<packages:packages
xmlns:packages=
"http://www.wpkg.org/packages"
>
<package
id=
"dopdf"
name=
"DoPDF PDF Converter"
revision=
"%VERSION%.1"
reboot=
"false"
priority=
"42"
>
<variable
name=
"VERSION"
value=
"10.7.124"
/>
<check
type=
"logical"
condition=
"and"
>
<check
type=
"uninstall"
condition=
"versiongreaterorequal"
path=
"doPDF"
value=
"%VERSION%"
/>
<check
type=
"uninstall"
condition=
"versiongreaterorequal"
path=
"doPDF 10 Printer Driver"
value=
"%VERSION%"
/>
</check>
<install
cmd=
'%WPKGSOFTWARE%\dopdf\%version%\dopdf-full.exe -silent -norestart -log %WPKGLOGDIR%\dopdf8_install.log'
/>
<upgrade
include=
"remove"
/>
<upgrade
include=
"install"
/>
<!-- remove the application itself-->
<remove
cmd=
'MsiExec.exe /qn /X{FB1982DB-B680-41EE-9B30-43BFFA2D7F33}'
/>
<!-- also remove the printer driver-->
<remove
cmd=
'MsiExec.exe /qn /X{12D66221-EFBC-4BEF-9382-5C7F33889C91}'
/>
<!-- and the MS Office add-on-->
<remove
cmd=
'MsiExec.exe /qn /X{A1C2AAB8-C06D-4593-9A9B-4B3760C019AF}'
/>
</package>
</packages: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