;------------------------------------------------------------------------- ; BCAI5TDI.INF - for Win 2000 ; ;(%VER BCAI5TDI.INF - Version 1.0.0.1) ; Install NetTrans ;------------------------------------------------------------------------- [version] Signature = "$Windows NT$" Class = NetTrans ClassGUID = {4d36e975-e325-11ce-bfc1-08002be10318} Provider = %V_MS% LayoutFile = layout.inf [Manufacturer] %V_MS%=3Com [3Com] %BCAITDI.DeviceDesc%=Install, BCAITDI ;------------------------------------------------------------------------- ; Installation Section ;------------------------------------------------------------------------- [Install] AddReg=Inst_Ndi Characteristics=0x20 ; NCF_NOT_USER_REMOVABLE CopyFiles = BCAITDI.SYS.CopyFiles, BCAITDI.inf.CopyFiles ;CopyFiles = BCAITDI.CopyFiles, BCAITDI.SYS.CopyFiles, BCAITDI.inf.CopyFiles ;------------------------------------------------------------------------- ; Ndi installation support ;------------------------------------------------------------------------- [Inst_Ndi] ;HKR,"Ndi","ClsID",,"{a28d553a-a703-11d0-9cec-00c04fc9bcc4}" ;HKR,"Ndi","ComponentDll",,"tdicoins.dll" HKR,"Ndi","Service",,"BCAITDI" HKR,"Ndi","CoServices",%REG_MULTI_SZ%,"BCAITDI" HKR,"Ndi","HelpText",,"%BCAITDI_HelpText%" HKR,"Ndi\Interfaces","UpperRange",,"BCAITDI" HKR,"Ndi\Interfaces","LowerRange",,"ndis5,ndis4" ;HKLM,"Software\3Com\BCAUDIAG","AutoEcho",,"YES" HKLM,"Software\3Com\BCAITDI\CurrentVersion","Description",,"%BCAITDISoftwareDescription%" HKLM,"Software\3Com\BCAITDI\CurrentVersion","MajorVersion",0x00010001,"%BCAITDIMajorVersion%" HKLM,"Software\3Com\BCAITDI\CurrentVersion","MinorVersion",0x00010001,"%BCAITDIMinorVersion%" HKLM,"Software\3Com\BCAITDI\CurrentVersion","ServiceName",,"%BCAITDISoftwareName%" HKLM,"Software\3Com\BCAITDI\CurrentVersion","SoftwareType",,"%BCAITDISoftwareType%" HKLM,"Software\3Com\BCAITDI\CurrentVersion","Title",,"%BCAITDISoftwareTitle%" HKLM,"Software\3Com\BCAITDI\CurrentVersion","Locked",,"ON" HKLM,"Software\3Com\BCAITDI\CurrentVersion\NetRules","bindform",,"%BCAITDINetRuleSoftwareBindForm%" HKLM,"Software\3Com\BCAITDI\CurrentVersion\NetRules","type",,"%BCAITDINetRuleSoftwareType%" HKLM,"Software\3Com\BCAITDI\CurrentVersion\NetRules","use",,"%BCAITDINetRuleSoftwareUse%" HKLM,"Software\3Com\BCAITDI\CurrentVersion\NetRules","InfOption",,"BCAITDI" HKLM,"Software\3Com\BCAITDI\CurrentVersion\NetRules","InfName",,"BCAITDI.INF" ;------------------------------------------------------------------------- ; Service installation support ;------------------------------------------------------------------------- [Install.Services] AddService=BCAITDI,,BCAITDI_Service_Inst, BCAITDI.EventLog [BCAITDI_Service_Inst] DisplayName = %BCAITDIDisplayName% ServiceType = 1 ;SERVICE_KERNEL_DRIVER StartType = 2 ;2 is SERVICE_AUTO_START, 3 is manual ErrorControl = 1 ;SERVICE_ERROR_NORMAL ServiceBinary = %12%\BCAItdi.sys LoadOrderGroup = "TDI" Dependencies = "+NDIS" AddReg = AddReg_BCAITDI_Service_Inst [AddReg_BCAITDI_Service_Inst] HKR,"Parameters","NbProvider",,"_nb" [BCAITDI.EventLog] AddReg = BCAITDI.AddEventLog.reg [BCAITDI.AddEventLog.reg] HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll" HKR,, TypesSupported, 0x00010001, 7 ;------------------------------------------------------------------------- ; Support for removal of static registry settings ;------------------------------------------------------------------------- [Install.Remove] DelReg=Del_Static_Reg [Install.Remove.Services] DelService=BCAITDI [Del_Static_Reg] HKLM,"Software\3Com\BCAITDI\CurrentVersion\NetRules","bindform",,"%BCAITDINetRuleSoftwareBindForm%" HKLM,"Software\3Com\BCAITDI\CurrentVersion\NetRules","type",,"%BCAITDINetRuleSoftwareType%" HKLM,"Software\3Com\BCAITDI\CurrentVersion\NetRules","use",,"%BCAITDINetRuleSoftwareUse%" HKLM,"Software\3Com\BCAITDI\CurrentVersion\NetRules","InfOption",,"BCAITDI" HKLM,"Software\3Com\BCAITDI\CurrentVersion\NetRules","InfName",,"BCAITDI.INF" HKLM,"Software\3Com\BCAITDI\CurrentVersion","Description",,"%BCAITDISoftwareDescription%" HKLM,"Software\3Com\BCAITDI\CurrentVersion","MajorVersion",0x00010001,"%BCAITDIMajorVersion%" HKLM,"Software\3Com\BCAITDI\CurrentVersion","MinorVersion",0x00010001,"%BCAITDIMinorVersion%" HKLM,"Software\3Com\BCAITDI\CurrentVersion","ServiceName",,"%BCAITDISoftwareName%" HKLM,"Software\3Com\BCAITDI\CurrentVersion","SoftwareType",,"%BCAITDISoftwareType%" HKLM,"Software\3Com\BCAITDI\CurrentVersion","Title",,"%BCAITDISoftwareTitle%" HKLM,"Software\3Com\BCAITDI\CurrentVersion","Locked",,"ON" ;HKLM,"Software\3Com\BCAUDIAG","AutoEcho",,"YES" ;------------------------------------------------------------------------- ; Declare Destination Directories for file copy/deletion ;------------------------------------------------------------------------- [SourceDisksNames] 50 = "3Com DMI Agent Diskette",,, ;51 = "3Com EtherDisk for EtherLink XL NICs (Diskette 2)", 3CDISK2,, [SourceDisksFiles] BCAI5TDI.INF =50 BCAITDI.SYS =50 ;UNBCATDI.EXE =50 ;TDICoIns.dll =50 ;[BCAITDI.CopyFiles] ;UNBCATDI.EXE,,,2 [BCAITDI.SYS.CopyFiles] BCAITDI.SYS,,,2 [BCAITDI.inf.CopyFiles] BCAI5TDI.INF,,,2 [DestinationDirs] BCAITDI.SYS.CopyFiles = 12 BCAITDI.inf.CopyFiles = 17 ;BCAITDI.CopyFiles = 11 ;TDICoInstallCopyFiles = 11 ;------------------------------------------------------------------------- ; Files to Copy/Delete - Referenced by Install and Remove sections above ;------------------------------------------------------------------------- [Strings] V_MS = "3Com" BCAITDI_HelpText = "3Com BCAITDI DMI TDI" BCAITDI.DeviceDesc ="3Com BCAITDI DMI TDI" BCAITDIDisplayName = "3Com BCAITDI DMI TDI" BCAITDISoftwareDescription = "3Com BCAITDI DMI TDI" BCAITDISoftwareTitle = "3Com BCAITDI DMI TDI" BCAITDIMajorVersion = "3" BCAITDIMinorVersion = "0" BCAITDISoftwareName = "BCAITDI" BCAITDISoftwareType = "service" BCAITDINetRuleSoftwareType = "BCAITDI lmNetService ndisTransport" BCAITDINetRuleSoftwareBindForm = """BCAITDI"" yes yes simple" BCAITDINetRuleSoftwareUse = "service yes yes" REG_DWORD = 0x10001 REG_MULTI_SZ = 0x10000Download 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.