
1. Copy RTPUSB.dll to a directory (Example:  D:\Your InstallSource).

2. =====================================================================
   Add the following into project.BIB ( In the parameters tab).
   =====================================================================
MODULES(<== had exist in project.BIB)
RTPUSB.dll  D:\Your InstallSource\RTPUSB.dll                NK   SH


FILES(<== had exist in project.BIB)
TPUtility.exe  D:\ Your InstallSource\TPUtility.exe         NK   


3. =======================================================================
   Add the following into project.reg (In the parameters tab)
   =======================================================================

[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\7165_5768\Default\Default\UTPSTRM]
   "DLL"="RTPUSB.DLL"
   "Prefix"="UTP"
   "Rotation"=dword:0
   "DisableReport"=dword:0
   "MouseMod"=dword:2

**Notes:
a. Dll -- system uses and do'nt change.

b. MouseMod -- This parameter descripts the emulation mode of mouse.
               1: desktop mode
               2: mouse mode
               3: button mode
c. Rotation -- This parameter descripts the screen direction.
d. DisableReport -- This parameter inhibits touch panel to active mouse cursor.
e. Prefix --  Touch panel name. Don't change.

4. TPUTility.exe is an tool to use it to do free draw test and 9 points calibration. 
