ansmw60e.inf Driver File Contents (Lan_Intel_11.2.19.0_W7x86W7x64_A.zip)

;*******************************************************************************
;*                                                                            **
;*                     I N T E L   P R O P R I E T A R Y                      **
;*                                                                            **
;*   COPYRIGHT (c) 1999-2006 BY INTEL CORPORATION. ALL RIGHTS RESERVED.  NO   **
;*   PART  OF  THIS  PROGRAM OR PUBLICATION MAY BE REPRODUCED, TRANSMITTED,   **
;*   TRANSCRIBED, STORED IN A RETRIEVAL  SYSTEM,  OR  TRANSLATED  INTO  ANY   **
;*   LANGUAGE OR COMPUTER LANGUAGE IN ANY FORM OR BY ANY MEANS, ELECTRONIC,   **
;*   MECHANICAL, MAGNETIC, OPTICAL, CHEMICAL, MANUAL, OR OTHERWISE, WITHOUT   **
;*   THE PRIOR WRITTEN PERMISSION OF :                                        **
;*                                                                            **
;*                             INTEL CORPORATION                              **
;*                                                                            **
;*                          2200 MISSION COLLEGE BLVD                         **
;*                                                                            **
;*                     SANTA CLARA, CALIFORNIA 95052-8119                     **
;*                                                                            **
;*******************************************************************************


[Version]
Signature               = "$Windows NT$"
Provider                = %V_Intel%
DriverVer               = 07/22/2009,9.7.6.0
Class                   = Net
ClassGUID               = {4D36E972-E325-11CE-BFC1-08002BE10318}
CatalogFile             = iansw60e.cat

;*******************************************************************************
;
; ANSMW60.INF
;
; Intel(R) Advanced Network Services Virtual Adapter
;
;*******************************************************************************

[Manufacturer]
%V_Intel%               = Intel, NTamd64.6.0

[ControlFlags]
ExcludeFromSelect =  *

[Intel]

[Intel.NTamd64.6.0]
%iANSMiniport.Desc%     = iANSMP.ndi.NTamd64.6.0,     iANSMiniport

; [Intel.NTamd64.6.0]
;------------------------------------------------------------------------------
;------------------------------------------------------------------------------
[iANSMP.ndi.NTamd64.6.0]
AddReg                  = iANSMP.ndi.AddReg.w60
Characteristics         = 0x80a1 ; NCF_FORCE_NDIS_NOTIFY | NCF_VIRTUAL | NCF_NOT_USER_REMOVABLE
CopyFiles               = iANSMP.ndi.CopyFiles.w60
*IfType         = 6		; IF_TYPE_ETHERNET_CSMACD
*MediaType      = 0		; NdisMedium802_3
*PhysicalMediaType = 0		; NdisPhysicalMediumUnspecified

[iANSMP.ndi.NTamd64.6.0.Services]
AddService              = iANSMiniport,   %SPSVCINST_ASSOCSERVICE%, iANSMP.AddService.w60, NetEventLog.w60

[iANSMP.ndi.NTamd64.6.0.CoInstallers]
AddReg                  = CoInstaller_AddReg.w60
CopyFiles               = CoInstaller_CopyFiles.w60
;------------------------------------------------------------------------------

[iANSMP.ndi.CopyFiles.w60]
iansw60e.sys,,,2
iansmsg.dll,,,2

; [Event Log] sections.
;****************************************************************************
[NetEventLog.w60]
AddReg = NetEventLog.AddReg.w60

[NetEventLog.AddReg.w60]
HKR,,EventMessageFile,0x00020000, %CustomizedEventMessageFile_w60e%
HKR,,TypesSupported,0x00010001,7

[iANSMP.AddService.w60]
DisplayName             = %iANSMiniport.Desc%
ServiceType             = %SERVICE_KERNEL_DRIVER%
StartType               = %SERVICE_DEMAND_START%
ServiceBinary           = %12%\iansw60e.sys
LoadOrderGroup          = NDIS
ErrorControl            = %SERVICE_ERROR_NORMAL%
;StartName               = ; No name
AddReg                  = iANSMP.AddService.AddReg.w60


[iANSMP.AddService.AddReg.w60]
; ----------------------------------------------------------------------
; Add any miniport-specific parameters here.  These are params that your
; miniport driver is going to use.  
;

