ctiwhpxp.inf Driver File Contents (WHXPv3_0_0_11.zip)

; ******************************************************************************
; *   File:                                                                    *
; *      ctiwhpxp.inf                                                          *
; *                                                                            *
; *   Description:                                                             *
; *      WhiteHEAT USB WinXP INF file part 2 for COM ports.                    *
; *      This section adds the necessary support for the COM ports.            *
; *                                                                            *
; *   Revision History:                                                        *
; *      2.0.0.0 - Aug. 13 2002 - CJD                                          *
; *         Original Release                                                   *
; *      2.0.0.1 - Aug. 14 2002 - CJD                                          *
; *         New driver version (2.1.4.6)                                       *
; *      2.0.0.2 - Aug. 28 2002 - CJD                                          *
; *         New driver version (2.2.4.6)                                       *
; *      2.0.0.3 - Sep. 16 2003 - HJ                                           *
; *         New driver version (2.3.4.20)                                      *                                      *
; *      2.0.0.4 - Dec. 15 2005 - HJ                                           *
; *         New driver version (2.3.4.21)                                      *
; *      2.0.0.5 - Mach 07 2006 - HJ                                           *
; *         New driver version (3.1.4.22)                                      *
; *      2.0.0.6 - April 09 2006 - HJ                                          *
; *         New driver version (3.3.5.0)                                       *
; *      2.0.0.7 - April 28 2006 - HJ                                          *
; *         New driver version (3.4.5.1)                                       *
; *      2.0.0.8 - April 28 2006 - HJ                                          *
; *         New driver version (3.5.5.2)                                       *
; *      2.0.0.9 - May 01 2006 - HJ                                          *
; *         New driver version (3.6.5.2)                                       *
; *      2.0.0.10 - June 28 2006 - HJ                                          *
; *         New driver version (3.6.5.3)                                       *
; *      2.0.0.11 - Oct 12 2006 - HJ                                          *
; *         New driver version (3.7.5.3)                                       *
; *      2.0.0.12 - Feb 03 2011 - HJ                                          *
; *         New driver version (3.7.5.4)                                       *
; *   Copyright (c) 2006 CTI, Connect Tech Inc. All Rights Reserved.           *
; ******************************************************************************

[Version]
Signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%CTI_String%
CatalogFile=ctiwhxp.cat
DriverVer=02/03/2011,3.7.5.4

; ******************************************************************************
; ******************************************************************************

[Manufacturer]
%PortsClassName%=CTI_SECTION,NTx86, NTamd64

[ControlFlags]
ExcludeFromSelect=*

; LIST OF CTI BOARD MODELS THAT CAN BE INSTALLED SECTION
; This section lists the type of boards that can be installed
; and what section to jump to if selected
[CTI_SECTION.NTx86]
%port1%=WHPort1,CTIPORT\DID_8001&PID_0000
%port2%=WHPort2,CTIPORT\DID_8001&PID_0001
%port3%=WHPort3,CTIPORT\DID_8001&PID_0002
%port4%=WHPort4,CTIPORT\DID_8001&PID_0003

[CTI_SECTION.NTamd64]
%port1%=WHPort1,CTIPORT\DID_8001&PID_0000
%port2%=WHPort2,CTIPORT\DID_8001&PID_0001
%port3%=WHPort3,CTIPORT\DID_8001&PID_0002
%port4%=WHPort4,CTIPORT\DID_8001&PID_0003

; ******************************************************************************
; ******************************************************************************

[WHPort.AddReg.PropPage]
HKR,,EnumPropPages32,,"whprts02.dll,WHPortSettings"

[WHPort.AddReg.CoInst]
HKR,,CoInstallers32,0x00010000,"whprts02.dll,WHCoInstall"

[WHUSB_Service_Inst]
DisplayName=%WHUSB_Service_Name%
ServiceType=%SERVICE_KERNEL_DRIVER%
StartType=%SERVICE_DEMAND_START%
ErrorControl=%SERVICE_ERROR_IGNORE%
ServiceBinary=%12%\ctiwhxp.sys

[WHDummyCopyFiles]

[WHPortHW.AddReg]
; Load serenum on top of us
HKR,,"UpperFilters",0x00010000,"serenum"

; ******************************************************************************

[WHPort1]
AddReg=WHPort.AddReg.PropPage
CopyFiles=WHDummyCopyFiles

[WHPort1.Services]
AddService=WHUSB,0x00000002,WHUSB_Service_Inst
Include=msports.inf
Needs=SerialEnumerator.Services

[WHPort1.HW]
AddReg=WHPortHW.AddReg

[WHPort1.CoInstallers]
AddReg=WHPort.AddReg.CoInst
CopyFiles=WHDummyCopyFiles

; ******************************************************************************

[WHPort2]
AddReg=WHPort.AddReg.PropPage
CopyFiles=WHDummyCopyFiles

[WHPort2.Services]
AddService=WHUSB,0x00000002,WHUSB_Service_Inst
Include=msports.inf
Needs=SerialEnumerator.Services

[WHPort2.HW]
AddReg=WHPortHW.AddReg

[WHPort2.CoInstallers]
AddReg=WHPort.AddReg.CoInst
CopyFiles=WHDummyCopyFiles

; ******************************************************************************

[WHPort3]
AddReg=WHPort.AddReg.PropPage
CopyFiles=WHDummyCopyFiles

[WHPort3.Services]
AddService=WHUSB,0x00000002,WHUSB_Service_Inst
Include=msports.inf
Needs=SerialEnumerator.Services

[WHPort3.HW]
AddReg=WHPortHW.AddReg

[WHPort3.CoInstallers]
AddReg=WHPort.AddReg.CoInst
CopyFiles=WHDummyCopyFiles

; ******************************************************************************

[WHPort4]
AddReg=WHPort.AddReg.PropPage
CopyFiles=WHDummyCopyFiles

[WHPort4.Services]
AddService=WHUSB,0x00000002,WHUSB_Service_Inst
Include=msports.inf
Needs=SerialEnumerator.Services

[WHPort4.HW]
AddReg=WHPortHW.AddReg

[WHPort4.CoInstallers]
AddReg=WHPort.AddReg.CoInst
CopyFiles=WHDummyCopyFiles

; ******************************************************************************
; ******************************************************************************

; STRINGS SECTION
; This section stores misc strings used through out this
; INF file.
[Strings]
CTI_String="Connect Tech Inc."
PortsClassName="WhiteHEAT USB Port"

; The Co-Installer prefixes these with "WhiteHEAT USB (SERIAL#) " later.
port1="Port 1"
port2="Port 2"
port3="Port 3"
port4="Port 4"

WHUSB_Service_Name="WHUSB"

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

SERVICE_KERNEL_DRIVER=0x1
SERVICE_ERROR_IGNORE=0x0
SERVICE_ERROR_NORMAL=0x1
SERVICE_ERROR_SEVERE=0x2
SERVICE_ERROR_CRITICAL=0x3

REG_EXPAND_SZ=0x00020000
REG_DWORD=0x00010001
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: web1, load: 0.33