EduVNC

EduVNC is a browser based remote desktop tool. It is similar to VNC in function, but uses a web browser with HTML and JavaScript (AJAX technology). They provide both MSI and EXE installers. There is a free license for school and non-profits and the rest are pretty cheap. My school uses it allow students to view the instructor's desktops when they can't see the projector that well.

The EduVNC website with the installer is here: http://www.EduVNC.com.


WPKG Package for EXE Installer

<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>

Installer Command-line Switches

/S - silent install
/D=<directory> - install into a different director