Windows Terminalserver requirements:
====================================

minimum RDP 5.0, i.e. Windows2000 Server or later

Just support for 32bit terminal server clients.


Installation of the WTS-Client-Component (Cherry Virtual Channel Driver):
=========================================================================
CDIWTSClient.dll will be installed in "%program files%\Cherry", if CDI.exe is existent in the same directory as CDI.exe.

That the terminalservice client is able to load the Dll, following registry entry have to be set:
[HKEY_LOCAL_MACHINE\Software\VMWare, Inc.\VMware VDM\Client]
"VirtualChannelDLLs"="XXXXX\\CDIWTSClient.dll"

The XXXXX have to be replaced by the install path of the CDIWTSClient.dll

CDITalCom.dll will also be installed in "%program files%\Cherry", if CDI.exe is existent in the same directory as CDI.exe.
CDIWTSClient.dll tries to detect CDITalCom.dll in the following registry path:
	HKEY_LOCAL_MACHINE\SOFTWARE\Cherry\Common Files\CDITALCom.dll

Notice:
The string value have to contain the whole path including the filename of the CDITalCom.dll!
If you run a 64bit client system, you have to add this entry manually. The value should be the same like
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Cherry\Common Files\CDITALCom.dll 

Installation of the WTS-Server-Komponent:
=========================================
CDITalCTX.dll is used to communicate with the Client.
CDITalCTX.dll will be installed in directory "%program files%\Cherry\CDI".

Server-side logging occurs via the ChyTrace00.dll
ChyTrace00.dll will be installed in "%program files%\Cherry".
CDITalWTS.dll tries to detect ChyTrace00.dll in the following registry path:
	HKEY_LOCAL_MACHINE\SOFTWARE\Cherry\Common Files\ChyTrace00.dll

Notice:
The string value have to contain the whole path including the filename of the ChyTrace00.dll!

To activate server-side logging, following registry entries have to be set:
[HKEY_LOCAL_MACHINE\SOFTWARE\Cherry\ChyTrace00]
"LoggingEnable"=dword:00000001
"LogFileName"="c:\\temp\\log.txt"
"FileSizeToSplit"=dword:00030000
"SkipModuleName"=dword:00000000
"SkipSourceFile"=dword:00000000
"SkipSourceLine"=dword:00000000
"StripSourceFilePath"=dword:00000001


