;----------------------------------------------------------------------------
; Connect Tech Xtreme/104 Express Multiport Serial Adapter
; Port INF file
;
; Copyright (c) 2008 Connect Tech Inc.
;
; CTIXGPIO.INF for Windows XP/2000/server 2003/Vista
;
;
; Revision history:
; Ver 0.00 First release.
;
; Version 0.0
;----------------------------------------------------------------------------
[Version]
Signature = "$Windows NT$"
Class = Ports
ClassGuid = {4D36E978-E325-11CE-BFC1-08002BE10318}
Provider = %ctixtreme%
CatalogFile = ctixtrm.cat
DriverVer = 08/01/2008,1.0.0.0
[DestinationDirs]
DestinationDirs_DriversDir = 12 ; %windir%\system32\drivers
[SourceDisksNames]
1 = %SrcDiskName%.\i386,,
[SourceDisksNames.x86]
1 = %SrcDiskName%,,,\i386
[SourceDisksNames.amd64]
1 = %SrcDiskName%,,,\amd64
[ControlFlags]
ExcludeFromSelect = CTIXMF\*PNP0501
[SourceDisksFiles]
ctixser.sys = 1
ctixui.dll = 1
OxPCIeSer.oxbe = 1
OxPCIeSer.png = 1
WdfCoinstaller01005.dll = 1
[Manufacturer]
%ctixtreme% = ctixtreme,ntx86, NTamd64
; For Win2K
[ctixtreme]
%SerDesc% = SerInstSect,CTIXMF\*PNP0501
; For XP and later
[ctixtreme.ntx86]
%SerDesc% = SerInstSect,CTIXMF\*PNP0501
; 64 bit
[ctixtreme.NTamd64]
%SerDesc% = SerInstSect,CTIXMF\*PNP0501
[SerInstSect]
CopyFiles = DestinationDirs_DriversDir
AddReg = SerInstSect.AddReg
[DestinationDirs_DriversDir]
ctixser.sys
[SerInstSect.HW]
AddReg = SerInstSect.HW_AddReg
[SerInstSect.Services]
AddService = ctixser,%SPSVCINST_ASSOCSERVICE%,SerInstSect.Services_AddService,EventLog_AddService
AddService = Serenum,,Serenum_AddService
[SerInstSect.AddReg]
HKR,,PortSubClass,%REG_BINARY%,01
HKR,,EnumPropPages32,,"ctixui.dll,SerialPropPageProvider"
[SerInstSect.HW_AddReg]
HKR,,"UpperFilters",%REG_MULTI_SZ%,"serenum"
HKR,,"95xSpecific",%REG_BINARY%,01,00,00,00,00,00,c9,16,20,00,01,00,04,64,10,70,08,00,00,00,00,00,00,10
HKR,,"ClockRate",%REG_DWORD%,62500000
[SerInstSect.Services_AddService]
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\ctixser.sys
LoadOrderGroup = Extended base
[Serenum_AddService]
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\serenum.sys
LoadOrderGroup = PNP Filter
[EventLog_AddService]
AddReg = EventLog_AddService_AddReg
[EventLog_AddService_AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
HKR,,TypesSupported,%REG_DWORD%,7
;-------------------------------------------------------------------------
; Coinstaller installation
;-------------------------------------------------------------------------
[DestinationDirs]
CoInstaller_CopyFiles = 11 ; %windir%\system32
[SerInstSect.CoInstallers]
AddReg = CoInstaller_AddReg
CopyFiles = CoInstaller_CopyFiles
[SerInstSect.Wdf]
KmdfService = ctixser,SerInstSect.Wdf_KmdfService
[CoInstaller_CopyFiles]
WdfCoinstaller01005.dll
ctixui.dll
OxPCIeSer.oxbe
OxPCIeSer.png
[CoInstaller_AddReg]
HKR,,CoInstallers32,%REG_MULTI_SZ%,"WdfCoinstaller01005.dll,WdfCoInstaller","ctixui.dll,SerialDeviceCoInstaller"
HKR,,PluginName,%REG_MULTI_SZ%,"OxPCIeSer.oxbe"
[SerInstSect.Wdf_KmdfService]
KmdfLibraryVersion = 1.5
[Strings]
;
; ******* Localizable Strings *******
ctixtreme = "Connect Tech Inc"
SerDesc = "CTI Xtreme/104 PCI Express UART Serial Port"
SrcDiskName = "CTI Xtreme/104 Multiport UART Port Driver"
; ******* Non Localizable Strings *******
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
SPSVCINST_ASSOCSERVICE = 0x2
REG_SZ = 0x00000000
REG_BINARY = 0x00000001
REG_KEYONLY = 0x00000010
REG_MULTI_SZ = 0x00010000
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001
Download Driver Pack
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.