cpqteam.inf Driver File Contents (CP001422.EXE)

; -- CPQTEAM.INX --
;
; Compaq Teaming Service INF file
;
; Copyright (c) 2000 Compaq Computer Corp.


[version]
signature               = "$Windows NT$"
Class                   = NetTrans
ClassGUID               = {4D36E975-E325-11CE-BFC1-08002BE10318}
Provider                = %CPQ%
;CatalogFile            = %DriverRoot%.cat
DriverVer               = 09/18/2001,6.21.621.3

[Manufacturer]
%CPQ%                   = CPQ

[ControlFlags]

[CPQ]
%CPQTeam_Desc%          = CPQTeam.ndi,       "CQ_CPQTeam"

[CPQTeam.ndi]
AddReg                  = CPQTeam.ndi.AddReg, CPQTeam.AddReg
;Characteristics         = 0x490 ; NCF_HAS_UI | NCF_FILTER | NCF_NO_SERVICE
Characteristics         = 0x80
CopyFiles               = CPQTeam.CopyFiles.Init, CPQTeam.CopyFiles.Sys, CPQTeam.CopyFiles.Inf
DriverVer               = 09/18/2001,6.21.621.3

[CPQTeam.ndi.Remove]
DelReg                  = CPQTeam.DelReg

; ----------------------------------------------------------------------
; File copy
;
[SourceDiskNames]
1="Compaq Network Teaming Disk",%DriverRoot%.sy_,0

[SourceDiskFiles]
cpqteam.inf=1
cpqtmmp.inf=1
cpqteam.hlp=1
cpqteam.cnt=1
cpqteam.dll=1
cp100dg.dll=1
cpqteam.cpl=1
cqpteam.exe=1
cpqteam.sys=1
cpqdgd.sys=1
cpqgbdd.sys=1
cpqkddp.sys=1

[DestinationDirs]
CPQTeam.CopyFiles.Init  = 11   ; %windir%\System32
CPQTeam.CopyFiles.Sys   = 12   ; %windir%\System32\drivers
CPQTeam.CopyFiles.Inf   = 17   ; %windir%\inf

[CPQTeam.CopyFiles.Init]
cpqteam.dll,,,2
cp100dg.dll,,,2
cpqteam.hlp,,,2
cpqteam.cnt,,,2
cpqteam.cpl,,,2
cpqteam.exe,,,2

[CPQTeam.CopyFiles.Sys]
cpqteam.sys,,,2
cpqkddp.sys,,,2
cpqdgd.sys,,,2
cpqgbdd.sys,,,2

[CPQTeam.CopyFiles.Inf]
cpqteam.inf,,,2
cpqtmmp.inf,,,2

; ----------------------------------------------------------------------
; Install
;

[CPQTeam.ndi.AddReg]
HKR,    "Ndi",              "HelpText",     ,               "%CPQTeam_HELP%"
HKR,    "Ndi",              "Service", ,                    "CPQTeam"

HKR,   "Ndi\Interfaces", "UpperRange",    , "tdi"
HKR,   "Ndi\Interfaces", "LowerRange",    , "ndis4,ndis5,ndisatm,ndiswanip,ndis5_ip"

HKR,    "Ndi",              "ClsID",        ,               "{efd865f0-28a4-11d3-b3bb-009027296001}"
HKR,    "Ndi",              "ComponentDll", 0,              "%DriverRoot%.dll"
; ----------------------------------------------------------------------


[CPQTeam.ndi.Services]
AddService              = CPQTeam, 0, Install.AddService.CPQTeam,  NetEventLog

[Install.AddService.CPQTeam]
DisplayName             = %CPQTeam_Desc%
ServiceType             = %SERVICE_KERNEL_DRIVER%
StartType               = %SERVICE_DEMAND_START%
ErrorControl            = %SERVICE_ERROR_NORMAL%
ServiceBinary           = %12%\%DriverRoot%.sys
LoadOrderGroup          = NDIS
AddReg                  = CPQTeam.AddService.AddReg
Description             = %CPQTeam_Desc%

[CPQTeam.AddService.AddReg]
;

[CPQTeam.AddReg]
HKR,Parameters\Adapters,,%FLG_ADDREG_KEYONLY%
HKR,Parameters\Interfaces,,%FLG_ADDREG_KEYONLY%
HKR,               , "TextModeFlags",         0x10001, 0x0001

[CPQTeam.DelReg]
;

[CPQTeam.Ndi.Remove.Services]
DelService = CPQTeam

[NetEventLog]
AddReg = NetEventLog.AddReg

