W70N51.INF Driver File Contents (Z1R_DRIVERS.ZIP)

;******************************************************************************
; w70n51.INF
;
; Intel PRO/Wireless 7100 LAN Adapters
; Installation Script for Windows XP
;
; Copyright (c) 2002 Intel, Inc. All Rights Reserved
;
;------------------------------------------------------------------------------


;******************************************************************************
; Version Section
;------------------------------------------------------------------------------
[version]
Signature   = "$Windows NT$"
Class       = net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %PROVIDER_NAME%
DriverVer   = 03/27/2003,1.1.6.0
CatalogFile = w70n51.CAT

;******************************************************************************
; Manufacturer
;------------------------------------------------------------------------------
[Manufacturer]
%COMPANY_NAME%    = Device,NT.5.1
 
[ControlFlags]
ExcludeFromSelect = \
                  PCI\VEN_8086&DEV_1043&SUBSYS_25228086, \
                  PCI\VEN_8086&DEV_1043&SUBSYS_25238086, \
                  PCI\VEN_8086&DEV_1043&SUBSYS_25278086, \
                  PCI\VEN_8086&DEV_1043&SUBSYS_25288086, \
                  PCI\VEN_8086&DEV_1043&SUBSYS_25298086, \
                  PCI\VEN_8086&DEV_1043&SUBSYS_252B8086, \
                  PCI\VEN_8086&DEV_1043&SUBSYS_252C8086, \
                  PCI\VEN_8086&DEV_1043&SUBSYS_252D8086, \
                  PCI\VEN_8086&DEV_1043&SUBSYS_25918086, \
                  PCI\VEN_8086&DEV_1043&SUBSYS_25938086, \
                  PCI\VEN_8086&DEV_1043&SUBSYS_25968086, \
                  PCI\VEN_8086&DEV_1043&SUBSYS_25988086
                  

;******************************************************************************
; Device
;------------------------------------------------------------------------------
[Device]
; Used to prevent non-XP installs

[Device.NT.5.1]
%NIC_MPCI3%   = Install_MPCI3, PCI\VEN_8086&DEV_1043&SUBSYS_25228086 ; Intel 2100 mPCI 3B - RoW
%NIC_MPCI4%   = Install_MPCI4, PCI\VEN_8086&DEV_1043&SUBSYS_25238086 ; Intel 2100 mPCI 3A - RoW
%NIC_MPCI3%   = Install_MPCI3, PCI\VEN_8086&DEV_1043&SUBSYS_25278086 ; Intel 2100 mPCI 3B - MoW
%NIC_MPCI3%   = Install_MPCI3, PCI\VEN_8086&DEV_1043&SUBSYS_25288086 ; Intel 2100 mPCI 3B - RoW2
%NIC_MPCI3%   = Install_MPCI3, PCI\VEN_8086&DEV_1043&SUBSYS_25298086 ; Intel 2100 mPCI 3B - France
%NIC_MPCI4%   = Install_MPCI4, PCI\VEN_8086&DEV_1043&SUBSYS_252B8086 ; Intel 2100 mPCI 3A - MoW
%NIC_MPCI4%   = Install_MPCI4, PCI\VEN_8086&DEV_1043&SUBSYS_252C8086 ; Intel 2100 mPCI 3A - RoW2
%NIC_MPCI4%   = Install_MPCI4, PCI\VEN_8086&DEV_1043&SUBSYS_252D8086 ; Intel 2100 mPCI 3A - France

%NIC_MPCI3%   = Install_SONYMPCI3, PCI\VEN_8086&DEV_1043&SUBSYS_25918086 ; Sony 2100 mPCI 3B - RoW
%NIC_MPCI3%   = Install_SONYMPCI3, PCI\VEN_8086&DEV_1043&SUBSYS_25938086 ; Sony 2100 mPCI 3B - RoW2
%NIC_MPCI3%   = Install_SONYMPCI3, PCI\VEN_8086&DEV_1043&SUBSYS_25968086 ; Sony 2100 mPCI 3B - MoW
%NIC_MPCI3%   = Install_SONYMPCI3, PCI\VEN_8086&DEV_1043&SUBSYS_25988086 ; Sony 2100 mPCI 3B - France


;  These IDs are not Currently Supported
;  %NIC_MPCI1%   = Install_MPCI1, PCI\VEN_8086&DEV_1043&SUBSYS_25208086 ; Intel 7100 mPCI 3A
;  %NIC_MPCI2%   = Install_MPCI2, PCI\VEN_8086&DEV_1043&SUBSYS_25218086 ; Intel 7100 mPCI 3B
;  %NIC_MPCI2%   = Install_MPCI2, PCI\VEN_8086&DEV_1043&SUBSYS_25248086 ; Intel 7100 mPCI 3B - Japan
;  %NIC_MPCI2%   = Install_MPCI2, PCI\VEN_8086&DEV_1043&SUBSYS_25258086 ; Intel 7100 mPCI 3B - Taiwan
;  %NIC_MPCI2%   = Install_SONYMPCI2, PCI\VEN_8086&DEV_1043&SUBSYS_25908086 ; Sony 7100 mPCI 3B 
;  %NIC_MPCI2%   = Install_SONYMPCI2, PCI\VEN_8086&DEV_1043&SUBSYS_25928086 ; Sony 7100 mPCI 3B - Japan 


;******************************************************************************
; Install
;------------------------------------------------------------------------------


;-------------------------------------------------------------------------------
; 7100 3A mini PCI adapter
;
;[Install_MPCI1]
;AddReg          = reg_w2k_MPCI1id, reg_w2k_NDIS, reg_w2k_NIC, reg_common_NIC, reg_dual_NIC
;Characteristics = 0x84	; NCF_HAS_UI, NCF_PHYSICAL
;BusType         = 5	; PCI bus
;CopyFiles       = Intel_copyfiles_w2kDriver, Intel_copyfiles_DriverDll
;
;[Install_MPCI1.Services]
;AddService = w70n51, 2, NIC_Service, common_EventLog

;-------------------------------------------------------------------------------
; 7100 3B mini PCI adapter
;
;[Install_MPCI2]
;AddReg          = reg_w2k_MPCI2id, reg_w2k_NDIS, reg_w2k_NIC, reg_common_NIC, reg_dual_NIC
;Characteristics = 0x84	; NCF_HAS_UI, NCF_PHYSICAL
;BusType         = 5	; PCI bus
;CopyFiles       = Intel_copyfiles_w2kDriver, Intel_copyfiles_DriverDll
;
;[Install_MPCI2.Services]
;AddService = w70n51, 2, NIC_Service, common_EventLog

;-------------------------------------------------------------------------------
; 2100 3B mini PCI adapter 802.11b
;
[Install_MPCI3]
AddReg          = reg_w2k_MPCI3id, reg_w2k_NDIS, reg_w2k_NIC_11b, reg_common_NIC, reg_11b_NIC
Characteristics = 0x84	; NCF_HAS_UI, NCF_PHYSICAL
BusType         = 5	; PCI bus
CopyFiles       = Intel_copyfiles_w2kDriver, Intel_copyfiles_DriverDll

