FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit c33dcb99 authored by Mr Chris B Mortimer's avatar Mr Chris B Mortimer
Browse files

Initial ucam package for Virtual Clone Drive v5.5.2.0

parent 492f5920
No related branches found
No related tags found
1 merge request!78Initial ucam package for Virtual Clone Drive v5.5.2.0
Pipeline #28216 passed
<?xml version="1.0" encoding="UTF-8"?>
<packages:packages xmlns:packages="http://www.wpkg.org/packages">
<package id="virtualclonedrive" name="Virtual Clone Drive" revision="%version%.1" reboot="false" priority="91">
<variable name="version" value="5.5.2.0"/>
<variable name="shortversion" value="5520"/>
<check type="uninstall" condition="versiongreaterorequal" path="VirtualCloneDrive" value="%version%" />
<install cmd='cmd /c certutil.exe -addstore "TrustedPublisher" "%WPKGSOFTWARE%\virtualclonedrive\%shortversion%.cer"' >
<exit code="any" />
</install>
<install timeout="300" cmd='"%WPKGSOFTWARE%\virtualclonedrive\SetupVCD%shortversion%.exe" /S /noreboot' />
<upgrade include="remove"/>
<upgrade include="install"/>
<remove cmd='cmd /c certutil.exe -delstore "TrustedPublisher" "Elaborate Bytes AG"' />
<remove cmd='cmd /c %WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd A~NSISu_.tmp' />
<remove cmd='"%programfiles(x86)%\Elaborate Bytes\VirtualCloneDrive\vcd-uninst.exe" /S /D="%programfiles(x86)%\Elaborate Bytes\VirtualCloneDrive"' />
<remove cmd='cmd /c %WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd A~NSISu_.tmp' />
</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