[NetEventLog.AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\drivers\%DriverRoot%.sys"
HKR,,TypesSupported,0x00010001,7

; ----------------------------------------------------------------------
[Strings]
CPQ                          = "Compaq"

CPQTeam_Desc                 = "Compaq Network Teaming and Configuration"
CPQTeam_HELP                 = "Allows you to Team together Compaq NICs for the purposes of Network Fault Tolerance and Load Balancing."
; ----------------------------------------------------------------------

DriverDate               = 09/18/2001
DriverVersion            = 6.21.621.3
DriverRoot               = cpqteam

; ServiceType values
SERVICE_KERNEL_DRIVER       = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER  = 0x00000002
SERVICE_ADAPTER             = 0x00000004
SERVICE_RECOGNIZER_DRIVER   = 0x00000008
SERVICE_WIN32_OWN_PROCESS   = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120

; StartType values
SERVICE_BOOT_START          = 0x00000000
SERVICE_SYSTEM_START        = 0x00000001
SERVICE_AUTO_START          = 0x00000002
SERVICE_DEMAND_START        = 0x00000003
SERVICE_DISABLED            = 0x00000004

; ErrorControl values
SERVICE_ERROR_IGNORE        = 0x00000000
SERVICE_ERROR_NORMAL        = 0x00000001
SERVICE_ERROR_SEVERE        = 0x00000002
SERVICE_ERROR_CRITICAL      = 0x00000003

; Characteristic flags
NCF_VIRTUAL                 = 0x0001
NCF_WRAPPER                 = 0x0002
NCF_PHYSICAL                = 0x0004
NCF_HIDDEN                  = 0x0008
NCF_NO_SERVICE              = 0x0010
NCF_NOT_USER_REMOVABLE      = 0x0020
NCF_HAS_UI                  = 0x0080
NCF_MODEM                   = 0x0100
NCF_FILTER_DEVICE           = 0x0200
NCF_FILTER                  = 0x0400
NCF_FORCE_NDIS_NOTIFY       = 0x8000

; Registry types
REG_MULTI_SZ                = 0x10000
REG_EXPAND_SZ               = 0x20000
REG_DWORD                   = 0x10001

; Service install flags
SPSVCINST_TAGTOFRONT        = 0x1
SPSVCINST_ASSOCSERVICE      = 0x2

FLG_ADDREG_KEYONLY          = 0x00000010
; ----------------------------------------------------------------------
[Strings.0411]
CPQ                          = "Compaq"

CPQTeam_Desc                 = "Compaq ネットワーク チーミング¨æÑÝè"
CPQTeam_HELP                 = "Compaq NICðネットワーク フォールトトレランスâロード バランシング̽ßÉÝè·é±ÆªÅ«Ü·。"

DriverDate               = 09/18/2001
DriverVersion            = 6.21.621.3
DriverRoot               = cpqteam

; ServiceType values
SERVICE_KERNEL_DRIVER       = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER  = 0x00000002
SERVICE_ADAPTER             = 0x00000004
SERVICE_RECOGNIZER_DRIVER   = 0x00000008
SERVICE_WIN32_OWN_PROCESS   = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120

; StartType values
SERVICE_BOOT_START          = 0x00000000
SERVICE_SYSTEM_START        = 0x00000001
SERVICE_AUTO_START          = 0x00000002
SERVICE_DEMAND_START        = 0x00000003
SERVICE_DISABLED            = 0x00000004

; ErrorControl values
SERVICE_ERROR_IGNORE        = 0x00000000
SERVICE_ERROR_NORMAL        = 0x00000001
SERVICE_ERROR_SEVERE        = 0x00000002
SERVICE_ERROR_CRITICAL      = 0x00000003

; Characteristic flags
NCF_VIRTUAL                 = 0x0001
NCF_WRAPPER                 = 0x0002
NCF_PHYSICAL                = 0x0004
NCF_HIDDEN                  = 0x0008
NCF_NO_SERVICE              = 0x0010
NCF_NOT_USER_REMOVABLE      = 0x0020
NCF_HAS_UI                  = 0x0080
NCF_MODEM                   = 0x0100
NCF_FILTER_DEVICE           = 0x0200
NCF_FILTER                  = 0x0400
NCF_FORCE_NDIS_NOTIFY       = 0x8000

; Registry types
REG_MULTI_SZ                = 0x10000
REG_EXPAND_SZ               = 0x20000
REG_DWORD                   = 0x10001

; Service install flags
SPSVCINST_TAGTOFRONT        = 0x1
SPSVCINST_ASSOCSERVICE      = 0x2

FLG_ADDREG_KEYONLY          = 0x00000010

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: web3, load: 5.10