[Install_MPCI3.Services]
AddService = w70n51, 2, NIC_Service, common_EventLog

;-------------------------------------------------------------------------------
; 2100 3A mini PCI adapter 802.11b
;
[Install_MPCI4]
AddReg          = reg_w2k_MPCI4id, reg_w2k_NDIS, reg_w2k_NIC_11b, reg_common_NIC, reg_11b_NIC
Characteristics = 0x84	; NCF_HAS_UI, NCF_PHYSICAL
BusType         = 5	; PCI bus
CopyFiles       = Intel_copyfiles_w2kDriver, Intel_copyfiles_DriverDll

[Install_MPCI4.Services]
AddService = w70n51, 2, NIC_Service, common_EventLog

;-------------------------------------------------------------------------------
; 7100 3B mini PCI adapter for Sony without the coinstaller
;
;[Install_SONYMPCI2]
;AddReg          = reg_w2k_SONYMPCI2id, reg_w2k_NDIS, reg_w2k_NIC, reg_common_NIC, reg_dual_NIC
;Characteristics = 0x84	; NCF_HAS_UI, NCF_PHYSICAL
;BusType         = 5	; PCI bus
;CopyFiles       = Intel_copyfiles_w2kDriver, Intel_copyfiles_DriverDll
;
;[Install_SONYMPCI2.Services]
;AddService = w70n51, 2, NIC_Service, common_EventLog

;-------------------------------------------------------------------------------
; 2100 3B mini PCI adapter 802.11b 802.11b for Sony without the coinstaller
;
[Install_SONYMPCI3]
AddReg          = reg_w2k_SONYMPCI3id, reg_w2k_NDIS, reg_w2k_NIC_11b, reg_common_NIC, reg_11b_NIC
Characteristics = 0x84	; NCF_HAS_UI, NCF_PHYSICAL
BusType         = 5	; PCI bus
CopyFiles       = Intel_copyfiles_w2kDriver, Intel_copyfiles_DriverDll

[Install_SONYMPCI3.Services]
AddService = w70n51, 2, NIC_Service, common_EventLog

;-----------------------------------------------------------------------------
; common registry entries for all adapters
;
[reg_common_NIC]
HKR,,ConfigurationName,0x00000002,"PR0W1RELE55"
HKR,,BSSMode,0x00000002,1
HKR,,BTCoexistence,,1
HKR,,ChannelB,0x00010003,11
HKR,,ChannelBDefault,0x10001,11
HKR,,ChannelMaskB,0x00010003,0
HKR,,Diversity,0x00000002,0
HKR,,EncryptionKey1,0x00000002,""
HKR,,EncryptionKey2,0x00000002,""
HKR,,EncryptionKey3,0x00000002,""
HKR,,EncryptionKey4,0x00000002,""
HKR,,EncryptionKeyId,0x00010003,1
HKR,,ESS_ID,0x00000002,"Sony 802.11 Default SSID"
HKR,,Ess_TxPower,,0
HKR,,ExtendBSSChanEnableB,0x00010003,0
HKR,,ExtendBSSChanMaskB,0x00010001,0x00003800
HKR,,FeatureSet,0x00010001, 0x00100000
HKR,,FragmentationThreshold,0x00010003,0
HKR,,LongPreamble,,0
HKR,,MBIT_1,,1
HKR,,MBIT_2,,1
HKR,,MBIT_5_5,,1
HKR,,MBIT_11,,1
HKR,,MUAuthenticationMode,0x00010003,1
HKR,,MUEncryptionAlgorithm,0x00010003,1
HKR,,PortType,0x00010003,1
HKR,,Provider,0,%Intel_Provider%
HKR,,RadioEnable,0x00010003,1
HKR,,TxPower,,40
HKR,,WEPKeyFormat,0x00010003,1

;NDI Params
HKR, Ndi\params\PowerIndex,                    ParamDesc,                      0,  %PowerIndex%
HKR, Ndi\params\PowerIndex,                    Base,                           0,  "10"
HKR, Ndi\params\PowerIndex,                    default,                        0,  "6"
HKR, Ndi\params\PowerIndex,                    type,                           0,  "enum"
HKR, Ndi\params\PowerIndex\enum,               "6",                            0,  %PowerIndexAuto%
HKR, Ndi\params\PowerIndex\enum,               "5",                            0,  %PowerIndexLowest%
HKR, Ndi\params\PowerIndex\enum,               "4",                            0,  %PowerIndex2ndLowest%
HKR, Ndi\params\PowerIndex\enum,               "3",                            0,  %PowerIndex3rdLowest%
HKR, Ndi\params\PowerIndex\enum,               "2",                            0,  %PowerIndex4thLowest%
HKR, Ndi\params\PowerIndex\enum,               "1",                            0,  %PowerIndex5thLowest%
HKR, Ndi\params\PowerIndex\enum,               "0",                            0,  %PowerIndexHighest%
HKR, Ndi\params\Adhoc_TxPower,                 ParamDesc,                      0,  %Adhoc_TxPower%
HKR, Ndi\params\Adhoc_TxPower,                 Base,                           0,  "10"
HKR, Ndi\params\Adhoc_TxPower,                 default,                        0,  "16"
HKR, Ndi\params\Adhoc_TxPower,                 type,                           0,  "enum"
HKR, Ndi\params\Adhoc_TxPower\enum,            "0",                            0, %Adhoc_TxPower0%
HKR, Ndi\params\Adhoc_TxPower\enum,            "4",                            0, %Adhoc_TxPower4%
HKR, Ndi\params\Adhoc_TxPower\enum,            "8",                            0, %Adhoc_TxPower8%
HKR, Ndi\params\Adhoc_TxPower\enum,            "12",                           0, %Adhoc_TxPower12%
HKR, Ndi\params\Adhoc_TxPower\enum,            "16",                           0, %Adhoc_TxPower16%


;-----------------------------------------------------------------------------
; dual-band NIC registry entries
;
;[reg_dual_NIC]
;HKR,,BandMode,0x00000002,1
;HKR,,ChannelA,0x00010003,48
;HKR,,ChannelADefault,0x10001,48
;HKR,,ChannelMaskA,0x00010003,0
;HKR,,CLSGUID,0,%INTEL_GUID%
;HKR,,IBSSBandMode,0x00000002,4
;HKR,,ExtendBSSChanEnableA,0x00010003,0
;HKR,,ExtendBSSChanMaskA,0x00010001,0
;HKR,,MBIT_6,,1
;HKR,,MBIT_9,,1
;HKR,,MBIT_12,,1
;HKR,,MBIT_18,,1
;HKR,,MBIT_24,,1
;HKR,,MBIT_36,,1
;HKR,,MBIT_48,,1
;HKR,,MBIT_54,,1
;
;;NDI Params
;HKR, Ndi\params\BandMode,          ParamDesc, 0,  %BandMode%
;HKR, Ndi\params\BandMode,          Base,      0,  "10"
;HKR, Ndi\params\BandMode,          default,   0,  "1"
;HKR, Ndi\params\BandMode,          type,      0,  "enum"
;HKR, Ndi\params\BandMode\enum,     "1",       0,  %BandMode11aAND11b%
;HKR, Ndi\params\BandMode\enum,     "3",       0,  %BandMode11a%
;HKR, Ndi\params\BandMode\enum,     "4",       0,  %BandMode11b%


