ASYNCESP.INF Driver File Contents (espw2k__3_5B1_5D.06_18_whql.exe)

;----------------------------------------------------------------------------
; Equinox Ethernet Serial Provider Multiport Serial Adapter
;
; Copyright (c) 1999-2003 Equinox Systems Inc.
;
; AsyncEsp.Inf
;----------------------------------------------------------------------------
[Version]
signature="$Windows NT$"
Class=MultiPortSerial
ClassGuid={50906CB8-BA12-11D1-BF5D-0000F805F530}
Provider=%EqnxSys%
DriverVer=09/29/2003, 3.0.6.18
Catalogfile=asyncesp.cat 

;----------------------------------------------------------------------------
; Available installations
;----------------------------------------------------------------------------
[Manufacturer]
%EqnxSys%=Equinox

[Equinox]
%ESP%            = Install_ESP, EQX_ESP


;----------------------------------------------------------------------------
; ESP Driver Install Section
;----------------------------------------------------------------------------
[Install_ESP]
AddReg      = ESP_AddRegistry
AddReg      = EQMTFTPS_AddRegistry
CopyFiles   = System32_Files, Drivers_Files, CoInstaller_Files

[Install_ESP.Services]
AddService  = esp, 0x00000002, ESP_Service_Install, ESP_EventLog_Install
AddService  = eqmtftps,, EQMTFTPS_Service_Install


;----------------------------------------------------------------------------
; CoInstaller
;----------------------------------------------------------------------------
[Install_ESP.CoInstallers]
AddReg      = CoInstaller_AddRegistry
CopyFiles   = CoInstaller_Files

;----------------------------------------------------------------------------
; ESP Service installation
;----------------------------------------------------------------------------
[ESP_Service_Install]
DisplayName    = %EspServiceDesc%
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_DEMAND_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\esp.sys
LoadOrderGroup = Extended base
Dependencies   = TCPIP

;----------------------------------------------------------------------------
; EQMTFTPS Service installation
;----------------------------------------------------------------------------
[EQMTFTPS_Service_Install]
DisplayName    = %EqmTftpsServiceDesc%
ServiceType    = %SERVICE_WIN32_OWN_PROCESS%
StartType      = %SERVICE_AUTO_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %11%\EqmTftps.Exe

;----------------------------------------------------------------------------
; ESP Event Log installation
;----------------------------------------------------------------------------
[ESP_EventLog_Install]
AddReg=ESP_EventLog_AddReg

[ESP_EventLog_AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\esp.sys"
HKR,,TypesSupported,  %REG_DWORD%,7

;----------------------------------------------------------------------------
; ESP Registry installation
;----------------------------------------------------------------------------
[ESP_AddRegistry]
;root, subkey,           valuename,        flags,        value
HKR,  Parameters,        HardwareDriver,              ,  "esp"
HKLM,System\CurrentControlSet\Control\CoDeviceInstallers,{50906CB8-BA12-11D1-BF5D-0000F805F530},0x00010008, "espcoinst.dll,CoInstallClass"
HKR,,EnumPropPages32,,"espcoinst.dll,EnumPropPagesEspDev"
HKR,,LocationInformationOverride,,%LocationOverride%

;----------------------------------------------------------------------------
; EQMTFTPS Registry installation
;----------------------------------------------------------------------------
[EQMTFTPS_AddRegistry]
;root, subkey,           valuename,        flags,        value
HKLM, Software\Equinox\TFTP, BootPath, %REG_EXPAND_SZ%,"%%SystemRoot%%\TFTP"
HKLM, Software\Equinox\TFTP, AppPath,  %REG_EXPAND_SZ%,"%%SystemRoot%%\TFTP"


;----------------------------------------------------------------------------
; Device CoInstaller Registry installation
;----------------------------------------------------------------------------
[CoInstaller_AddRegistry]
HKLM,System\CurrentControlSet\Control\CoDeviceInstallers,{50906CB8-BA12-11D1-BF5D-0000F805F530},0x00010008, "espcoinst.dll,CoInstallClass"
HKR,,CoInstallers32,0x00010000,"espcoinst.dll,CoInstallEspDev"

;----------------------------------------------------------------------------
; COPYFILES section (Files to be copied)
;
;   [System32_Files]    - Files to copy to System32 directory
;   [Drivers_Files]     - Files to copy to drivers directory
;   [Inf_Files]         - FIles to copy to inf directory
;   [CoInstaller_Files] - CoInstaller Files
;----------------------------------------------------------------------------

[System32_Files]
espdiag.exe,espdiag.ex_,,4
esplogr.exe,esplogr.ex_,,4
espdblog.exe,espdblog.ex_,,4
eqxloop.exe,eqxloop.ex_,,4
eqmtftps.exe,eqmtftps.ex_,,4
eqnmgt95.dll,eqnmgt95.dl_,,4
espcoinst.hlp,espcoinst.hl_,,4
espnt50p.chm,espnt50p.ch_,,4

[CoInstaller_Files]

[Drivers_Files]
esp.sys,esp.sy_,,4

[SourceDisksNames]
1=%SstDiskName1%,,,,

[SourceDisksFiles]
eqnmgt95.dl_        = 1 
esp.sy_             = 1
espdiag.ex_         = 1
esplogr.ex_         = 1
espdblog.ex_        = 1
eqxloop.ex_         = 1
eqmtftps.ex_        = 1
espcoinst.hl_       = 1
espcoinst.dll       = 1
espnt50p.ch_        = 1

;----------------------------------------------------------------------------
; Destination directories for COPYFILES sections
;----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir                  = 11  
System32_Files                  = 11
Drivers_Files                   = 12
CoInstaller_Files               = 11

;----------------------------------------------------------------------------
; String substitutions
;----------------------------------------------------------------------------
[Strings]
EqnxSys                = "Equinox Systems Inc."
EspServiceDesc         = "Equinox ESP Driver"
ESP                    = "Equinox Ethernet Serial Provider"
SstDiskName1           = "Equinox Windows 2000 ESP Driver Disk 1"   
EqmTftpsServiceDesc    = "Equinox Secure TFTP Service"
ClassName              = "MultiPortSerial"
LocationOverride       = "Equinox ESP MultiportSerial"


REG_SZ                 = 0x00000000
REG_DWORD              = 0x00010001
REG_EXPAND_SZ          = 0x00020000

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_BOOT_START     = 0x00000000
SERVICE_SYSTEM_START   = 0x00000001
SERVICE_AUTO_START     = 0x00000002
SERVICE_DEMAND_START   = 0x00000003
SERVICE_DISABLED       = 0x00000004

SERVICE_ERROR_IGNORE   = 0x00000000
SERVICE_ERROR_NORMAL   = 0x00000001
SERVICE_ERROR_SEVERE   = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
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