WC11AR.inf Driver File Contents (xyxel_ag200.zip)

;***********************************************************************
;
; WC11AR.INF
;
;   This installation script supports Windows 98,Me,2000 & XP for the
;   ZyXEL ZyAIR Wireless LAN Adapters.
;   AG-100
;
;   Copyright (c) 2000 - 2004 ZyXEL Technology
;   All Rights Reserved.
;
;***********************************************************************

[Version]
 DriverVer = 10/06/2004, 3.3.0.162
 Signature           = "$Chicago$"
 Compatible          = 1
 Class               = Net
 ClassGUID           = {4d36e972-e325-11ce-bfc1-08002be10318}
 Provider            = %VER_VENDOR_NAME_STR%
 MillenniumPreferred = .ME
 Catalogfile = WC11AR.cat

[ControlFlags]
;Exclude all PNP adapters from user selection
 ExcludeFromSelect   = *

[Manufacturer]
 %VER_VENDOR_NAME_STR% = DeviceList

[DeviceList]
 %AG_STR_100%       = AG100,   	   PCI\VEN_168C&DEV_0013&SUBSYS_34020308

;==================================================================== AG-100
[AG100]        ; Win9x
 AddReg          = AR_COMMON.reg, AR_9X.reg, AG100.id.reg,  COMMON_NDIS.reg, 5211.reg
 CopyFiles       = AR.CopyFiles.9x AR.CopyFilesCoInst.nt
[AG100.NT]     ; Win2K
 Characteristics = 0x84 ; NCF_PHYSICAL | NCF_HAS_UI
 BusType         = 5
 AddReg          = AR_COMMON.reg, COMMON_NDIS.reg.NT, 5211.reg
 CopyFiles       = AR.CopyFiles.nt
[AG100.NT.Services]
 AddService      = "AG_AR", 2, AR.Service, AG_DRIVER.EventLog
[AG100.NT.CoInstallers]
 AddReg          = AG_COINSTALL.reg.NT
 CopyFiles       = AR.CopyFilesCoInst.nt
[AG100.id.reg]
 HKR, Ndi, DeviceID, 0, "PCI\VEN_168C&DEV_0013&SUBSYS_34020308"
 

;AR_COMMON ==========================================
[AR.Service]
 DisplayName     = %AR_STR_SERVICE%
 ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
 StartType       = 3 ;%SERVICE_DEMAND_START%
 ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
 ServiceBinary   = %12%\WC11AR.sys
 LoadOrderGroup  = NDIS
[AR_COMMON.reg]
 HKR, ,WC11IOC,  0,    "1"
 HKR, ,SilentInstall,   0,    "1" 
[AR_9X.reg]
 HKR, ,DevLoader,       0,    "*ndis"
 HKR, ,DeviceVxDs,      0,    "WC11AR.sys"

[AG_COINSTALL.reg.NT]
 HKR,           ,CoInstallers32         ,0x00010000     ,"WC11CFG.dll,NdiProc"
[AG_DRIVER.EventLog]
 AddReg         = AG_DRIVER.EventLog.reg

[AG_DRIVER.EventLog.reg]
 HKR,           ,EventMessageFile       ,0x00020000     ,"%%SystemRoot%%\System32\netevent.dll"
 HKR,           ,TypesSupported         ,0x00010001     ,7

[COMMON_NDIS.reg]
 HKR,                   ,RunningWin9X           ,0      ,"1"
 HKR,                   ,DevLoader              ,0      ,"*ndis"
 HKR,                   ,EnumPropPages          ,0      ,"netdi.dll,EnumPropPages"
 HKR,NDI                ,NdiInstaller           ,0      ,"WC11CFG.dll,NdiProc"
 HKR,NDI\Interfaces     ,UpperRange             ,0      ,"ndis3"
 HKR,NDI\Interfaces     ,LowerRange             ,0      ,"ethernet"
 HKR,NDI\Interfaces     ,DefUpper               ,0      ,"ndis3"
 HKR,NDI\Interfaces     ,DefLower               ,0      ,"ethernet"
 HKR,NDIS               ,LogDriverName          ,0      ,"WC11"
 HKR,NDIS               ,MajorNdisVersion       ,1      ,03
 HKR,NDIS               ,MinorNdisVersion       ,1      ,0a

[COMMON_NDIS.reg.ME]
 HKR,                   ,RunningWin9X           ,0      ,"1"
 HKR,                   ,DevLoader              ,0      ,"*ndis"
 HKR,                   ,EnumPropPages          ,0      ,"netdi.dll,EnumPropPages"
 HKR,NDI                ,NdiInstaller           ,0      ,"WC11CFG.dll,NdiProc"
 HKR,NDI\Interfaces     ,UpperRange             ,0      ,"ndis3"
 HKR,NDI\Interfaces     ,LowerRange             ,0      ,"ethernet"
 HKR,NDI\Interfaces     ,DefUpper               ,0      ,"ndis3"
 HKR,NDI\Interfaces     ,DefLower               ,0      ,"ethernet"
 HKR,NDIS               ,LogDriverName          ,0      ,"WC11"
 HKR,NDIS               ,MajorNdisVersion       ,1      ,03
 HKR,NDIS               ,MinorNdisVersion       ,1      ,0a

[5211.reg]

