;******************************************************************************* ;* ** ;* I N T E L P R O P R I E T A R Y ** ;* ** ;* COPYRIGHT (c) 1999-2004 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 ** ;* ** ;******************************************************************************* ; ;******************************************************************************* ; ; ANSMW2K.INF ; $Revision: 1.17 $ ; ; Intel(R) Advanced Network Services Virtual Adapter ; ;******************************************************************************* [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %V_Intel% CatalogFile = ians2kxp.cat DriverVer = 10/09/2006,8.3.13.0 [Manufacturer] %V_Intel% = Intel, NT.5.1, NTIA64, NTAMD64 [ControlFlags] ExcludeFromSelect = * [Intel] %iANSMiniport.Desc% = iANSMP.ndi, iANSMiniport [Intel.NT.5.1] %iANSMiniport.Desc% = iANSMP.ndi.NT.5.1, iANSMiniport [Intel.NTIA64] [Intel.NTAMD64] ; [Intel] ;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------ [iANSMP.ndi] AddReg = iANSMP.ndi.AddReg.w2k Characteristics = 0x80a1 ; NCF_FORCE_NDIS_NOTIFY | NCF_VIRTUAL | NCF_NOT_USER_REMOVABLE CopyFiles = iANSMP.ndi.CopyFiles.w2k [iANSMP.ndi.Services] AddService = iANSMiniport, %SPSVCINST_ASSOCSERVICE%, iANSMP.AddService.w2k, NetEventLog.w2k [iANSMP.ndi.CoInstallers] AddReg = CoInstaller_AddReg.w2k CopyFiles = CoInstaller_CopyFiles.w2k ;------------------------------------------------------------------------------ [iANSMP.ndi.CopyFiles.w2k] iansw2k.sys,,,2 iansmsg.dll,,,2 ; [Event Log] sections. ;**************************************************************************** [NetEventLog.w2k] AddReg = NetEventLog.AddReg.w2k [NetEventLog.AddReg.w2k] HKR,,EventMessageFile,0x00020000, %CustomizedEventMessageFile_w2k% HKR,,TypesSupported,0x00010001,7 [iANSMP.AddService.w2k] DisplayName = %iANSMiniport.Desc% ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_DEMAND_START% ServiceBinary = %12%\iansw2k.sys LoadOrderGroup = NDIS ErrorControl = %SERVICE_ERROR_NORMAL% ;StartName = ; No name AddReg = iANSMP.AddService.AddReg.w2k [iANSMP.AddService.AddReg.w2k] ; ---------------------------------------------------------------------- ; Add any miniport-specific parameters here. These are params that your ; miniport driver is going to use. ; [iANSMP.ndi.AddReg.w2k] 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.w2k] NicCo.dll,,, 0x00000010 ;don't overwrite [CoInstaller_AddReg.w2k] HKR,, CoInstallers32, 0x00010000, "NicCo.dll,NicCoInstallerEntry" HKR,, NicCoPlugins, 0x00010000, "NCS2DMIX.dll,NCS2DMIXEntry,1" ;----------------------------------------------------------------------------------- ;----------------------------------------------------------------------------------- ; [Intel.NT.5.1] ;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------ [iANSMP.ndi.NT.5.1] AddReg = iANSMP.ndi.AddReg.wxp Characteristics = 0x80a1 ; NCF_FORCE_NDIS_NOTIFY | NCF_VIRTUAL | NCF_NOT_USER_REMOVABLE CopyFiles = iANSMP.ndi.CopyFiles.wxp [iANSMP.ndi.NT.5.1.Services] AddService = iANSMiniport, %SPSVCINST_ASSOCSERVICE%, iANSMP.AddService.wxp, NetEventLog.wxp [iANSMP.ndi.NT.5.1.CoInstallers] AddReg = CoInstaller_AddReg.wxp CopyFiles = CoInstaller_CopyFiles.wxp ;------------------------------------------------------------------------------ [iANSMP.ndi.CopyFiles.wxp] ianswxp.sys,,,2 iansmsg.dll,,,2 ; [Event Log] sections. ;**************************************************************************** [NetEventLog.wxp] AddReg = NetEventLog.AddReg.wxp [NetEventLog.AddReg.wxp] HKR,,EventMessageFile,0x00020000, %CustomizedEventMessageFile_wxp% HKR,,TypesSupported,0x00010001,7 [iANSMP.AddService.wxp] DisplayName = %iANSMiniport.Desc% ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_DEMAND_START% ServiceBinary = %12%\ianswxp.sys LoadOrderGroup = NDIS ErrorControl = %SERVICE_ERROR_NORMAL% ;StartName = ; No name AddReg = iANSMP.AddService.AddReg.wxp [iANSMP.AddService.AddReg.wxp] ; ---------------------------------------------------------------------- ; Add any miniport-specific parameters here. These are params that your ; miniport driver is going to use. ; [iANSMP.ndi.AddReg.wxp] 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.wxp] NicCo.dll,,, 0x00000010 ;don't overwrite [CoInstaller_AddReg.wxp] HKR,, CoInstallers32, 0x00010000, "NicCo.dll,NicCoInstallerEntry" HKR,, NicCoPlugins, 0x00010000, "NCS2DMIX.dll,NCS2DMIXEntry,1" ;------------------------------------------------------------------------------------ ;------------------------------------------------------------------------------------ ;------------------------------------------------------------------------------------ [DestinationDirs] DefaultDestDir = 11 iANSMP.ndi.CopyFiles.w2k = 12 CoInstaller_CopyFiles.w2k = 11 iANSMP.ndi.CopyFiles.wxp = 12 CoInstaller_CopyFiles.wxp = 11 [SourceDisksNames] 1 = %DISKNAME%,,, [SourceDisksFiles] iansw2k.sys = 1 ianswxp.sys = 1 iansmsg.dll = 1 NicCo.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" 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" 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" iANSMiniport.Help ="Intel(R) Advanced Network Services Virtual Adapter ¨Ï¥Î©ó¦¨²Õ©MµêÀÀ LAN ªº¶i¶¥¥\¯à¡C" DISKNAME ="Intel(R) Advanced Network Services ¥úºÐ¤ù©ÎºÏ¤ù" 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.0406] ; Danish (Denmark) 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" iANSMiniport.Help ="Intel(R) Advanced Network Services virtuel adapter anvendes til avanceret funktionalitet som f.eks. team-samarbejde og virtuelle lokalnet." DISKNAME ="Intel(R) Advanced Network Services CD-ROM eller 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.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" iANSMiniport.Help ="Intel(R) Advanced Network Services Virtual Adapter wird für erweiterte Funktionen wie Gruppenbildung und virtuelles LAN verwendet." DISKNAME ="Intel(R) Advanced Network Services 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" iANSMiniport.Help ="El Adaptador virtual de servicios de red avanzados Intel(R) se utiliza para funciones avanzadas como la creación de equipos y LAN virtual." DISKNAME ="CD-ROM o disquete de los Servicios de red avanzados 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.040B] ; Finnish (Finland) 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" iANSMiniport.Help ="Edistyneen Intel(R) verkkopalvelun virtuaalisovitinta käytetään lisäominaisuuksia, kuten ryhmittämistä ja näennäistä lähiverkkoa, varten." DISKNAME ="Edistyneet Intel(R) verkkopalvelut-CD-levy tai -levyke" 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" iANSMiniport.Help ="La carte virtuelle Intel(R) Advanced Network Services 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 Intel(R) Advanced Network Services" 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" iANSMiniport.Help ="Intel(R) Advanced Network Services Virtual Adapter è usato per funzioni evolute quali il raggruppamento e le LAN virtuali." DISKNAME ="CD-ROM o dischetto di Intel(R) Advanced Network Services" 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" iANSMiniport.Help ="Ce(R) Advanced Network Services Virtual Adapter Í`[»¨æÑ¼z LAN ÈÇÌx@\ÉgíêÜ·B" DISKNAME ="Ce(R) Advanced Network Services CD-ROM ܽÍtbs[fBXN" 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" 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.0413] ; Dutch (Netherlands) 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" iANSMiniport.Help ="De Intel(R) Advanced Network Services Virtual Adapter wordt gebruikt voor geavanceerde functies, zoals teaming en een virtueel LAN." DISKNAME ="Cd-rom of diskette van Intel(R) Advanced Network Services" 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.0414] ; Norwegian (Bokmål) (Norway) 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" iANSMiniport.Help ="Intel(R) Advanced Network Services Virtual Adapter brukes for avanserte funksjoner som team og virtuelle lokalnett." DISKNAME ="CD-ROM eller diskett med Intel(R) Advanced Network Services" 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" 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 Adaptador virtual Intel(R) para serviços avançados de rede" 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.041D] ; Swedish (Sweden) 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" iANSMiniport.Help ="Intel(R) Advanced Network Services Virtual Adapter används för avancerade funktioner såsom teaming och virtuella LAN." DISKNAME ="Intel(R) Advanced Network Services CD-ROM eller diskett" 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 = 0x00000002Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.