FAQ | This is a LIVE service | Changelog

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

Initial ucam package for Remote Explorer Monitor

parent 816a12de
No related branches found
No related tags found
1 merge request!19Remo proc expl
<?xml version="1.0" encoding="UTF-8"?>
<packages:packages xmlns:packages="http://www.wpkg.org/packages">
<package id="remote_proc_expl" name="Remote Process Explorer" revision="%version%.1" priority="50" reboot="false">
<variable name="version" value="5.4.0.289" />
<check type="uninstall" path="Remote Process Explorer version %version%" condition="exists" />
<install cmd='%WPKGSOFTWARE%\remote_process_explorer\rpexplorer_setup_%version%.exe /sp- /verysilent /suppressmsgboxes /norestart' />
<upgrade include='remove' />
<upgrade include='install' />
<!-- There's an annoying 'why are you removing Remote Process Monitor' window when you uninstall, class #32770, seem unable to control it via a script. It doesn't stop the uninstall working though, not an issue of WPKG runs at shutdown -->
<remove cmd='"%programfiles(x86)%\LizardSystems\Remote Process Explorer\unins000.exe" /VERYSILENT /suppressmsgboxes /norestart'>
<exit code="-1"/>
</remove>
</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