[iANSMP.ndi.AddReg.w60]
HKR,Ndi,				Service,    , "iANSMiniport"
HKR,Ndi,				HelpText,   , %iANSMiniport.Help%

HKR,Ndi\Interfaces,                   "UpperRange", %FLG_NOCLOBBER%, "ndis5"
HKR,Ndi\Interfaces,                   "LowerRange", %FLG_NOCLOBBER%, "ethernet"

;-----------------------------------------------------------------------------------
; CoInstaller section
; This section installs the CoInstaller files, and sets the registry for Intermediate driver
[CoInstaller_CopyFiles.w60]
NicCo36.dll,,,           0x00000010 ;don't overwrite

[CoInstaller_AddReg.w60]
HKR,, CoInstallers32,   0x00010000, "NicCo36.dll,NicCoInstallerEntry"
HKR,, NicCoPlugins,     0x00010000, "NCS2DMIX.dll,NCS2DMIXEntry,1"
;------------------------------------------------------------------------------------
;------------------------------------------------------------------------------------


;------------------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir          = 11
iANSMP.ndi.CopyFiles.w60    = 12
CoInstaller_CopyFiles.w60   = 11

[SourceDisksNames]
1 = %DISKNAME%,,,

[SourceDisksFiles]
iansw60e.sys = 1 
iansmsg.dll = 1
NicCo36.dll = 1
;------------------------------------------------------------------------------------



;------------------------------------------------------------------------------------
[Strings]
CustomizedEventMessageFile_w2k  = "%SystemRoot%\System32\drivers\iansw2k.sys"
CustomizedEventMessageFile_wxp  = "%SystemRoot%\System32\drivers\ianswxp.sys"
CustomizedEventMessageFile_w32e = "%SystemRoot%\System32\drivers\iansw32e.sys"
CustomizedEventMessageFile_w64  = "%SystemRoot%\System32\drivers\iansw64.sys"
CustomizedEventMessageFile_w60  = "%SystemRoot%\System32\drivers\iansw60.sys"
CustomizedEventMessageFile_w60e = "%SystemRoot%\System32\drivers\iansw60e.sys"
CustomizedEventMessageFile_6064 = "%SystemRoot%\System32\drivers\ians6064.sys"
iANSMiniport.Help           = "Intel(R) Advanced Network Services Virtual Adapter is used for advanced features like teaming and virtual LAN"
DISKNAME                    = "Intel(R) Advanced Network Services CD-ROM or floppy disk"


V_Intel                     = "Intel"
iANSMiniport.Desc           = "Intel(R) Advanced Network Services Virtual Adapter"

; ServiceType values
SERVICE_KERNEL_DRIVER       = 0x00000001

; StartType values
SERVICE_DEMAND_START        = 0x00000003

; ErrorControl values
SERVICE_ERROR_NORMAL        = 0x00000001

; Registry types
REG_MULTI_SZ                = 0x10000
REG_DWORD                   = 0x10001

; Service install flags
SPSVCINST_ASSOCSERVICE      = 0x2

; AddReg flags
FLG_NOCLOBBER        = 0x00000002
;------------------------------------------------------------------------------------
[Strings.0804] ; Chinese (Simplified)
CustomizedEventMessageFile_w2k  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSMiniport.Help           ="Ó¢Ìضû(R) ¸ß¼¶ÍøÂç·þÎñÐéÄâÊÊÅäÆ÷ÓÃÓÚ·Ö×éºÍÐéÄâ¾ÖÓòÍøÖ®ÀàµÄ¸ß¼¶¹¦ÄÜ¡£"
DISKNAME                    ="Ó¢Ìضû(R) ¸ß¼¶ÍøÂç·þÎñµÄ¹âÅÌ»òÈíÅÌ"


V_Intel                     = "Intel"
iANSMiniport.Desc           = "Intel(R) Advanced Network Services Virtual Adapter"

; ServiceType values
SERVICE_KERNEL_DRIVER       = 0x00000001

; StartType values
SERVICE_DEMAND_START        = 0x00000003

; ErrorControl values
SERVICE_ERROR_NORMAL        = 0x00000001

; Registry types
REG_MULTI_SZ                = 0x10000
REG_DWORD                   = 0x10001

; Service install flags
SPSVCINST_ASSOCSERVICE      = 0x2

