Changes

Jump to: navigation, search

TightVNC

No change in size, 09:18, 6 May 2008
m
no edit summary
<source lang="xml">
<package id="tightvnc" name="TightVNC server" revision="129" priority="50" reboot="false">
<check type="uninstall" condition="exists" path="TightVNC 1.3.89" /> <install cmd="%SOFTWARE%\tightvnc\tightvnc-1.3.89-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-1.3.89-setup.exe /sp- /verysilent' ><exit code="0" reboot="true" /></upgrade>
<upgrade cmd="%ProgramFiles%\TightVNC\WinVNC.exe -reinstall" />
<upgrade cmd="%ProgramFiles%\TightVNC\WinVNC.exe -servicehelper" />
::
exit 0
></source>
tightvnc.reg contains the setup of the server, most notably the access password, i.e. I can use as a registry patch:

Navigation menu