WPKG Deployment
From EduVNC
To deploy EduVNC using wpkg add the following to your wpkg xml configuration files:
<package id="eduvnc" name="EduVNC" revision="1" reboot="false" priority="1">
<check type="file" condition="exists" path="%PROGRAMFILES%\EduVNC\EduVNC.exe" />
<install cmd='%SOFTWARE%\EduVNC\InstallEduVNC.exe /S' />
<upgrade cmd='%SOFTWARE%\EduVNC\InstallEduVNC.exe /S' />
<remove cmd='%PROGRAMFILES%\EduVNC\Uninstall.exe /S' />
</package>