; AddReg flags
FLG_NOCLOBBER        = 0x00000002
;------------------------------------------------------------------------------------
[Strings.0404] ; Chinese (Traditional)
CustomizedEventMessageFile_w2k  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSMiniport.Help           ="Intel(R) ¶i¶¥ºô¸ôªA°È Virtual Adapter ¨Ï¥Î©ó¦¨²Õ©MµêÀÀ LAN ªº¶i¶¥¥\¯à¡C"
DISKNAME                    ="Intel(R) ¶i¶¥ºô¸ôªA°È ¥úºÐ¤ù©ÎºÏ¤ù"


V_Intel                     = "Intel"
iANSMiniport.Desc           = "Intel(R) Advanced Network Services Virtual Adapter"

; ServiceType values
SERVICE_KERNEL_DRIVER       = 0x00000001

; StartType values
SERVICE_DEMAND_START        = 0x00000003

; ErrorControl values
SERVICE_ERROR_NORMAL        = 0x00000001

; Registry types
REG_MULTI_SZ                = 0x10000
REG_DWORD                   = 0x10001

; Service install flags
SPSVCINST_ASSOCSERVICE      = 0x2

; AddReg flags
FLG_NOCLOBBER        = 0x00000002
;------------------------------------------------------------------------------------
[Strings.0407] ; German (Germany)
CustomizedEventMessageFile_w2k  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSMiniport.Help           ="Intel(R) Erweiterte Netzwerkleistungen Virtual Adapter wird für erweiterte Funktionen wie Gruppenbildung und virtuelles LAN verwendet."
DISKNAME                    ="Intel(R) Erweiterte Netzwerkleistungen CD-ROM oder Diskette"


V_Intel                     = "Intel"
iANSMiniport.Desc           = "Intel(R) Advanced Network Services Virtual Adapter"

; ServiceType values
SERVICE_KERNEL_DRIVER       = 0x00000001

; StartType values
SERVICE_DEMAND_START        = 0x00000003

; ErrorControl values
SERVICE_ERROR_NORMAL        = 0x00000001

; Registry types
REG_MULTI_SZ                = 0x10000
REG_DWORD                   = 0x10001

; Service install flags
SPSVCINST_ASSOCSERVICE      = 0x2

; AddReg flags
FLG_NOCLOBBER        = 0x00000002
;------------------------------------------------------------------------------------
[Strings.0C0A] ; Spanish (Spain)
CustomizedEventMessageFile_w2k  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSMiniport.Help           ="El Adaptador virtual de Servicios avanzados de red Intel(R) se utiliza para funciones avanzadas como la creación de equipos y LAN virtual."
DISKNAME                    ="CD-ROM o disquete de los Servicios avanzados de red Intel(R)"


V_Intel                     = "Intel"
iANSMiniport.Desc           = "Intel(R) Advanced Network Services Virtual Adapter"

; ServiceType values
SERVICE_KERNEL_DRIVER       = 0x00000001

; StartType values
SERVICE_DEMAND_START        = 0x00000003

; ErrorControl values
SERVICE_ERROR_NORMAL        = 0x00000001

; Registry types
REG_MULTI_SZ                = 0x10000
REG_DWORD                   = 0x10001

; Service install flags
SPSVCINST_ASSOCSERVICE      = 0x2

; AddReg flags
FLG_NOCLOBBER        = 0x00000002
;------------------------------------------------------------------------------------
[Strings.040C] ; French (France)
CustomizedEventMessageFile_w2k  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSMiniport.Help           ="La carte virtuelle Services réseau avancés Intel(R) est utilisée pour les fonctionnalités évoluées telles que l'agrégation de cartes ou les réseaux VLAN."
DISKNAME                    ="CD-ROM ou disquette Services réseau avancés Intel(R)"


V_Intel                     = "Intel"
iANSMiniport.Desc           = "Intel(R) Advanced Network Services Virtual Adapter"

; ServiceType values
SERVICE_KERNEL_DRIVER       = 0x00000001

; StartType values
SERVICE_DEMAND_START        = 0x00000003

; ErrorControl values
SERVICE_ERROR_NORMAL        = 0x00000001

; Registry types
REG_MULTI_SZ                = 0x10000
REG_DWORD                   = 0x10001

; Service install flags
SPSVCINST_ASSOCSERVICE      = 0x2

