Changes

Jump to: navigation, search

TightVNC

32 bytes removed, 18:43, 26 September 2011
m
Improving readability
==Preconfiguration Steps==
* download the new software Download TightVNC and place it in your WPKG software folder.* on On a PC test computer, install TightVNC and configure it with your password settings, etc.* using Use regedit to export HKEY_LOCAL_MACHINE\SOFTWARE\TightVNC\Server and save it as settings.reg in your wpkg WPKG software folder. '''WARNING: as others can read this file it is possible that they could decrypt the VNC passwords!'''
==WPKG Package==
<source lang="xml">
<package id="tightvnc" name="TightVNC server" revision="202" priority="50" reboot="false">
<check type="uninstall" condition="exists" path="TightVNC 2.0.2" />
<install cmd='"%SOFTWARE%\TightVNC\tightvnc-2.0.2-setup.exe" /S' /> <install cmd='"%ProgramFilesPROGRAMFILES%\TightVNC\tvnserver" -install -silent' > <exit code="1" /> <exit code="0" /> </install> <install cmd='"%ProgramFilesPROGRAMFILES%\TightVNC\tvnserver" -stop -silent' > <exit code="1" /> <exit code="0" /> </install> <install cmd='regedit /s "%SOFTWARE%\TightVNC\settings.reg"' /> <install cmd='"%ProgramFilesPROGRAMFILES%\TightVNC\tvnserver" -start -silent' />
<upgrade cmd='"%SOFTWARE%\TightVNC\tightvnc-2.0.2-setup.exe" /S' /> <upgrade cmd='"%ProgramFilesPROGRAMFILES%\TightVNC\tvnserver" -reinstall -silent' /> <upgrade cmd='"%ProgramFilesPROGRAMFILES%\TightVNC\tvnserver" -stop -silent' > <exit code="1" /> <exit code="0" /> </upgrade> <upgrade cmd='regedit /s "%SOFTWARE%\TightVNC\settings.reg"' /> <upgrade cmd='"%ProgramFilesPROGRAMFILES%\TightVNC\tvnserver" -start -silent' />
<remove cmd='"%ProgramFilesPROGRAMFILES%\TightVNC\uninstall.exe" /S' /> </package>
</source>
577
edits

Navigation menu