FAQ | This is a LIVE service | Changelog

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

VLCclient: move to ucam_wpkg

parent 304078ba
No related branches found
No related tags found
1 merge request!16Vlcclient.xml
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="vlcclient" name="VLC media player" revision="%version%.1" priority="0" reboot="false">
<package id="vlcclient" name="VLC media player" revision="%version%.1" priority="40" reboot="false">
<variable name="version" value="3.0.8" />
<check type="uninstall" condition="versiongreaterorequal" path="VLC media player" value="%version%" />
<install cmd='"%SOFTWARE%\vlc\vlc-%VERSION%-win64.exe" /S /NCRC' />
<install cmd='"%WPKGSOFTWARE%\vlc\vlc-%VERSION%-win64.exe" /S /NCRC' />
<upgrade include="remove"/>
<upgrade include="install"/>
<upgrade include="remove"/>
<upgrade include="install"/>
<remove cmd='cmd /c %software%\wpkg\tools\waitforprocess.cmd Au_.exe' />
<remove cmd='cmd /c if exist "%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" "%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" /S' />
<remove cmd='cmd /c %software%\wpkg\tools\waitforprocess.cmd Au_.exe' />
<remove cmd='cmd /c %WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd Au_.exe' />
<remove cmd='cmd /c if exist "%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" "%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" /S' />
<remove cmd='cmd /c %WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd Au_.exe' />
</package>
</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