;*******************************************************************************
; Copyright 2001 Microsoft Corp.
; INF for Windows 98, Windows NT, WinXp
;*******************************************************************************
[Version]
Signature = "$CHICAGO$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %ARESCOM%
DriverVer = 10/22/2001, 1.14.0.4
CatalogFile = NdUsbMsn.cat
Compatible = 1
;*******************************************************************************
;Manufacturer/Class Install
;*******************************************************************************
[Manufacturer]
%ARESCOM% = ARESCOM
[ControlFlags]
ExcludeFromSelect = USB\VID_09F5&PID_0168
[ARESCOM]
%NdUsbMsn.DeviceDesc% = NdUsbMsn.Ndi,USB\VID_09F5&PID_0168
;*******************************************************************************
; Win98 main sections
;*******************************************************************************
[NdUsbMsn.Ndi]
AddReg = NdUsbMsn.Reg, NdUsbMsn.Params
CopyFiles = NdUsbMsn.ndis.copyfiles
;*******************************************************************************
; NT main sections
;*******************************************************************************
[NdUsbMsn.Ndi.NT]
AddReg = NdUsbMsn.NT.Reg, NdUsbMsn.Params
CopyFiles = NdUsbMsn.ndis.copyfiles.NT
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 15 ; Generic PnP Bus since USB is not defined
[NdUsbMsn.Ndi.NT.Services]
AddService = NdUsbMsn, 2, NdUsbMsn.Service, Common.EventLog
[NdUsbMsn.ndis.copyfiles]
NdUsbMsn.sys
[NdUsbMsn.ndis.copyfiles.NT]
NdusbMsn.sys
;*******************************************************************************
; Windows 98 section
;*******************************************************************************
[NdUsbMsn.Reg]
HKR,Ndi,DeviceID,,USB\VID_09F5&PID_0168
HKR,,AdapterName,,NdUsbMsn
HKR,Ndi,CardType,,"PNP"
HKR,,AdapterName,,NdUsbMsn
HKR,,DevLoader,,*ndis,*ntkern,*ndis
HKR,,DeviceVxDs,,NdUsbMsn.sys
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00
HKR,NDIS,LogDriverName,,NdUsbMsn
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
; Install sections
HKR,Ndi\Install,,,"NdUsbMsn.Install"
HKR,Ndi,HelpText,,"ARESCOM USB Network Adapter"
;*******************************************************************************
; Driver parameters
;*******************************************************************************
[NdUsbMsn.Params]
HKR, ,TxPacketDesc, 0, "1040" ; 0x28
HKR, ,RxPacketDesc, 0, "20" ; 0x78
;*******************************************************************************
; Install section for Windows NT 5
;*******************************************************************************
[NdUsbMsn.NT.Reg]
; Interfaces
HKR, Ndi, Service, 0, "NdUsbMsn"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
[NdUsbMsn.Service]
DisplayName = %NdUsbMsn.Service.DispName%
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\NdUsbMsn.sys
LoadOrderGroup = NDIS,NTKERN,NDIS
AddReg = TextModeFlags.Reg
[Common.EventLog]
AddReg = Common.AddEventLog.Reg
[Common.AddEventLog.Reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported , 0x00010001, 7
[TextModeFlags.Reg]
HKR, , TextModeFlags, 0x00010001, 0x0001
;*******************************************************************************
; Destination directories
;*******************************************************************************
[DestinationDirs]
NdUsbMsn.ndis.copyfiles = 11
NdUsbMsn.ndis.copyfiles.NT = 10,System32\drivers
[SourceDisksNames]
; Cabinet file names and associated disks
; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
11=%DISKNAME%,,
[SourceDisksFiles]
;<file> = <cabinet number>,<subdir>,<filename>,<size>
;Note: File is not in a cabinet if cab# is 0
NdUsbMsn.sys = 11
;*******************************************************************************
; Localizable strings
;*******************************************************************************
[Strings]
ARESCOM = "ARESCOM"
;Source Disk Name
DISKNAME = "ARESCOM USB Network Adapter Driver Disk"
NdUsbMsn.DeviceDesc = "ARESCOM USB Network Adapter"
NdUsbMsn.Service.DispName = "ARESCOM USB Network Adapter"
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.