;-----------------------------------------------------------------------------
; 11b only NIC registry entries
;
[reg_11b_NIC]
HKR,,BandMode,0x00000002,4	;802.11b only
HKR,,ChannelA,0x00010003,0
HKR,,ChannelADefault,0x10001,0
HKR,,ChannelMaskA,0x00010003,0
HKR,,CLSGUID,0,%INTEL_GUID_11B%
HKR,,IBSSBandMode,0x00000002,4
HKR,,ExtendBSSChanEnableA,0x00010003,0
HKR,,ExtendBSSChanMaskA,0x00010001,0
HKR,,MBIT_6,,0
HKR,,MBIT_9,,0
HKR,,MBIT_12,,0
HKR,,MBIT_18,,0
HKR,,MBIT_24,,0
HKR,,MBIT_36,,0
HKR,,MBIT_48,,0
HKR,,MBIT_54,,0


;[reg_w2k_MPCI1id]  ;
;HKR,,AdapterModel,0,%NIC_MPCI1_AdapterModel%
;;HKR,,BusType,0x00010001,0x00000005
;HKR,,CardType,0x00010001,2
;HKR,,DriverDesc,0,%NIC_DriverDesc%

;[reg_w2k_MPCI2id]  ;
;HKR,,AdapterModel,0,%NIC_MPCI2_AdapterModel%
;;HKR,,BusType,0x00010001,0x00000005
;HKR,,CardType,0x00010001,2
;HKR,,DriverDesc,0,%NIC_DriverDesc%

[reg_w2k_MPCI3id]  ;
HKR,,AdapterModel,0,%NIC_MPCI3_AdapterModel%
;HKR,,BusType,0x00010001,0x00000005
HKR,,CardType,0x00010001,2
HKR,,DriverDesc,0,%NIC_DriverDesc%

[reg_w2k_MPCI4id]  ;
HKR,,AdapterModel,0,%NIC_MPCI4_AdapterModel%
;HKR,,BusType,0x00010001,0x00000005
HKR,,CardType,0x00010001,2
HKR,,DriverDesc,0,%NIC_DriverDesc%

;[reg_w2k_SONYMPCI2id]  ;
;HKR,,AdapterModel,0,%NIC_MPCI2_AdapterModel%
;;HKR,,BusType,0x00010001,0x00000005
;HKR,,CardType,0x00010001,2
;HKR,,DriverDesc,0,%NIC_DriverDesc%
;HKR,,ESS_ID,0x00000002,"Sony 802.11 Default SSID"

[reg_w2k_SONYMPCI3id]  ;
HKR,,AdapterModel,0,%NIC_MPCI3_AdapterModel%
;HKR,,BusType,0x00010001,0x00000005
HKR,,CardType,0x00010001,2
HKR,,DriverDesc,0,%NIC_DriverDesc%
HKR,,ESS_ID,0x00000002,"Sony 802.11 Default SSID"


;[reg_w2k_NIC]
;HKR,,NetType,0, "WLAN"

[reg_w2k_NIC_11b]
HKR,,NetType,0, "WLAN"


[reg_w2k_NDIS]
HKR, Ndi\Interfaces,  UpperRange,   0, "ndis5,wifipro"
HKR, Ndi\Interfaces,  LowerRange,   0, "ethernet"
HKR, Ndi,             Service,      0, "w70n51"

[NIC_Service]
DisplayName     = %NIC_Service_DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\w70n51.sys
LoadOrderGroup  = NDIS

[common_EventLog]
AddReg = common_AddEventLog_reg

