Changes

Jump to: navigation, search

TightVNC

7 bytes added, 17:00, 24 September 2009
no edit summary
I install and manage TightVNC with the following XML package description:
<source lang="xml">
<package id="tightvnc" name="TightVNC server" revision="129130" priority="50" reboot="false"> <check type="uninstall" condition="exists" path="TightVNC 1.3.910" />
<install cmd="%SOFTWARE%\tightvnc\tightvnc-1.3.910-setup.exe /sp- /verysilent" />
<install cmd="%ProgramFiles%\TightVNC\WinVNC.exe -reinstall" />
<install cmd="%ProgramFiles%\TightVNC\WinVNC.exe -servicehelper" />
<install cmd='cmd /c netsh firewall add allowedprogram program = %ProgramFiles%\TightVNC\WinVNC.exe name = "Launch TightVNC Server"' />
<upgrade cmd='%SOFTWARE%\tightvnc\tightvnc-1.3.910-setup.exe /sp- /verysilent' ><exit code="0" reboot="true" /></upgrade>
<upgrade cmd="%ProgramFiles%\TightVNC\WinVNC.exe -reinstall" />
<upgrade cmd="%ProgramFiles%\TightVNC\WinVNC.exe -servicehelper" />
</source>
TightVNC tightvnc.bat is a simple batch script that setup TightVNC server and restart it:
<source lang="dos">
21
edits

Navigation menu