; Wla11nd4.inf
; Intel(R) PRO/Wireless 2011 LAN Install Script for Windows 9x and 2000
; Copyright (c) 1999, Microsoft
; Copyright (c) 2000, Intel(R) Corporation
;
;============================================================================
; Current Version %VER 2.2.5.10a
;============================================================================
[version]
Signature = $Windows NT$
Class = net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %INTC%
DriverVer = 11/30/2000,2.2.5.10
CatalogFile= Wla11ND4.cat
;layoutfile = layout.inf
[Manufacturer]
%INTEL%=Intel
[ControlFlags]
ExcludeFromSelect = PCMCIA\Intel-PRO/Wireless_2011_LAN_PC_Card-E11D
ExcludeFromSelect = PCMCIA\Intel-Intel_PRO/11_WirelessLAN_PC_Card-15A7
ExcludeFromSelect = PCI\VEN_8086&DEV_1042
[Intel]
%Wla11PCC.DeviceDesc% = Wla11PCC.ndi, PCMCIA\Intel-PRO/Wireless_2011_LAN_PC_Card-E11D
%WlaPCC.DeviceDesc% = WlaPCC.ndi, PCMCIA\Intel-Intel_PRO/11_WirelessLAN_PC_Card-15A7
%Wla11PCI.DeviceDesc% = Wla11PCI.ndi, PCI\VEN_8086&DEV_1042
;--------------------------------------------------------------------------------
; PRO/Wireless PCMCIA Card
;
[Wla11PCC.ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI, NCF_PHYSICAL
PromptForESS_ID = 1
BusType = 8 ; Pcmcia bus
CopyFiles = Intel.CopyFiles.driver, Intel.CopyFiles.dll, Intel.CopyFiles.hlp
AddReg = Intel.AddReg.interfaces, Intel.AddReg.Params, Wla11PCC.AddReg
; For PRO/11
[WlaPCC.ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI, NCF_PHYSICAL
PromptForESS_ID = 1
BusType = 8 ; Pcmcia bus
CopyFiles = Intel.CopyFiles.driver, Intel.CopyFiles.dll, Intel.CopyFiles.hlp
AddReg = Intel.AddReg.interfaces, Intel.AddReg.Params, WlaPCC.AddReg
[Wla11PCC.AddReg]
HKR, Ndi,Service, 0,%Wla11PCC_DriverDesc%
HKR, ,CLSGUID, ,%INTEL_GUID%
HKR, ,SerialKey, ,%INTEL_SERIALKEY%
HKR, ,CardType, 0x00010001,0x00000000
HKR, ,AdapterModel, 0,%Wla11PCC_AdapterModel%
HKR, ,PCCardPacketFilter,0x00010001,"0x0000000B"
; For PRO/11
[WlaPCC.AddReg]
HKR, Ndi,Service, 0,%WlaPCC_DriverDesc%
HKR, ,CLSGUID, ,%INTEL_GUID%
HKR, ,SerialKey, ,%INTEL_SERIALKEY%
HKR, ,CardType, 0x00010001,0x00000000
HKR, ,AdapterModel, 0,%WlaPCC_AdapterModel%
HKR, ,PCCardPacketFilter,0x00010001,"0x0000000B"
[Wla11PCC.ndi.NT.Services]
AddService = Wla11nd5, 2, Wla11nd5.Service, Wla11nd5.EventLog
; For PRO/11
[WlaPCC.ndi.NT.Services]
AddService = Wla11nd5, 2, Wland5.Service, Wla11nd5.Eventlog
[Wla11PCC.ndi.NT.CoInstallers]
AddReg = Intel.AddReg.CoInstallers
CopyFiles = Intel.CopyFiles.CoInstallers
; For PRO/11
[WlaPCC.ndi.NT.CoInstallers]
AddReg = Intel.AddReg.CoInstallers
CopyFiles = Intel.CopyFiles.CoInstallers
;-----------------------------------------------------------------------------
; Intel PRO/Wireless 2011 LAN PC Card (PCMCIA)
;-----------------------------------------------------------------------------
; Win9x
[Wla11PCC.ndi]
CopyFiles = PRO2011.CopyFiles.System,PRO2011.CopyFiles.Inf
AddReg = PRO2011.ndi.reg,PRO2011.PCMCIA
; Win9x For PRO/11
[WlaPCC.ndi]
CopyFiles = PRO2011.CopyFiles.System,PRO2011.CopyFiles.Inf
AddReg = PRO2011.ndi.reg,PRO11.PCMCIA
;--------------------------------------------------------------------------------
; PRO/Wireless PCI Card
;
[Wla11PCI.ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI, NCF_PHYSICAL
PromptForESS_ID = 1
BusType = 5 ; PCI bus
CopyFiles = Intel.CopyFiles.driver, Intel.CopyFiles.dll, Intel.CopyFiles.hlp
AddReg = Intel.AddReg.interfaces, Intel.AddReg.Params, Wla11PCI.AddReg
[Wla11PCI.AddReg]
HKR, Ndi,Service, 0,%Wla11PCI_DriverDesc%
HKR, ,CLSGUID, ,%INTEL_GUID%
HKR, ,SerialKey, ,%INTEL_SERIALKEY%
HKR, ,CardType, 0x00010001,0x00000003
HKR, ,BusType, 0x00010001,0x00000005
HKR, ,AdapterModel, 0,%Wla11PCI_AdapterModel%
HKR, ,PCCardPacketFilter,0x00010001,"0x0000000B"
[Wla11PCI.ndi.NT.Services]
AddService = Wla11nd5, 2, Wla11nd5.Service, Wla11nd5.EventLog
[Wla11PCI.ndi.NT.CoInstallers]
AddReg = Intel.AddReg.CoInstallers
CopyFiles = Intel.CopyFiles.CoInstallers
;-----------------------------------------------------------------------------
; Intel PRO/Wireless WLAN PCI Card (Win9x)
;-----------------------------------------------------------------------------
[Wla11PCI.ndi]
CopyFiles = PRO2011.CopyFiles.System,PRO2011.CopyFiles.Inf
AddReg = PRO2011.ndi.reg,PRO2011.PCI
;-----------------------------------------------------------------------------
; Files copied to the Windows\System directory (Win9x)
;-----------------------------------------------------------------------------
[PRO2011.CopyFiles.System]
Wla11ND4.sys
Wlandi.dll
Wlancpa.dll
Wlancpa.hlp
[PRO2011.CopyFiles.Inf]
Wla11nd4.inf
;-----------------------------------------------------------------------------
; Remove All Files file list (Win9x)
;-----------------------------------------------------------------------------
[PRO2011.RemoveFiles.All]
DelFiles = PRO2011.DelFiles.System,PRO2011.DelFiles.Inf,PRO2011.DelFiles.Inf.Other
; For PRO/11
[PRO11.RemoveFiles.All]
DelFiles = PRO2011.DelFiles.System,PRO2011.DelFiles.Inf,PRO2011.DelFiles.Inf.Other
;-----------------------------------------------------------------------------
; Remove Registry Entries (Win9x)
;-----------------------------------------------------------------------------
[PRO2011.Remove.Reg]
DelReg = PRO2011.DelReg
;
; Leave this for Win95 to delete files
DelFiles = PRO2011.DelFiles.System,PRO2011.DelFiles.Inf,PRO2011.DelFiles.Inf.Other
;-----------------------------------------------------------------------------
; Delete files from the Windows\System directory (Win9x)
;-----------------------------------------------------------------------------
[PRO2011.DelFiles.System]
Wla11ND4.sys,,,1
Wlandi.dll,,,1
Wlancpa.dll,,,1
Wlancpa.hlp,,,1
;-----------------------------------------------------------------------------
; Delete files from the Windows\INF directory (Win9x)
;-----------------------------------------------------------------------------
[PRO2011.DelFiles.Inf]
Wla11nd4.inf,,,1
;-----------------------------------------------------------------------------
; Delete files from the Windows\INF\OTHER directory (Win9x)
;-----------------------------------------------------------------------------
[PRO2011.DelFiles.Inf.Other]
IntelWla11nd4.inf,,,1
;-----------------------------------------------------------------------------
; Delete registry entries (Win9x)
;-----------------------------------------------------------------------------
[PRO2011.DelReg]
HKR,,DevLoader,,*ndis
;-----------------------------------------------------------------------------
;(Win9x)
[PRO2011.ndi.reg]
; Custom Ndi Install DLL
HKR,Ndi,NdiInstaller,,"WlaNdi.dll,IntelPRO11NdiProc"
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,Wla11ND4.sys
;
; NDIS Info (Win9x)
;
HKR,NDIS,LogDriverName, ,"Wla11ND4"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
;
; Interfaces (Win9x)
;
HKR,NDI\Interfaces,DefUpper,,"ndis3"
HKR,NDI\Interfaces,DefLower,,"ethernet"
HKR,NDI\Interfaces,UpperRange,,"ndis3"
HKR,NDI\Interfaces,LowerRange,,"ethernet"
;
; Install sections (Win9x)
;
HKR,NDI\Install,,,"PRO2011.CopyFiles.System"
HKR,NDI\Remove,,,"PRO2011.Remove.Reg"
;-----------------------------------------------------------------------------
;(Win9x)
[PRO2011.PCMCIA]
HKR, ,DriverDesc, ,%Wla11PCC_DriverDesc%
HKR, ,CLSGUID, ,%INTEL_GUID%
HKR, ,SerialKey, ,%INTEL_SERIALKEY%
HKR, Ndi,DeviceID, ,"PCMCIA\Intel-PRO/Wireless_2011_LAN_PC_Card-E11D"
HKR, ,CardType, ,"0"
HKR, ,AdapterModel, 0,%Wla11PCC_AdapterModel%
;For PRO/11 (Win9x)
[PRO11.PCMCIA]
HKR, ,DriverDesc, ,%WlaPCC_DriverDesc%
HKR, ,CLSGUID, ,%INTEL_GUID%
HKR, ,SerialKey, ,%INTEL_SERIALKEY%
HKR, Ndi,DeviceID, ,"PCMCIA\Intel-Intel_PRO/11_WirelessLAN_PC_Card-15A7"
HKR, ,CardType, ,"0"
HKR, ,AdapterModel, 0,%WlaPCC_AdapterModel%
;-----------------------------------------------------------------------------
;(Win9x)
[PRO2011.PCI]
HKR, ,DriverDesc, ,%Wla11PCI_DriverDesc%
HKR, ,CLSGUID, ,%INTEL_GUID%
HKR, ,SerialKey, ,%INTEL_SERIALKEY%
HKR, Ndi,DeviceID, ,"PCI\VEN_8086&DEV_1042"
HKR, ,CardType, ,"3"
HKR, ,AdapterModel, 0,%Wla11PCI_AdapterModel%
;-------------------------------------------------------------------------------
; PRO2011 DS Params (Win2k)
;
[Intel.AddReg.Params]
HKR, , EnumPropPages32, 0, "Wlacoins.dll,s24PropPageProvider"
HKR, , NetType, 0, "WLAN"
HKR, Ndi, Service, 0, "Wla11nd5"
;-------------------------------------------------------------------------------
; Wrapper (Win2k)
;
[Intel.AddReg.interfaces]
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
;-------------------------------------------------------------------------------
; PRO2011 Service and Driver (Win2k)
;
[Wla11nd5.Service]
DisplayName = %Intel.ServiceDesc%
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\Wla11nd5.sys
LoadOrderGroup = NDIS
;For PRO/11
[Wland5.Service]
DisplayName = %IntelPRO11.ServiceDesc%
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\Wla11nd5.sys
LoadOrderGroup = NDIS
[Wla11nd5.Eventlog]
Addreg = Wla11nd5.Eventlog.reg
[Wla11nd5.Eventlog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
[Intel.CopyFiles.driver]
Wla11nd5.sys,,,2
[Intel.CopyFiles.dll]
Wlancpa.dll,,,2
[Intel.CopyFiles.CoInstallers]
Wlacoins.dll,,,2
[Intel.CopyFiles.hlp]
Wlancpa.hlp,,,2
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir =11 ; Windows\System
PRO2011.CopyFiles.System =11 ; Windows\System
PRO2011.CopyFiles.Inf =17 ; Windows\Inf
PRO2011.DelFiles.System =11 ; Windows\System
PRO2011.DelFiles.Inf =17 ; Windows\Inf
PRO2011.DelFiles.Inf.Other =17,Other ; Windows\Inf\Other
Intel.CopyFiles.driver =12 ; LDID for System[32]\Drivers directory
Intel.CopyFiles.dll =11 ; LDID for System[32] directory
Intel.CopyFiles.hlp =11 ; LDID for System[32] directory
;-----------------------------------------------------------------------------
[SourceDisksNames]
1=%SOURCEDISK1%,,
;-----------------------------------------------------------------------------
; disk files
[SourceDisksFiles]
Wla11nd4.inf =1,,,123
Wla11nd4.sys =1,winnt\i386,Wla11nd4.sys,28000
Wla11nd5.sys =1,ndis5,Wla11nd5.sys,28000
Wlancpa.dll =1,ndis5,Wlancpa.dll,200000
Wlancpa.hlp =1,ndis5,Wlancpa.hlp,29000
Wlandi.dll =1,ndis5,Wlandi.dll,18000
Wlacoins.dll =1,ndis5,Wlacoins.dll,20000
;-------------------------------------------------------------------------------
; PRO2011 CoInstaller
;
[Intel.AddReg.CoInstallers]
HKR,,CoInstallers32,0x00010000,"Wlacoins.dll,s24CoInstaller"
;-------------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
INTC = "Intel"
INTEL = "Intel(R) Corporation"
INTEL_GUID = "{5EACEC4F-FF3E-4d84-8360-59C79D0F96F8}"
INTEL_SERIALKEY = "1D43A0FCC39881E57B8030D6A6B33FE51A301717BB0BEF105B43F09C9769487C09995821D3FE16C428124E"
Wla11PCC.DeviceDesc = "Intel(R) PRO/Wireless 2011 LAN PC Card"
Wla11PCI.DeviceDesc = "Intel(R) PRO/Wireless 2011 LAN PCI Card"
; Device Description (For Pro/11)
WlaPCC.DeviceDesc = "Intel(R) PRO/11 Wireless LAN PC Card"
WlaPCI.DeviceDesc = "Intel(R) PRO/11 Wireless LAN PCI Card"
Intel.ServiceDesc = "Intel(R) PRO/Wireless 2011 LAN Card Driver"
; For PRO/11
IntelPRO11.ServiceDesc = "Intel(R) PRO/11 Wireless LAN Card Driver"
; Driver Description
Wla11PCC_DriverDesc = "Intel(R) PRO/Wireless 2011 LAN PC Card Driver"
Wla11PCI_DriverDesc = "Intel(R) PRO/Wireless 2011 LAN PCI Card Driver"
; Driver Description (For Pro/11)
WlaPCC_DriverDesc = "Intel(R) PRO/11 Wireless LAN PC Card Driver"
WlaPCI_DriverDesc = "Intel(R) PRO/11 Wireless LAN PCI Card Driver"
; Adapter Model
Wla11PCC_AdapterModel = "PRO/Wireless 2011 LAN PC Card"
Wla11PCI_AdapterModel = "PRO/Wireless 2011 LAN PCI Card"
; Adapter Model (For Pro/11)
WlaPCC_AdapterModel = "Intel PRO/11 WirelessLAN PC Card"
WlaPCI_AdapterModel = "Intel PRO/11 WirelessLAN PCI Card"
SOURCEDISK1 = "Intel(R) PRO/Wireless 2011 LAN Card Installation Disk"
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.