[common_AddEventLog_reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll,%%SystemRoot%%\System32\w70n5msg.dll"
HKR, , TypesSupported,     0x00010001,   7

;-----------------------------------------------------------------------------
; DestinationDirs
;
[Intel_copyfiles_w2kDriver]
w70n51.sys,,,2

[Intel_copyfiles_DriverDll]
w70n5msg.dll,,,2

[SourceDisksNames]
1=%SOURCEDISK1%,,

[SourceDisksFiles]
w70n51.sys     = 1,,
w70n5msg.dll   = 1,,

[DestinationDirs]
DefaultDestDir               =11  ; Windows\System32
Intel_copyfiles_w2kDriver    =12  ; Windows\System32\Drivers
Intel_copyfiles_DriverDll    =11  ; Windows\System32

;-------------------------------------------
; Localizable Strings
;
[Strings]
;---------------------------------------------------------------------------------------------------
;; Do NOT translate
;---------------------------------------------------------------------------------------------------
PROVIDER_NAME           = "Intel"
COMPANY_NAME            = "Intel(R) Corporation"

;NIC_MPCI1               = "Intel(R) PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2               = "Intel(R) PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3               = "Intel(R) PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4               = "Intel(R) PRO/Wireless LAN 2100 3A Mini PCI Adapter"
;NIC_MPCI1_AdapterModel  = "PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2_AdapterModel  = "PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3_AdapterModel  = "PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4_AdapterModel  = "PRO/Wireless LAN 2100 3A Mini PCI Adapter"

NIC_DriverDesc          = "Intel(R) PRO/Wireless 7100 LAN Card Driver"
INTEL_GUID              = "{E2565835-F8E7-4B49-9F60-17DF19894336}"
INTEL_GUID_11B          = "{2BC8F0A7-DC4E-4889-8375-C2151F70C331}"
Intel_Provider          = "Intel"

;---------------------------------------------------------------------------------------------------
;; Translation from this point ON.
;---------------------------------------------------------------------------------------------------
NIC_Service_DispName    = "Intel(R) PRO/Wireless 7100 Adapter Driver"
SOURCEDISK1             = "Intel(R) PRO/Wireless 7100 Install Disk"

BandMode		= "Infrastructure band selection"
BandMode11aAND11b	= "802.11a and 802.11b"
BandMode11a		= "802.11a Only"	
BandMode11b		= "802.11b Only"

PowerIndex		= "Power Management"
PowerIndexAuto		= "Automatic"
PowerIndexLowest	= "Power mode 1 (Minimum)"
PowerIndex2ndLowest	= "Power mode 2"
PowerIndex3rdLowest	= "Power mode 3"
PowerIndex4thLowest	= "Power mode 4"
PowerIndex5thLowest	= "Power mode 5"
PowerIndexHighest	= "Power mode 6 (Maximum)"

Adhoc_TxPower		= "Ad Hoc Transmit Power"
Adhoc_TxPower0		= "Minimum"
Adhoc_TxPower4		= "6% of maximum"
Adhoc_TxPower8		= "16% of maximum"
Adhoc_TxPower12		= "40% of maximum"
Adhoc_TxPower16		= "Maximum"
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------

;-------------------------------------------
; Localizable Strings -  Brazilian Portugese
;
[Strings.0416]
;---------------------------------------------------------------------------------------------------
;; Do NOT translate
;---------------------------------------------------------------------------------------------------
PROVIDER_NAME           = "Intel"
COMPANY_NAME            = "Intel(R) Corporation"

;NIC_MPCI1               = "Intel(R) PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2               = "Intel(R) PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3               = "Intel(R) PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4               = "Intel(R) PRO/Wireless LAN 2100 3A Mini PCI Adapter"
;NIC_MPCI1_AdapterModel  = "PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2_AdapterModel  = "PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3_AdapterModel  = "PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4_AdapterModel  = "PRO/Wireless LAN 2100 3A Mini PCI Adapter"

NIC_DriverDesc          = "Intel(R) PRO/Wireless 7100 LAN Card Driver"
INTEL_GUID              = "{E2565835-F8E7-4B49-9F60-17DF19894336}"
INTEL_GUID_11B          = "{2BC8F0A7-DC4E-4889-8375-C2151F70C331}"
Intel_Provider          = "Intel"

;---------------------------------------------------------------------------------------------------
;; Translation from this point ON.
;---------------------------------------------------------------------------------------------------
NIC_Service_DispName    ="Driver de adaptador Intel(R) PRO/Wireless 7100"
SOURCEDISK1             ="Disco de instalação do Intel(R) PRO/Wireless 7100"

BandMode		= "Infrastructure band selection"
BandMode11aAND11b	= "802.11a and 802.11b"
BandMode11a		= "802.11a Only"	
BandMode11b		= "802.11b Only"

PowerIndex		= "Power Management"
PowerIndexAuto		= "Automatic"
PowerIndexLowest	= "Power mode 1 (Minimum)"
PowerIndex2ndLowest	= "Power mode 2"
PowerIndex3rdLowest	= "Power mode 3"
PowerIndex4thLowest	= "Power mode 4"
PowerIndex5thLowest	= "Power mode 5"
PowerIndexHighest	= "Power mode 6 (Maximum)"

Adhoc_TxPower		= "Ad Hoc Transmit Power"
Adhoc_TxPower0		= "Minimum"
Adhoc_TxPower4		= "6% of maximum"
Adhoc_TxPower8		= "16% of maximum"
Adhoc_TxPower12		= "40% of maximum"
Adhoc_TxPower16		= "Maximum"
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------

;-------------------------------------------
; Localizable Strings - Castilian Spanish
;
[Strings.0c0a]
;---------------------------------------------------------------------------------------------------
;; Do NOT translate
;---------------------------------------------------------------------------------------------------
PROVIDER_NAME           = "Intel"
COMPANY_NAME            = "Intel(R) Corporation"

;NIC_MPCI1               = "Intel(R) PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2               = "Intel(R) PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3               = "Intel(R) PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4               = "Intel(R) PRO/Wireless LAN 2100 3A Mini PCI Adapter"
;NIC_MPCI1_AdapterModel  = "PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2_AdapterModel  = "PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3_AdapterModel  = "PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4_AdapterModel  = "PRO/Wireless LAN 2100 3A Mini PCI Adapter"

NIC_DriverDesc          = "Intel(R) PRO/Wireless 7100 LAN Card Driver"
INTEL_GUID              = "{E2565835-F8E7-4B49-9F60-17DF19894336}"
INTEL_GUID_11B          = "{2BC8F0A7-DC4E-4889-8375-C2151F70C331}"
Intel_Provider          = "Intel"

;---------------------------------------------------------------------------------------------------
;; Translation from this point ON.
;---------------------------------------------------------------------------------------------------
NIC_Service_DispName    ="Controlador Intel(R) PRO/Wireless 7100 Adapter"
SOURCEDISK1             ="Disco de instalación de Intel(R) PRO/Wireless 7100"

BandMode		= "Infrastructure band selection"
BandMode11aAND11b	= "802.11a and 802.11b"
BandMode11a		= "802.11a Only"	
BandMode11b		= "802.11b Only"

PowerIndex		= "Power Management"
PowerIndexAuto		= "Automatic"
PowerIndexLowest	= "Power mode 1 (Minimum)"
PowerIndex2ndLowest	= "Power mode 2"
PowerIndex3rdLowest	= "Power mode 3"
PowerIndex4thLowest	= "Power mode 4"
PowerIndex5thLowest	= "Power mode 5"
PowerIndexHighest	= "Power mode 6 (Maximum)"

Adhoc_TxPower		= "Ad Hoc Transmit Power"
Adhoc_TxPower0		= "Minimum"
Adhoc_TxPower4		= "6% of maximum"
Adhoc_TxPower8		= "16% of maximum"
Adhoc_TxPower12		= "40% of maximum"
Adhoc_TxPower16		= "Maximum"
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------

;-------------------------------------------
; Localizable Strings Chinese simplified
;
[Strings.0804]
;---------------------------------------------------------------------------------------------------
;; Do NOT translate
;---------------------------------------------------------------------------------------------------
PROVIDER_NAME           = "Intel"
COMPANY_NAME            = "Intel(R) Corporation"

;NIC_MPCI1               = "Intel(R) PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2               = "Intel(R) PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3               = "Intel(R) PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4               = "Intel(R) PRO/Wireless LAN 2100 3A Mini PCI Adapter"
;NIC_MPCI1_AdapterModel  = "PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2_AdapterModel  = "PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3_AdapterModel  = "PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4_AdapterModel  = "PRO/Wireless LAN 2100 3A Mini PCI Adapter"

NIC_DriverDesc          = "Intel(R) PRO/Wireless 7100 LAN Card Driver"
INTEL_GUID              = "{E2565835-F8E7-4B49-9F60-17DF19894336}"
INTEL_GUID_11B          = "{2BC8F0A7-DC4E-4889-8375-C2151F70C331}"
Intel_Provider          = "Intel"

;---------------------------------------------------------------------------------------------------
;; Translation from this point ON.
;---------------------------------------------------------------------------------------------------
NIC_Service_DispName    ="Intel(R) PRO/Wireless 7100 Adapter Çý¶¯³ÌÐò"
SOURCEDISK1             ="Intel(R) PRO/Wireless 7100 °²×°´ÅÅÌ"

BandMode		= "Infrastructure band selection"
BandMode11aAND11b	= "802.11a and 802.11b"
BandMode11a		= "802.11a Only"	
BandMode11b		= "802.11b Only"

PowerIndex		= "Power Management"
PowerIndexAuto		= "Automatic"
PowerIndexLowest	= "Power mode 1 (Minimum)"
PowerIndex2ndLowest	= "Power mode 2"
PowerIndex3rdLowest	= "Power mode 3"
PowerIndex4thLowest	= "Power mode 4"
PowerIndex5thLowest	= "Power mode 5"
PowerIndexHighest	= "Power mode 6 (Maximum)"

Adhoc_TxPower		= "Ad Hoc Transmit Power"
Adhoc_TxPower0		= "Minimum"
Adhoc_TxPower4		= "6% of maximum"
Adhoc_TxPower8		= "16% of maximum"
Adhoc_TxPower12		= "40% of maximum"
Adhoc_TxPower16		= "Maximum"
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------

;-------------------------------------------
; Localizable Strings - Chinese Traditional
;
[Strings.0404]
;---------------------------------------------------------------------------------------------------
;; Do NOT translate
;---------------------------------------------------------------------------------------------------
PROVIDER_NAME           = "Intel"
COMPANY_NAME            = "Intel(R) Corporation"

;NIC_MPCI1               = "Intel(R) PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2               = "Intel(R) PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3               = "Intel(R) PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4               = "Intel(R) PRO/Wireless LAN 2100 3A Mini PCI Adapter"
;NIC_MPCI1_AdapterModel  = "PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2_AdapterModel  = "PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3_AdapterModel  = "PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4_AdapterModel  = "PRO/Wireless LAN 2100 3A Mini PCI Adapter"

NIC_DriverDesc          = "Intel(R) PRO/Wireless 7100 LAN Card Driver"
INTEL_GUID              = "{E2565835-F8E7-4B49-9F60-17DF19894336}"
INTEL_GUID_11B          = "{2BC8F0A7-DC4E-4889-8375-C2151F70C331}"
Intel_Provider          = "Intel"

;---------------------------------------------------------------------------------------------------
;; Translation from this point ON.
;---------------------------------------------------------------------------------------------------
NIC_Service_DispName    ="Intel(R) PRO/Wireless 7100 Adapter ÅX°Êµ{¦¡"
SOURCEDISK1             ="Intel(R) PRO/Wireless 7100 ¦w¸ËºÏ¤ù"

BandMode		= "Infrastructure band selection"
BandMode11aAND11b	= "802.11a and 802.11b"
BandMode11a		= "802.11a Only"	
BandMode11b		= "802.11b Only"

PowerIndex		= "Power Management"
PowerIndexAuto		= "Automatic"
PowerIndexLowest	= "Power mode 1 (Minimum)"
PowerIndex2ndLowest	= "Power mode 2"
PowerIndex3rdLowest	= "Power mode 3"
PowerIndex4thLowest	= "Power mode 4"
PowerIndex5thLowest	= "Power mode 5"
PowerIndexHighest	= "Power mode 6 (Maximum)"

Adhoc_TxPower		= "Ad Hoc Transmit Power"
Adhoc_TxPower0		= "Minimum"
Adhoc_TxPower4		= "6% of maximum"
Adhoc_TxPower8		= "16% of maximum"
Adhoc_TxPower12		= "40% of maximum"
Adhoc_TxPower16		= "Maximum"
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------

;-------------------------------------------
; Localizable Strings - Danish
;
[Strings.0406]
;---------------------------------------------------------------------------------------------------
;; Do NOT translate
;---------------------------------------------------------------------------------------------------
PROVIDER_NAME           = "Intel"
COMPANY_NAME            = "Intel(R) Corporation"

;NIC_MPCI1               = "Intel(R) PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2               = "Intel(R) PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3               = "Intel(R) PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4               = "Intel(R) PRO/Wireless LAN 2100 3A Mini PCI Adapter"
;NIC_MPCI1_AdapterModel  = "PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2_AdapterModel  = "PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3_AdapterModel  = "PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4_AdapterModel  = "PRO/Wireless LAN 2100 3A Mini PCI Adapter"

NIC_DriverDesc          = "Intel(R) PRO/Wireless 7100 LAN Card Driver"
INTEL_GUID              = "{E2565835-F8E7-4B49-9F60-17DF19894336}"
INTEL_GUID_11B          = "{2BC8F0A7-DC4E-4889-8375-C2151F70C331}"
Intel_Provider          = "Intel"

;---------------------------------------------------------------------------------------------------
;; Translation from this point ON.
;---------------------------------------------------------------------------------------------------
NIC_Service_DispName    ="Intel(R) PRO/Wireless 7100 Adapter - Driver"
SOURCEDISK1             ="Intel(R) PRO/Wireless 7100-installationsdiskette"

BandMode		= "Infrastructure band selection"
BandMode11aAND11b	= "802.11a and 802.11b"
BandMode11a		= "802.11a Only"	
BandMode11b		= "802.11b Only"

PowerIndex		= "Power Management"
PowerIndexAuto		= "Automatic"
PowerIndexLowest	= "Power mode 1 (Minimum)"
PowerIndex2ndLowest	= "Power mode 2"
PowerIndex3rdLowest	= "Power mode 3"
PowerIndex4thLowest	= "Power mode 4"
PowerIndex5thLowest	= "Power mode 5"
PowerIndexHighest	= "Power mode 6 (Maximum)"

Adhoc_TxPower		= "Ad Hoc Transmit Power"
Adhoc_TxPower0		= "Minimum"
Adhoc_TxPower4		= "6% of maximum"
Adhoc_TxPower8		= "16% of maximum"
Adhoc_TxPower12		= "40% of maximum"
Adhoc_TxPower16		= "Maximum"
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------

;-------------------------------------------
; Localizable Strings - Dutch
;
[Strings.0413]
;---------------------------------------------------------------------------------------------------
;; Do NOT translate
;---------------------------------------------------------------------------------------------------
PROVIDER_NAME           = "Intel"
COMPANY_NAME            = "Intel(R) Corporation"

;NIC_MPCI1               = "Intel(R) PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2               = "Intel(R) PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3               = "Intel(R) PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4               = "Intel(R) PRO/Wireless LAN 2100 3A Mini PCI Adapter"
;NIC_MPCI1_AdapterModel  = "PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2_AdapterModel  = "PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3_AdapterModel  = "PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4_AdapterModel  = "PRO/Wireless LAN 2100 3A Mini PCI Adapter"

NIC_DriverDesc          = "Intel(R) PRO/Wireless 7100 LAN Card Driver"
INTEL_GUID              = "{E2565835-F8E7-4B49-9F60-17DF19894336}"
INTEL_GUID_11B          = "{2BC8F0A7-DC4E-4889-8375-C2151F70C331}"
Intel_Provider          = "Intel"

;---------------------------------------------------------------------------------------------------
;; Translation from this point ON.
;---------------------------------------------------------------------------------------------------
NIC_Service_DispName    ="Stuurprogramma Intel(R) PRO/Wireless 7100 Adapter"
SOURCEDISK1             ="Installatieschijf Intel(R) PRO/Wireless 7100"

BandMode		= "Infrastructure band selection"
BandMode11aAND11b	= "802.11a and 802.11b"
BandMode11a		= "802.11a Only"	
BandMode11b		= "802.11b Only"

PowerIndex		= "Power Management"
PowerIndexAuto		= "Automatic"
PowerIndexLowest	= "Power mode 1 (Minimum)"
PowerIndex2ndLowest	= "Power mode 2"
PowerIndex3rdLowest	= "Power mode 3"
PowerIndex4thLowest	= "Power mode 4"
PowerIndex5thLowest	= "Power mode 5"
PowerIndexHighest	= "Power mode 6 (Maximum)"

Adhoc_TxPower		= "Ad Hoc Transmit Power"
Adhoc_TxPower0		= "Minimum"
Adhoc_TxPower4		= "6% of maximum"
Adhoc_TxPower8		= "16% of maximum"
Adhoc_TxPower12		= "40% of maximum"
Adhoc_TxPower16		= "Maximum"
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------

;-------------------------------------------
; Localizable Strings - Finnish
;
[Strings.040b]
;---------------------------------------------------------------------------------------------------
;; Do NOT translate
;---------------------------------------------------------------------------------------------------
PROVIDER_NAME           = "Intel"
COMPANY_NAME            = "Intel(R) Corporation"

;NIC_MPCI1               = "Intel(R) PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2               = "Intel(R) PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3               = "Intel(R) PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4               = "Intel(R) PRO/Wireless LAN 2100 3A Mini PCI Adapter"
;NIC_MPCI1_AdapterModel  = "PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2_AdapterModel  = "PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3_AdapterModel  = "PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4_AdapterModel  = "PRO/Wireless LAN 2100 3A Mini PCI Adapter"

NIC_DriverDesc          = "Intel(R) PRO/Wireless 7100 LAN Card Driver"
INTEL_GUID              = "{E2565835-F8E7-4B49-9F60-17DF19894336}"
INTEL_GUID_11B          = "{2BC8F0A7-DC4E-4889-8375-C2151F70C331}"
Intel_Provider          = "Intel"

;---------------------------------------------------------------------------------------------------
;; Translation from this point ON.
;---------------------------------------------------------------------------------------------------
NIC_Service_DispName    ="Intel(R) PRO/Wireless 7100 Adapter -ohjain"
SOURCEDISK1             ="Intel(R) PRO/Wireless 7100 -asennuslevy"

BandMode		= "Infrastructure band selection"
BandMode11aAND11b	= "802.11a and 802.11b"
BandMode11a		= "802.11a Only"	
BandMode11b		= "802.11b Only"

PowerIndex		= "Power Management"
PowerIndexAuto		= "Automatic"
PowerIndexLowest	= "Power mode 1 (Minimum)"
PowerIndex2ndLowest	= "Power mode 2"
PowerIndex3rdLowest	= "Power mode 3"
PowerIndex4thLowest	= "Power mode 4"
PowerIndex5thLowest	= "Power mode 5"
PowerIndexHighest	= "Power mode 6 (Maximum)"

Adhoc_TxPower		= "Ad Hoc Transmit Power"
Adhoc_TxPower0		= "Minimum"
Adhoc_TxPower4		= "6% of maximum"
Adhoc_TxPower8		= "16% of maximum"
Adhoc_TxPower12		= "40% of maximum"
Adhoc_TxPower16		= "Maximum"
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------

;-------------------------------------------
; Localizable Strings - French
;
[Strings.040c]
;---------------------------------------------------------------------------------------------------
;; Do NOT translate
;---------------------------------------------------------------------------------------------------
PROVIDER_NAME           = "Intel"
COMPANY_NAME            = "Intel(R) Corporation"

;NIC_MPCI1               = "Intel(R) PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2               = "Intel(R) PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3               = "Intel(R) PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4               = "Intel(R) PRO/Wireless LAN 2100 3A Mini PCI Adapter"
;NIC_MPCI1_AdapterModel  = "PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2_AdapterModel  = "PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3_AdapterModel  = "PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4_AdapterModel  = "PRO/Wireless LAN 2100 3A Mini PCI Adapter"

NIC_DriverDesc          = "Intel(R) PRO/Wireless 7100 LAN Card Driver"
INTEL_GUID              = "{E2565835-F8E7-4B49-9F60-17DF19894336}"
INTEL_GUID_11B          = "{2BC8F0A7-DC4E-4889-8375-C2151F70C331}"
Intel_Provider          = "Intel"

;---------------------------------------------------------------------------------------------------
;; Translation from this point ON.
;---------------------------------------------------------------------------------------------------
NIC_Service_DispName    ="Pilote Intel(R) PRO/Wireless 7100 Adapter"
SOURCEDISK1             ="Disque d'installation Intel(R) PRO/Wireless 7100"

BandMode		= "Infrastructure band selection"
BandMode11aAND11b	= "802.11a and 802.11b"
BandMode11a		= "802.11a Only"	
BandMode11b		= "802.11b Only"

PowerIndex		= "Power Management"
PowerIndexAuto		= "Automatic"
PowerIndexLowest	= "Power mode 1 (Minimum)"
PowerIndex2ndLowest	= "Power mode 2"
PowerIndex3rdLowest	= "Power mode 3"
PowerIndex4thLowest	= "Power mode 4"
PowerIndex5thLowest	= "Power mode 5"
PowerIndexHighest	= "Power mode 6 (Maximum)"

Adhoc_TxPower		= "Ad Hoc Transmit Power"
Adhoc_TxPower0		= "Minimum"
Adhoc_TxPower4		= "6% of maximum"
Adhoc_TxPower8		= "16% of maximum"
Adhoc_TxPower12		= "40% of maximum"
Adhoc_TxPower16		= "Maximum"
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------

;-------------------------------------------
; Localizable Strings - German
;
[Strings.0407]
;---------------------------------------------------------------------------------------------------
;; Do NOT translate
;---------------------------------------------------------------------------------------------------
PROVIDER_NAME           = "Intel"
COMPANY_NAME            = "Intel(R) Corporation"

;NIC_MPCI1               = "Intel(R) PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2               = "Intel(R) PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3               = "Intel(R) PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4               = "Intel(R) PRO/Wireless LAN 2100 3A Mini PCI Adapter"
;NIC_MPCI1_AdapterModel  = "PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2_AdapterModel  = "PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3_AdapterModel  = "PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4_AdapterModel  = "PRO/Wireless LAN 2100 3A Mini PCI Adapter"

NIC_DriverDesc          = "Intel(R) PRO/Wireless 7100 LAN Card Driver"
INTEL_GUID              = "{E2565835-F8E7-4B49-9F60-17DF19894336}"
INTEL_GUID_11B          = "{2BC8F0A7-DC4E-4889-8375-C2151F70C331}"
Intel_Provider          = "Intel"

;---------------------------------------------------------------------------------------------------
;; Translation from this point ON.
;---------------------------------------------------------------------------------------------------
NIC_Service_DispName    ="Intel(R) PRO/Wireless 7100 Adapter-Treiber"
SOURCEDISK1             ="Intel(R) PRO/Wireless 7100 Installationsdiskette"

BandMode		= "Infrastructure band selection"
BandMode11aAND11b	= "802.11a and 802.11b"
BandMode11a		= "802.11a Only"	
BandMode11b		= "802.11b Only"

PowerIndex		= "Power Management"
PowerIndexAuto		= "Automatic"
PowerIndexLowest	= "Power mode 1 (Minimum)"
PowerIndex2ndLowest	= "Power mode 2"
PowerIndex3rdLowest	= "Power mode 3"
PowerIndex4thLowest	= "Power mode 4"
PowerIndex5thLowest	= "Power mode 5"
PowerIndexHighest	= "Power mode 6 (Maximum)"

Adhoc_TxPower		= "Ad Hoc Transmit Power"
Adhoc_TxPower0		= "Minimum"
Adhoc_TxPower4		= "6% of maximum"
Adhoc_TxPower8		= "16% of maximum"
Adhoc_TxPower12		= "40% of maximum"
Adhoc_TxPower16		= "Maximum"
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------

;-------------------------------------------
; Localizable Strings - Italian
;
[Strings.0410]
;---------------------------------------------------------------------------------------------------
;; Do NOT translate
;---------------------------------------------------------------------------------------------------
PROVIDER_NAME           = "Intel"
COMPANY_NAME            = "Intel(R) Corporation"

;NIC_MPCI1               = "Intel(R) PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2               = "Intel(R) PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3               = "Intel(R) PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4               = "Intel(R) PRO/Wireless LAN 2100 3A Mini PCI Adapter"
;NIC_MPCI1_AdapterModel  = "PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2_AdapterModel  = "PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3_AdapterModel  = "PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4_AdapterModel  = "PRO/Wireless LAN 2100 3A Mini PCI Adapter"

NIC_DriverDesc          = "Intel(R) PRO/Wireless 7100 LAN Card Driver"
INTEL_GUID              = "{E2565835-F8E7-4B49-9F60-17DF19894336}"
INTEL_GUID_11B          = "{2BC8F0A7-DC4E-4889-8375-C2151F70C331}"
Intel_Provider          = "Intel"

;---------------------------------------------------------------------------------------------------
;; Translation from this point ON.
;---------------------------------------------------------------------------------------------------
NIC_Service_DispName    ="Driver per Intel(R) PRO/Wireless 7100 Adapter"
SOURCEDISK1             ="Disco di installazione di Intel(R) PRO/Wireless 7100"

BandMode		= "Infrastructure band selection"
BandMode11aAND11b	= "802.11a and 802.11b"
BandMode11a		= "802.11a Only"	
BandMode11b		= "802.11b Only"

PowerIndex		= "Power Management"
PowerIndexAuto		= "Automatic"
PowerIndexLowest	= "Power mode 1 (Minimum)"
PowerIndex2ndLowest	= "Power mode 2"
PowerIndex3rdLowest	= "Power mode 3"
PowerIndex4thLowest	= "Power mode 4"
PowerIndex5thLowest	= "Power mode 5"
PowerIndexHighest	= "Power mode 6 (Maximum)"

Adhoc_TxPower		= "Ad Hoc Transmit Power"
Adhoc_TxPower0		= "Minimum"
Adhoc_TxPower4		= "6% of maximum"
Adhoc_TxPower8		= "16% of maximum"
Adhoc_TxPower12		= "40% of maximum"
Adhoc_TxPower16		= "Maximum"
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------

;-------------------------------------------
; Localizable Strings - Japanese
;
[Strings.0411]
;---------------------------------------------------------------------------------------------------
;; Do NOT translate
;---------------------------------------------------------------------------------------------------
PROVIDER_NAME           = "Intel"
COMPANY_NAME            = "Intel(R) Corporation"

;NIC_MPCI1               = "Intel(R) PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2               = "Intel(R) PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3               = "Intel(R) PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4               = "Intel(R) PRO/Wireless LAN 2100 3A Mini PCI Adapter"
;NIC_MPCI1_AdapterModel  = "PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2_AdapterModel  = "PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3_AdapterModel  = "PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4_AdapterModel  = "PRO/Wireless LAN 2100 3A Mini PCI Adapter"

NIC_DriverDesc          = "Intel(R) PRO/Wireless 7100 LAN Card Driver"
INTEL_GUID              = "{E2565835-F8E7-4B49-9F60-17DF19894336}"
INTEL_GUID_11B          = "{2BC8F0A7-DC4E-4889-8375-C2151F70C331}"
Intel_Provider          = "Intel"

;---------------------------------------------------------------------------------------------------
;; Translation from this point ON.
;---------------------------------------------------------------------------------------------------
NIC_Service_DispName    ="Intel(R) PRO/Wireless 7100 Adapter ドライバ"
SOURCEDISK1             ="Intel(R) PRO/Wireless 7100 インストール ディスク"

BandMode		= "Infrastructure band selection"
BandMode11aAND11b	= "802.11a and 802.11b"
BandMode11a		= "802.11a Only"	
BandMode11b		= "802.11b Only"

PowerIndex		= "Power Management"
PowerIndexAuto		= "Automatic"
PowerIndexLowest	= "Power mode 1 (Minimum)"
PowerIndex2ndLowest	= "Power mode 2"
PowerIndex3rdLowest	= "Power mode 3"
PowerIndex4thLowest	= "Power mode 4"
PowerIndex5thLowest	= "Power mode 5"
PowerIndexHighest	= "Power mode 6 (Maximum)"

Adhoc_TxPower		= "Ad Hoc Transmit Power"
Adhoc_TxPower0		= "Minimum"
Adhoc_TxPower4		= "6% of maximum"
Adhoc_TxPower8		= "16% of maximum"
Adhoc_TxPower12		= "40% of maximum"
Adhoc_TxPower16		= "Maximum"
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------

;-------------------------------------------
; Localizable Strings - Korean
;
[Strings.0412]
;---------------------------------------------------------------------------------------------------
;; Do NOT translate
;---------------------------------------------------------------------------------------------------
PROVIDER_NAME           = "Intel"
COMPANY_NAME            = "Intel(R) Corporation"

;NIC_MPCI1               = "Intel(R) PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2               = "Intel(R) PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3               = "Intel(R) PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4               = "Intel(R) PRO/Wireless LAN 2100 3A Mini PCI Adapter"
;NIC_MPCI1_AdapterModel  = "PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2_AdapterModel  = "PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3_AdapterModel  = "PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4_AdapterModel  = "PRO/Wireless LAN 2100 3A Mini PCI Adapter"

NIC_DriverDesc          = "Intel(R) PRO/Wireless 7100 LAN Card Driver"
INTEL_GUID              = "{E2565835-F8E7-4B49-9F60-17DF19894336}"
INTEL_GUID_11B          = "{2BC8F0A7-DC4E-4889-8375-C2151F70C331}"
Intel_Provider          = "Intel"

;---------------------------------------------------------------------------------------------------
;; Translation from this point ON.
;---------------------------------------------------------------------------------------------------
NIC_Service_DispName    ="Intel(R) PRO/¹«¼± 7100 ¾î´ðÅÍ µå¶óÀ̹ö"
SOURCEDISK1             ="Intel(R) PRO/¹«¼± 7100 ¼³Ä¡ µð½ºÅ©"

BandMode		= "Infrastructure band selection"
BandMode11aAND11b	= "802.11a and 802.11b"
BandMode11a		= "802.11a Only"	
BandMode11b		= "802.11b Only"

PowerIndex		= "Power Management"
PowerIndexAuto		= "Automatic"
PowerIndexLowest	= "Power mode 1 (Minimum)"
PowerIndex2ndLowest	= "Power mode 2"
PowerIndex3rdLowest	= "Power mode 3"
PowerIndex4thLowest	= "Power mode 4"
PowerIndex5thLowest	= "Power mode 5"
PowerIndexHighest	= "Power mode 6 (Maximum)"

Adhoc_TxPower		= "Ad Hoc Transmit Power"
Adhoc_TxPower0		= "Minimum"
Adhoc_TxPower4		= "6% of maximum"
Adhoc_TxPower8		= "16% of maximum"
Adhoc_TxPower12		= "40% of maximum"
Adhoc_TxPower16		= "Maximum"
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------

;-------------------------------------------
; Localizable Strings - Norwegian
;
[Strings.0414]
;---------------------------------------------------------------------------------------------------
;; Do NOT translate
;---------------------------------------------------------------------------------------------------
PROVIDER_NAME           = "Intel"
COMPANY_NAME            = "Intel(R) Corporation"

;NIC_MPCI1               = "Intel(R) PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2               = "Intel(R) PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3               = "Intel(R) PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4               = "Intel(R) PRO/Wireless LAN 2100 3A Mini PCI Adapter"
;NIC_MPCI1_AdapterModel  = "PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2_AdapterModel  = "PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3_AdapterModel  = "PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4_AdapterModel  = "PRO/Wireless LAN 2100 3A Mini PCI Adapter"

NIC_DriverDesc          = "Intel(R) PRO/Wireless 7100 LAN Card Driver"
INTEL_GUID              = "{E2565835-F8E7-4B49-9F60-17DF19894336}"
INTEL_GUID_11B          = "{2BC8F0A7-DC4E-4889-8375-C2151F70C331}"
Intel_Provider          = "Intel"

;---------------------------------------------------------------------------------------------------
;; Translation from this point ON.
;---------------------------------------------------------------------------------------------------
NIC_Service_DispName    ="Intel(R) PRO/Wireless 7100 Adapter-driver"
SOURCEDISK1             ="Intel(R) PRO/Wireless 7100-installasjonsdisk"

BandMode		= "Infrastructure band selection"
BandMode11aAND11b	= "802.11a and 802.11b"
BandMode11a		= "802.11a Only"	
BandMode11b		= "802.11b Only"

PowerIndex		= "Power Management"
PowerIndexAuto		= "Automatic"
PowerIndexLowest	= "Power mode 1 (Minimum)"
PowerIndex2ndLowest	= "Power mode 2"
PowerIndex3rdLowest	= "Power mode 3"
PowerIndex4thLowest	= "Power mode 4"
PowerIndex5thLowest	= "Power mode 5"
PowerIndexHighest	= "Power mode 6 (Maximum)"

Adhoc_TxPower		= "Ad Hoc Transmit Power"
Adhoc_TxPower0		= "Minimum"
Adhoc_TxPower4		= "6% of maximum"
Adhoc_TxPower8		= "16% of maximum"
Adhoc_TxPower12		= "40% of maximum"
Adhoc_TxPower16		= "Maximum"
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------

;-------------------------------------------
; Localizable Strings - Swedish
;
[Strings.041d]
;---------------------------------------------------------------------------------------------------
;; Do NOT translate
;---------------------------------------------------------------------------------------------------
PROVIDER_NAME           = "Intel"
COMPANY_NAME            = "Intel(R) Corporation"

;NIC_MPCI1               = "Intel(R) PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2               = "Intel(R) PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3               = "Intel(R) PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4               = "Intel(R) PRO/Wireless LAN 2100 3A Mini PCI Adapter"
;NIC_MPCI1_AdapterModel  = "PRO/Wireless LAN 7100 3A Mini PCI Adapter"
;NIC_MPCI2_AdapterModel  = "PRO/Wireless LAN 7100 3B Mini PCI Adapter"
NIC_MPCI3_AdapterModel  = "PRO/Wireless LAN 2100 3B Mini PCI Adapter"
NIC_MPCI4_AdapterModel  = "PRO/Wireless LAN 2100 3A Mini PCI Adapter"

NIC_DriverDesc          = "Intel(R) PRO/Wireless 7100 LAN Card Driver"
INTEL_GUID              = "{E2565835-F8E7-4B49-9F60-17DF19894336}"
INTEL_GUID_11B          = "{2BC8F0A7-DC4E-4889-8375-C2151F70C331}"
Intel_Provider		= "Intel"

;---------------------------------------------------------------------------------------------------
;; Translation from this point ON.
;---------------------------------------------------------------------------------------------------
NIC_Service_DispName    ="Drivrutin för Intel(R) PRO/trådlös 7100-adapter"
SOURCEDISK1             ="Installationsdisk för Intel(R) PRO/trådlös 7100"

BandMode		= "Infrastructure band selection"
BandMode11aAND11b	= "802.11a and 802.11b"
BandMode11a		= "802.11a Only"	
BandMode11b		= "802.11b Only"

PowerIndex		= "Power Management"
PowerIndexAuto		= "Automatic"
PowerIndexLowest	= "Power mode 1 (Minimum)"
PowerIndex2ndLowest	= "Power mode 2"
PowerIndex3rdLowest	= "Power mode 3"
PowerIndex4thLowest	= "Power mode 4"
PowerIndex5thLowest	= "Power mode 5"
PowerIndexHighest	= "Power mode 6 (Maximum)"

Adhoc_TxPower		= "Ad Hoc Transmit Power"
Adhoc_TxPower0		= "Minimum"
Adhoc_TxPower4		= "6% of maximum"
Adhoc_TxPower8		= "16% of maximum"
Adhoc_TxPower12		= "40% of maximum"
Adhoc_TxPower16		= "Maximum"
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------


;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
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.95