; AddReg flags
FLG_NOCLOBBER        = 0x00000002
;------------------------------------------------------------------------------------
[Strings.0410] ; Italian (Italy)
CustomizedEventMessageFile_w2k  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSMiniport.Help           ="Servizi avanzati di rete Intel(R) Virtual Adapter è usato per funzioni evolute quali il raggruppamento e le LAN virtuali."
DISKNAME                    ="CD-ROM o dischetto di Servizi avanzati di rete Intel(R)"


V_Intel                     = "Intel"
iANSMiniport.Desc           = "Intel(R) Advanced Network Services Virtual Adapter"

; ServiceType values
SERVICE_KERNEL_DRIVER       = 0x00000001

; StartType values
SERVICE_DEMAND_START        = 0x00000003

; ErrorControl values
SERVICE_ERROR_NORMAL        = 0x00000001

; Registry types
REG_MULTI_SZ                = 0x10000
REG_DWORD                   = 0x10001

; Service install flags
SPSVCINST_ASSOCSERVICE      = 0x2

; AddReg flags
FLG_NOCLOBBER        = 0x00000002
;------------------------------------------------------------------------------------
[Strings.0411] ; Japanese (Japan)
CustomizedEventMessageFile_w2k  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSMiniport.Help           ="インテル(R) アドバンスト ネットワーク サービス Virtual Adapter Íチーム»¨æѼ想 LAN ÈÇÌ高度機能É使íêÜ·。"
DISKNAME                    ="インテル(R) アドバンスト ネットワーク サービス CD-ROM ܽÍフロッピーディスク"


V_Intel                     = "Intel"
iANSMiniport.Desc           = "Intel(R) Advanced Network Services Virtual Adapter"

; ServiceType values
SERVICE_KERNEL_DRIVER       = 0x00000001

; StartType values
SERVICE_DEMAND_START        = 0x00000003

; ErrorControl values
SERVICE_ERROR_NORMAL        = 0x00000001

; Registry types
REG_MULTI_SZ                = 0x10000
REG_DWORD                   = 0x10001

; Service install flags
SPSVCINST_ASSOCSERVICE      = 0x2

; AddReg flags
FLG_NOCLOBBER        = 0x00000002
;------------------------------------------------------------------------------------
[Strings.0412] ; Korean (Korea)
CustomizedEventMessageFile_w2k  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSMiniport.Help           ="ÀÎÅÚ(R) °í±Þ ³×Æ®¿öÅ© ¼­ºñ½º °¡»ó ¾î´ðÅÍ´Â ÆÀ ±¸¼º ¹× °¡»ó LAN°ú °°Àº °í±Þ ±â´É¿¡ »ç¿ëµË´Ï´Ù."
DISKNAME                    ="ÀÎÅÚ(R) °í±Þ ³×Æ®¿öÅ© ¼­ºñ½º CD-ROM ¶Ç´Â Ç÷ÎÇÇ µð½ºÅ©"


V_Intel                     = "Intel"
iANSMiniport.Desc           = "Intel(R) Advanced Network Services Virtual Adapter"

; ServiceType values
SERVICE_KERNEL_DRIVER       = 0x00000001

; StartType values
SERVICE_DEMAND_START        = 0x00000003

; ErrorControl values
SERVICE_ERROR_NORMAL        = 0x00000001

; Registry types
REG_MULTI_SZ                = 0x10000
REG_DWORD                   = 0x10001

; Service install flags
SPSVCINST_ASSOCSERVICE      = 0x2

; AddReg flags
FLG_NOCLOBBER        = 0x00000002
;------------------------------------------------------------------------------------
[Strings.0416] ; Portuguese (Brazil)
CustomizedEventMessageFile_w2k  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60  ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSMiniport.Help           ="O Adaptador virtual Intel(R) para serviços avançados de rede é usado para recursos avançados como agrupamento e LAN virtual."
DISKNAME                    ="CD-ROM ou disquete do Serviços avançados de rede Intel(R)"


V_Intel                     = "Intel"
iANSMiniport.Desc           = "Intel(R) Advanced Network Services Virtual Adapter"

; ServiceType values
SERVICE_KERNEL_DRIVER       = 0x00000001

; StartType values
SERVICE_DEMAND_START        = 0x00000003

; ErrorControl values
SERVICE_ERROR_NORMAL        = 0x00000001

; Registry types
REG_MULTI_SZ                = 0x10000
REG_DWORD                   = 0x10001

; Service install flags
SPSVCINST_ASSOCSERVICE      = 0x2

; AddReg flags
FLG_NOCLOBBER        = 0x00000002
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: ftp, load: 2.06