IrTucDrv.inf Driver File Contents (x2008618102317.zip)

[Version]
Signature="$WINDOWS NT$"
Class=Mouse
ClassGUID={4d36e96f-e325-11ce-bfc1-08002be10318}
Provider=%Provider%
DriverVer=6/1/2006,12.0.0.90
;CatalogFile=IrTucDrv.cat

[ControlFlags]
; Pnp drivers should not be installable via non-PnP hardware dialogs
ExcludeFromSelect = *

;--------- DestinationDirs Section -------------------------------------------

[DestinationDirs]
DefaultDestDir = 10
IrTucDrv_Files_Driver = 12


;--------- SourceDiskNames and SourceDiskFiles Section -----------------------
; These sections identify source disks and files for installation.

[SourceDisksNames]
1 = %DiskId1%,,,""

[SourceDisksFiles]
IrTucDrv.sys  = 1,,


;--------- Manufacturer and Models Sections ----------------------------------

[Manufacturer]
%MfgName% = IrTucDrv_Mfg,NTamd64,NTia64

[IrTucDrv_Mfg]
; DisplayName               Section           DeviceId
%IrTucDrv_DeviceDesc%=IrTucDrv_DDI, USB\VID_595A&PID_0001
%IrTucDrv_DeviceDesc%=IrTucDrv_DDI, USB\VID_6615&PID_0001

[IrTucDrv_Mfg.NTamd64]
; DisplayName               Section           DeviceId
%IrTucDrv_DeviceDesc%=IrTucDrv_DDI, USB\VID_595A&PID_0001
%IrTucDrv_DeviceDesc%=IrTucDrv_DDI, USB\VID_6615&PID_0001

[IrTucDrv_Mfg.NTia64]
; DisplayName               Section           DeviceId
%IrTucDrv_DeviceDesc%=IrTucDrv_DDI, USB\VID_595A&PID_0001
%IrTucDrv_DeviceDesc%=IrTucDrv_DDI, USB\VID_6615&PID_0001

;---------- DDInstall Sections -----------------------------------------------
; --------- Windows 98 -----------------

; Experimentation has shown that DDInstall root names greater than 19 characters
; cause problems in Windows 98

[IrTucDrv_DDI]
CopyFiles=IrTucDrv_Files_Driver
AddReg=IrTucDrv_9X_AddReg

[IrTucDrv_9X_AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,IrTucDrv.sys
HKR,,Description,,%IrTucDrv_DeviceDesc%

; --------- Windows NT -----------------

[IrTucDrv_DDI.NT]
CopyFiles=IrTucDrv_Files_Driver
AddReg=IrTucDrv_NT_AddReg

[IrTucDrv_DDI.NT.HW]
AddReg=IrTucDrv_NT_HW_AddReg

[IrTucDrv_DDI.NT.Services]
Addservice = IrTucDrv, %FLG_ADDREG_NOCLOBBER%, IrTucDrv_Service

; --------- Registry ----------------------

[IrTucDrv_NT_AddReg]
;reg-root,[subkey],[value-entry-name],[flags],[value]

[IrTucDrv_NT_HW_AddReg]
;reg-root,[subkey],[value-entry-name],[flags],[value]
;HKR,,Calibrated,%REG_DWORD%,0
;HKR,,MonitorNum,%REG_DWORD%,0
;HKR,,XOff,%REG_DWORD%,0
;HKR,,YOff,%REG_DWORD%,0
;HKR,,ScrX,%REG_DWORD%,0
;HKR,,ScrY,%REG_DWORD%,0
;HKR,,ScrW,%REG_DWORD%,1024
;HKR,,ScrH,%REG_DWORD%,768
;HKR,,M1X,%REG_DWORD%,512
;HKR,,M1Y,%REG_DWORD%,682
;HKR,,M2X,%REG_DWORD%,3584
;HKR,,M2Y,%REG_DWORD%,682
;HKR,,M3X,%REG_DWORD%,512
;HKR,,M3Y,%REG_DWORD%,3413
;HKR,,M4X,%REG_DWORD%,3584
;HKR,,M4Y,%REG_DWORD%,3413

[IrTucDrv_NT_Services_AddReg]
;reg-root,[subkey],[value-entry-name],[flags],[value]
;HKR,,TouchMode,%REG_DWORD%,3
;HKR,,EnableBeep,%REG_DWORD%,1
;HKR,,BeepFrequency,%REG_DWORD%,2000
;HKR,,BeepDuration,%REG_DWORD%,30
;HKR,,RightClick,%REG_DWORD%,1
;HKR,,EnableTouch,%REG_DWORD%,1
;HKR,,Rotation,%REG_DWORD%,0
;HKR,,HideCursor,%REG_DWORD%,0
;HKR,,EnableDbclick,%REG_DWORD%,0x1
;HKR,,EnableDelayTouch,%REG_DWORD%,0
;HKR,,DbclickDelay,%REG_DWORD%,500
;HKR,,DbclickArea,%REG_DWORD%,16
;HKR,,DelayTouchDelay,%REG_DWORD%,50
;HKR,,DelayTouchAera,%REG_DWORD%,2

; --------- Service ----------------------

[IrTucDrv_Service]
DisplayName    = %IrTucDrv_SvcDesc%
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_DEMAND_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\IrTucDrv.sys
LoadOrderGroup = Extended Base
AddReg=IrTucDrv_NT_Services_AddReg

; --------- Files ----------------------

[IrTucDrv_Files_Driver]
IrTucDrv.sys,,,2

;--------- Strings Section ---------------------------------------------------

[Strings]
Provider = "IRTOUCHSYSTEMS"
MfgName = "IRTOUCHSYSTEMS"
IrTucDrv_DeviceDesc = "IRTOUCHSYSTEMS InfraRed USB TouchScreen"
IrTucDrv_SvcDesc = "Driver for IRTOUCHSYSTEMS InfraRed USB TouchScreen"
DiskId1 = "IrTucDrv Device Installation Disk #1"

REG_SZ                      = 0x00000000
REG_MULTI_SZ                = 0x00010000
REG_EXPAND_SZ               = 0x00020000
REG_BINARY                  = 0x00000001
REG_DWORD                   = 0x00010001
REG_NONE                    = 0x00020001

SERVICE_KERNEL_DRIVER       = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER  = 0x00000002
SERVICE_ADAPTER             = 0x00000004
SERVICE_RECOGNIZER_DRIVER   = 0x00000008

SERVICE_BOOT_START          = 0x0
SERVICE_SYSTEM_START        = 0x1
SERVICE_AUTO_START          = 0x2
SERVICE_DEMAND_START        = 0x3
SERVICE_DISABLED            = 0x4

SERVICE_ERROR_IGNORE        = 0x00000000
SERVICE_ERROR_NORMAL        = 0x00000001
SERVICE_ERROR_SEVERE        = 0x00000002
SERVICE_ERROR_CRITICAL      = 0x00000003

FLG_ADDREG_NOCLOBBER        = 0x00000002
FLG_ADDREG_DELVAL           = 0x00000004
FLG_ADDREG_APPEND           = 0x00000008
FLG_ADDREG_KEYONLY          = 0x00000010
FLG_ADDREG_OVERWRITEONLY    = 0x00000020
FLG_ADDREG_64BITKEY         = 0x00001000
FLG_ADDREG_KEYONLY_COMMON   = 0x00002000
FLG_ADDREG_32BITKEY         = 0x00004000

Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web2, load: 1.29