Edit C:\Program Files\Intel\ANS\ansmw60e.inf
;;------------------------------------------------------------------------------ ;; ;; INTEL CONFIDENTIAL ;; ;; Copyright 1999-2013 Intel Corporation All Rights Reserved. ;; ;; The source code contained or described herein and all documents related ;; to the source code ("Material") are owned by Intel Corporation or its ;; suppliers or licensors. Title to the Material remains with Intel ;; Corporation or its suppliers and licensors. The Material contains trade ;; secrets and proprietary and confidential information of Intel or its ;; suppliers and licensors. The Material is protected by worldwide ;; copyright and trade secret laws and treaty provisions. No part of the ;; Material may be used, copied, reproduced, modified, published, uploaded, ;; posted, transmitted, distributed, or disclosed in any way without Intel's ;; prior express written permission. ;; ;; No license under any patent, copyright, trade secret or other ;; intellectual property right is granted to or conferred upon you by ;; disclosure or delivery of the Materials, either expressly, by ;; implication, inducement, estoppel or otherwise. Any license under such ;; intellectual property rights must be express and approved by Intel in ;; writing. ;; ;;------------------------------------------------------------------------------ [Version] Signature = "$Windows NT$" Provider = %V_Intel% DriverVer = 07/19/2013,9.9.0.43 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) ?????? Virtual Adapter ???????? LAN ??????" DISKNAME ="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.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? 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? 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?eau avanc? Intel(R) est utilis? pour les fonctionnalit? ?olu?s telles que l'agr?ation de cartes ou les r?eaux VLAN." DISKNAME ="CD-ROM ou disquette Services r?eau avanc? 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?s avan?dos de rede ? usado para recursos avan?dos como agrupamento e LAN virtual." DISKNAME ="CD-ROM ou disquete do Servi?s avan?dos 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
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de