HKR, Ndi\params\MapRegisters,           ParamDesc,                      0,  %MapRegisters%
HKR, Ndi\params\MapRegisters,           default,                        0,  "256"
HKR, Ndi\params\MapRegisters,           min,                            0,  "32"
HKR, Ndi\params\MapRegisters,           max,                            0,  "512"
HKR, Ndi\params\MapRegisters,           step,                           0,  "8"
HKR, Ndi\params\MapRegisters,           base,                           0,  "10"
HKR, Ndi\params\MapRegisters,           type,                           0,  "int"

HKR, Ndi\params\NetworkAddress,         ParamDesc,                      0,  %NetworkAddress%
HKR, Ndi\params\NetworkAddress,         default,                        0,  ""
HKR, Ndi\params\NetworkAddress,         LimitText,                      0,  "12"
HKR, Ndi\params\NetworkAddress,         UpperCase,                      0,  "1"
HKR, Ndi\params\NetworkAddress,         optional,                       0,  "1"
HKR, Ndi\params\NetworkAddress,         type,                           0,  "edit"

HKR, Ndi\params\sleepMode,              ParamDesc,                      0,  %sleepMode%
HKR, Ndi\params\sleepMode,              Base,                           0,  "10"
HKR, Ndi\params\sleepMode,              default,                        0,  "2"
HKR, Ndi\params\sleepMode,              type,                           0,  "enum"
HKR, Ndi\params\sleepMode\enum,         "0",                            0,  %sleepModeOff%
HKR, Ndi\params\sleepMode\enum,         "2",                            0,  %sleepModeNormal%
HKR, Ndi\params\sleepMode\enum,         "1",                            0,  %sleepModeMax%

HKR, Ndi\params\shortPreamble,          ParamDesc,                      0,  %shortPreamble%
HKR, Ndi\params\shortPreamble,          Base,                           0,  "10"
HKR, Ndi\params\shortPreamble,          default,                        0,  "1"
HKR, Ndi\params\shortPreamble,          type,                           0,  "enum"
HKR, Ndi\params\shortPreamble\enum,     "1",                            0,  %shortPreambleEnable%
HKR, Ndi\params\shortPreamble\enum,     "0",                            0,  %shortPreambleDisable%

HKR, Ndi\params\radioEnable,            ParamDesc,                      0,  %radioEnable%
HKR, Ndi\params\radioEnable,            Base,                           0,  "10"
HKR, Ndi\params\radioEnable,            default,                        0,  "1"
HKR, Ndi\params\radioEnable,            type,                           0,  "enum"
HKR, Ndi\params\radioEnable\enum,       "1",                            0,  %radioEnableOn%
HKR, Ndi\params\radioEnable\enum,       "0",                            0,  %radioEnableOff%

HKR, CustomParams\Configurations,       MajorVersion,                   0x10003,  2
HKR, CustomParams\Configurations,       MinorVersion,                   0x10003,  0

HKR, CustomParams\Configurations,       SelectedConfigurationIndex,     0x10003,  0
HKR, CustomParams\Configurations,       SelectedConfigurationName,      0x00002,  "Default"

; Allow non admin uses to switch profiles
[5211.reg.security]
"D:ARAI(A;;GA;;;BA)(A;;GA;;;SY)(A;CI;GA;;;IU)"

[COMMON_NDIS.reg.NT]
 HKR,NDI		,Service		,0	,"AG_AR"
 HKR,NDI\Interfaces     ,UpperRange             ,0      ,"ndis5"
 HKR,NDI\Interfaces     ,LowerRange             ,0      ,"ethernet"

[COMMON.reg]
 HKR,                   ,WC11IOC                ,0      ,"1"
 HKR,                   ,SilentInstall       	,0      ,"1"

[AR.CopyFiles.9x]
WC11AR.sys,,,2

[AR.CopyFiles.nt]
WC11AR.sys,,,2

[AR.CopyFilesCoInst.nt]
WC11CFG.dll,,,2

[SourceDisksNames]
;
; diskid = description[, [tagfile] [, <unused>, subdir]]
;
1 = %VER_VENDOR_NAME_STR_Disk%,,,

;----------------------------------------------------------------------------
; Source Files
[SourceDisksFiles]
WC11AR.sys                  = 1,, ; on distribution disk 1
WC11CFG.dll		     = 1,, ; on distribution disk 1

[DestinationDirs]
AR.CopyFiles.nt           = 12
AR.CopyFiles.9x           = 10,system32\drivers ; %SystemRoot%\system32\drivers

[Strings]
;String ID              = String Text
;---------                -----------
 MapRegisters                 = "Map Registers"
 NetworkAddress               = "Network Address"
 sleepMode                    = "Power Save Mode"
 sleepModeOff                 = "CAM (Constantly Awake Mode)"
 sleepModeNormal              = "Fast PSP (Power Save Mode)"
 sleepModeMax                 = "Max PSP (Max Power Saving)"
 shortPreamble                = "802.11b Preamble"
 shortPreambleEnable          = "Long and Short"
 shortPreambleDisable         = "Long only"
 radioEnable                  = "Radio On/Off"
 radioEnableOn                = "On"
 radioEnableOff               = "Off"

 VER_VENDOR_STR         = "ZyXEL"
 VER_VENDOR_NAME_STR    = "ZyXEL"

 AG_STR_100             = "ZyXEL ZyAIR AG-100"
 
 VER_VENDOR_NAME_STR_Disk     = "ZyXEL ZyAIR Installation Disk"
 AR_STR_SERVICE         = "ZyXEL ZyAIR AR Driver"
 
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: web1, load: 1.48