FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 5d56ab13 authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

Merge branch 'dopdf' into 'master'

Initial ucam package for DoPDF v10.7.124

See merge request !60
parents 260a7741 90462fc3
No related branches found
No related tags found
1 merge request!60Initial ucam package for DoPDF v10.7.124
Pipeline #27751 passed
<?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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment