	Installation Introduction
	
This installation only apply for Keetouch's controller of USB port in WinCE 5.0.

The installation steps:

1. 	Modify the "Project.bib"
   Please refer the "project.bib" in the installation package and add some text in it as below:
 MODULES
	;  Name            Path                                           Memory Type
	;  --------------  ---------------------------------------------  -----------
		KtPtrHid.dll     $(_FLATRELEASEDIR)\KTPtrHid.dll                 NK  SH

2.	Modify the "Project.reg"
 	Please refer the "Project.reg", and add some texts in it as below:
	; Added by Daniel, KT
	[HKEY_LOCAL_MACHINE\Drivers\HID\LoadClients\6829_1\Default\Default\Pointer]
	   "DLL"="KtPtrHid.DLL"
	   "RemoteWakeup"=dword:0
	   "Left"=dword:990
	   "Right"=dword:2C0
	   "Top"=dword:318
	   "Bottom"=dword:880
"Left""Right""Top""Bottom" above is relative to the size of the panel, provided by Keetouch.

3. Copy KtPtrHid.dll. 
	Please copy the "KtPtrHid.dll" to the release directory, such as:
		"D:WINCE500\PBWorkspaces\[PlatformName]\RelDir\SAMSUNG_SMDK2410_ARMV4Release"

4, Do "Make Run-Time Image" in Platform Build for WinCE5.0, and the installation is completed.

thanks.

