import depuis ancien GitHub

This commit is contained in:
David Wuibaille
2025-10-31 08:38:13 +01:00
parent 6f3aeedc93
commit 6a2f2de58e
745 changed files with 178444 additions and 0 deletions

View File

@@ -0,0 +1,480 @@
;;------------------------------------------------------------------------------
;;
;; INTEL CONFIDENTIAL
;;
;; Copyright 1999-2015 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 = 02/05/2015,9.8.53.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 =<>ض<EFBFBD>(R) <20>߼<EFBFBD><DFBC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڷ<EFBFBD><DAB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֮<EFBFBD><D6AE><EFBFBD>ĸ߼<C4B8><DFBC><EFBFBD><EFBFBD>ܡ<EFBFBD>"
DISKNAME =<>ض<EFBFBD>(R) <20>߼<EFBFBD><DFBC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ĺ<EFBFBD><C4B9>̻<EFBFBD><CCBB><EFBFBD><EFBFBD><EFBFBD>"
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) <20>i<EFBFBD><69><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41> Virtual Adapter <20>ϥΩ󦨲թM<D5A9><4D><EFBFBD><EFBFBD> LAN <20><><EFBFBD>i<EFBFBD><69><EFBFBD>\<5C><><EFBFBD>C"
DISKNAME ="Intel(R) <20>i<EFBFBD><69><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41> <20><><EFBFBD>Ф<EFBFBD><D0A4>κϤ<CEBA>"
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<63>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<6E>s Intel(R) est utilis<69>e pour les fonctionnalit<69>s <20>volu<6C>es telles que l'agr<67>gation de cartes ou les r<>seaux VLAN."
DISKNAME ="CD-ROM ou disquette Services r<>seau avanc<6E>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 <20> 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 ="<22>C<EFBFBD><43><EFBFBD>e<EFBFBD><65>(R) <20>A<EFBFBD>h<EFBFBD>o<EFBFBD><6F><EFBFBD>X<EFBFBD>g<EFBFBD>E<EFBFBD>l<EFBFBD>b<EFBFBD>g<EFBFBD><67><EFBFBD>[<5B>N<EFBFBD>E<EFBFBD>T<EFBFBD>[<5B>r<EFBFBD>X Virtual Adapter <20>̓`<60>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>щ<EFBFBD><D189>z LAN <20>Ȃǂ̍<C782><CC8D>x<EFBFBD>@<40>\<5C>Ɏg<C98E><67><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82>B"
DISKNAME ="<22>C<EFBFBD><43><EFBFBD>e<EFBFBD><65>(R) <20>A<EFBFBD>h<EFBFBD>o<EFBFBD><6F><EFBFBD>X<EFBFBD>g<EFBFBD>E<EFBFBD>l<EFBFBD>b<EFBFBD>g<EFBFBD><67><EFBFBD>[<5B>N<EFBFBD>E<EFBFBD>T<EFBFBD>[<5B>r<EFBFBD>X CD-ROM <20>܂<EFBFBD><DC82>̓t<CD83><74><EFBFBD>b<EFBFBD>s<EFBFBD>[<5B>f<EFBFBD>B<EFBFBD>X<EFBFBD>N"
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 ="<22><><EFBFBD><EFBFBD>(R) <20><><EFBFBD><EFBFBD> <20><>Ʈ<EFBFBD><C6AE>ũ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ʹ<EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> LAN<41><4E> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>ɿ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>˴ϴ<CBB4>."
DISKNAME ="<22><><EFBFBD><EFBFBD>(R) <20><><EFBFBD><EFBFBD> <20><>Ʈ<EFBFBD><C6AE>ũ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> CD-ROM <20>Ǵ<EFBFBD> <20>÷<EFBFBD><C3B7><EFBFBD> <20><><EFBFBD><EFBFBD>ũ"
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<76>os avan<61>ados de rede <20> usado para recursos avan<61>ados como agrupamento e LAN virtual."
DISKNAME ="CD-ROM ou disquete do Servi<76>os avan<61>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

View File

@@ -0,0 +1,723 @@
;;------------------------------------------------------------------------------
;;
;; INTEL CONFIDENTIAL
;;
;; Copyright 1999-2015 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 = 02/05/2015,9.8.53.0
Class = NetTrans
ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318}
CatalogFile = iansw60e.cat
;*******************************************************************************
;
; ANSPW60.INF
;
; Intel(R) Advanced Network Services Transport
;
;*******************************************************************************
[Manufacturer]
%V_Intel% = Intel, NTamd64.6.0
[ControlFlags]
ExcludeFromSelect = *
[Intel]
[Intel.NTamd64.6.0]
%iANSProtocol.Desc% = iANSProtocol.ndi.NTamd64.6.0, iANSProtocol
;[Intel.NTamd64.6.0]
;----------------------------------------------------------------------------
;----------------------------------------------------------------------------
[iANSProtocol.ndi.NTamd64.6.0]
AddReg = iANSProtocol.ndi.AddReg.w60
Characteristics = 0x00
CopyFiles = iANSProtocol.ndi.CopyFiles.w60
*IfType = 6 ; IF_TYPE_ETHERNET_CSMACD
*MediaType = 0 ; NdisMedium802_3
*PhysicalMediaType = 0 ;NdisPhysicalMediumUnspecified
[iANSProtocol.ndi.CopyFiles.w60]
iansw60e.sys,,,2
iansmsg.dll,,,2
[iANSProtocol.ndi.AddReg.w60]
HKR, Ndi, ClsId, , {B9849E51-3495-11D3-883A-0004AC066F24}
HKR, Ndi, ComponentDll,, "PRONtObj.dll"
HKR, Ndi, HelpText, , %iANSProtocol_HELP%
HKR, Ndi, Service, ,"iANSProtocol"
HKR, Ndi\Interfaces, UpperRange, , "tdi"
HKR, Ndi\Interfaces, LowerRange, , "ndis5,ndisatm"
[iANSProtocol.ndi.NTamd64.6.0.Services]
AddService = iANSProtocol, 0, Install.AddService.iANSProtocol.w60, NetEventLog.w60
[Install.AddService.iANSProtocol.w60]
DisplayName = %iANSProtocol.Desc%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\iansw60e.sys
LoadOrderGroup = NDIS
AddReg = iANSProtocol.AddService.AddReg.w60
Description = %iANSProtocol.Desc%
[iANSProtocol.AddService.AddReg.w60]
HKR,Parameters\Adapters,,%FLG_ADDREG_KEYONLY%
HKR,Parameters\Interfaces,,%FLG_ADDREG_KEYONLY%
HKR,,"TextModeFlags",%REG_DWORD%,0x0001
; [Event Log] sections.
;****************************************************************************
[NetEventLog.w60]
AddReg = NetEventLog.AddReg.w60
[NetEventLog.AddReg.w60]
HKR,,EventMessageFile,0x00020000, %CustomizedEventMessageFile_w60e%
HKR,,TypesSupported,0x00010001,7
[iANSProtocol.ndi.NTamd64.6.0.Remove.Services]
DelService = iANSProtocol
;----------------------------------------------------------------------------
;----------------------------------------------------------------------------
;----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 11
iANSProtocol.ndi.CopyFiles.w60 = 12
[SourceDisksNames]
1 = %DISKNAME%,,,
[SourceDisksFiles]
iansw60e.sys = 1
iansmsg.dll = 1
;-----------------------------------------------------------------------------
; Empty section to exclude installation of Intel
[No_DRV]
;
;-------------------------------------------------------------------------------------
;****************************************************************************
; Localizable Strings
;****************************************************************************
;------------------------------------------------------------------------------------
[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"
iANSProtocol_HELP="Intel(R) Advanced Network Services Protocol is used for advanced features like teaming and virtual LAN"
DISKNAME ="Intel(R) Advanced Network Services CD-ROM or floppy disk"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[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"
iANSProtocol_HELP=<>ض<EFBFBD>(R) <20>߼<EFBFBD><DFBC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Э<EFBFBD><D0AD><EFBFBD><EFBFBD><EFBFBD>ڷ<EFBFBD><DAB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֮<EFBFBD><D6AE><EFBFBD>ĸ߼<C4B8><DFBC><EFBFBD><EFBFBD>ܡ<EFBFBD>"
DISKNAME =<>ض<EFBFBD>(R) <20>߼<EFBFBD><DFBC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ĺ<EFBFBD><C4B9>̻<EFBFBD><CCBB><EFBFBD><EFBFBD><EFBFBD>"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[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"
iANSProtocol_HELP="Intel(R) <20>i<EFBFBD><69><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41> Protocol <20>ϥΩ󦨲թM<D5A9><4D><EFBFBD><EFBFBD> LAN <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>i<EFBFBD><69><EFBFBD>\<5C><><EFBFBD>C"
DISKNAME ="Intel(R) <20>i<EFBFBD><69><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41> <20><><EFBFBD>Ф<EFBFBD><D0A4>κϤ<CEBA>"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[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"
iANSProtocol_HELP="Intel(R) Erweiterte Netzwerkleistungen Protocol wird f<>r erweiterte Funktionen wie Gruppenbildung und virtuelles LAN verwendet."
DISKNAME ="Intel(R) Erweiterte Netzwerkleistungen CD-ROM oder Diskette"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[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"
iANSProtocol_HELP="El Protocolo de Servicios avanzados de red Intel(R) se utiliza para funciones avanzadas como la creaci<63>n de equipos y LAN virtual."
DISKNAME ="CD-ROM o disquete de los Servicios avanzados de red Intel(R)"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[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"
iANSProtocol_HELP="Le protocole Services r<>seau avanc<6E>s Intel(R) est utilis<69> pour les fonctionnalit<69>s <20>volu<6C>es telles que l'agr<67>gation de cartes ou les r<>seaux VLAN."
DISKNAME ="CD-ROM ou disquette Services r<>seau avanc<6E>s Intel(R)"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[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"
iANSProtocol_HELP="Servizi avanzati di rete Intel(R) Protocol <20> 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"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[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"
iANSProtocol_HELP="<22>C<EFBFBD><43><EFBFBD>e<EFBFBD><65>(R) <20>A<EFBFBD>h<EFBFBD>o<EFBFBD><6F><EFBFBD>X<EFBFBD>g<EFBFBD>E<EFBFBD>l<EFBFBD>b<EFBFBD>g<EFBFBD><67><EFBFBD>[<5B>N<EFBFBD>E<EFBFBD>T<EFBFBD>[<5B>r<EFBFBD>X Protocol <20>̓`<60>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>щ<EFBFBD><D189>z LAN <20>Ȃǂ̍<C782><CC8D>x<EFBFBD>@<40>\<5C>Ɏg<C98E><67><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82>B"
DISKNAME ="<22>C<EFBFBD><43><EFBFBD>e<EFBFBD><65>(R) <20>A<EFBFBD>h<EFBFBD>o<EFBFBD><6F><EFBFBD>X<EFBFBD>g<EFBFBD>E<EFBFBD>l<EFBFBD>b<EFBFBD>g<EFBFBD><67><EFBFBD>[<5B>N<EFBFBD>E<EFBFBD>T<EFBFBD>[<5B>r<EFBFBD>X CD-ROM <20>܂<EFBFBD><DC82>̓t<CD83><74><EFBFBD>b<EFBFBD>s<EFBFBD>[<5B>f<EFBFBD>B<EFBFBD>X<EFBFBD>N"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[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"
iANSProtocol_HELP="<22><><EFBFBD><EFBFBD>(R) <20><><EFBFBD><EFBFBD> <20><>Ʈ<EFBFBD><C6AE>ũ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> LAN<41><4E> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>ɿ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>˴ϴ<CBB4>."
DISKNAME ="<22><><EFBFBD><EFBFBD>(R) <20><><EFBFBD><EFBFBD> <20><>Ʈ<EFBFBD><C6AE>ũ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> CD-ROM <20>Ǵ<EFBFBD> <20>÷<EFBFBD><C3B7><EFBFBD> <20><><EFBFBD><EFBFBD>ũ"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[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"
iANSProtocol_HELP="O Protocolo de Servi<76>os avan<61>ados de rede Intel(R) <20> usado para recursos avan<61>ados como agrupamento e LAN virtual."
DISKNAME ="CD-ROM ou disquete do Servi<76>os avan<61>ados de rede Intel(R)"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010

View File

@@ -0,0 +1,480 @@
;;------------------------------------------------------------------------------
;;
;; INTEL CONFIDENTIAL
;;
;; Copyright 1999-2015 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 = 02/20/2015,9.9.0.47
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 =<>ض<EFBFBD>(R) <20>߼<EFBFBD><DFBC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڷ<EFBFBD><DAB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֮<EFBFBD><D6AE><EFBFBD>ĸ߼<C4B8><DFBC><EFBFBD><EFBFBD>ܡ<EFBFBD>"
DISKNAME =<>ض<EFBFBD>(R) <20>߼<EFBFBD><DFBC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ĺ<EFBFBD><C4B9>̻<EFBFBD><CCBB><EFBFBD><EFBFBD><EFBFBD>"
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) <20>i<EFBFBD><69><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41> Virtual Adapter <20>ϥΩ󦨲թM<D5A9><4D><EFBFBD><EFBFBD> LAN <20><><EFBFBD>i<EFBFBD><69><EFBFBD>\<5C><><EFBFBD>C"
DISKNAME ="Intel(R) <20>i<EFBFBD><69><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41> <20><><EFBFBD>Ф<EFBFBD><D0A4>κϤ<CEBA>"
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<63>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<6E>s Intel(R) est utilis<69>e pour les fonctionnalit<69>s <20>volu<6C>es telles que l'agr<67>gation de cartes ou les r<>seaux VLAN."
DISKNAME ="CD-ROM ou disquette Services r<>seau avanc<6E>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 <20> 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 ="<22>C<EFBFBD><43><EFBFBD>e<EFBFBD><65>(R) <20>A<EFBFBD>h<EFBFBD>o<EFBFBD><6F><EFBFBD>X<EFBFBD>g<EFBFBD>E<EFBFBD>l<EFBFBD>b<EFBFBD>g<EFBFBD><67><EFBFBD>[<5B>N<EFBFBD>E<EFBFBD>T<EFBFBD>[<5B>r<EFBFBD>X Virtual Adapter <20>̓`<60>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>щ<EFBFBD><D189>z LAN <20>Ȃǂ̍<C782><CC8D>x<EFBFBD>@<40>\<5C>Ɏg<C98E><67><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82>B"
DISKNAME ="<22>C<EFBFBD><43><EFBFBD>e<EFBFBD><65>(R) <20>A<EFBFBD>h<EFBFBD>o<EFBFBD><6F><EFBFBD>X<EFBFBD>g<EFBFBD>E<EFBFBD>l<EFBFBD>b<EFBFBD>g<EFBFBD><67><EFBFBD>[<5B>N<EFBFBD>E<EFBFBD>T<EFBFBD>[<5B>r<EFBFBD>X CD-ROM <20>܂<EFBFBD><DC82>̓t<CD83><74><EFBFBD>b<EFBFBD>s<EFBFBD>[<5B>f<EFBFBD>B<EFBFBD>X<EFBFBD>N"
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 ="<22><><EFBFBD><EFBFBD>(R) <20><><EFBFBD><EFBFBD> <20><>Ʈ<EFBFBD><C6AE>ũ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ʹ<EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> LAN<41><4E> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>ɿ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>˴ϴ<CBB4>."
DISKNAME ="<22><><EFBFBD><EFBFBD>(R) <20><><EFBFBD><EFBFBD> <20><>Ʈ<EFBFBD><C6AE>ũ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> CD-ROM <20>Ǵ<EFBFBD> <20>÷<EFBFBD><C3B7><EFBFBD> <20><><EFBFBD><EFBFBD>ũ"
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<76>os avan<61>ados de rede <20> usado para recursos avan<61>ados como agrupamento e LAN virtual."
DISKNAME ="CD-ROM ou disquete do Servi<76>os avan<61>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

View File

@@ -0,0 +1,723 @@
;;------------------------------------------------------------------------------
;;
;; INTEL CONFIDENTIAL
;;
;; Copyright 1999-2015 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 = 02/20/2015,9.9.0.47
Class = NetTrans
ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318}
CatalogFile = iansw60e.cat
;*******************************************************************************
;
; ANSPW60.INF
;
; Intel(R) Advanced Network Services Transport
;
;*******************************************************************************
[Manufacturer]
%V_Intel% = Intel, NTamd64.6.0
[ControlFlags]
ExcludeFromSelect = *
[Intel]
[Intel.NTamd64.6.0]
%iANSProtocol.Desc% = iANSProtocol.ndi.NTamd64.6.0, iANSProtocol
;[Intel.NTamd64.6.0]
;----------------------------------------------------------------------------
;----------------------------------------------------------------------------
[iANSProtocol.ndi.NTamd64.6.0]
AddReg = iANSProtocol.ndi.AddReg.w60
Characteristics = 0x00
CopyFiles = iANSProtocol.ndi.CopyFiles.w60
*IfType = 6 ; IF_TYPE_ETHERNET_CSMACD
*MediaType = 0 ; NdisMedium802_3
*PhysicalMediaType = 0 ;NdisPhysicalMediumUnspecified
[iANSProtocol.ndi.CopyFiles.w60]
iansw60e.sys,,,2
iansmsg.dll,,,2
[iANSProtocol.ndi.AddReg.w60]
HKR, Ndi, ClsId, , {B9849E51-3495-11D3-883A-0004AC066F24}
HKR, Ndi, ComponentDll,, "PRONtObj.dll"
HKR, Ndi, HelpText, , %iANSProtocol_HELP%
HKR, Ndi, Service, ,"iANSProtocol"
HKR, Ndi\Interfaces, UpperRange, , "tdi"
HKR, Ndi\Interfaces, LowerRange, , "ndis5,ndisatm"
[iANSProtocol.ndi.NTamd64.6.0.Services]
AddService = iANSProtocol, 0, Install.AddService.iANSProtocol.w60, NetEventLog.w60
[Install.AddService.iANSProtocol.w60]
DisplayName = %iANSProtocol.Desc%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\iansw60e.sys
LoadOrderGroup = NDIS
AddReg = iANSProtocol.AddService.AddReg.w60
Description = %iANSProtocol.Desc%
[iANSProtocol.AddService.AddReg.w60]
HKR,Parameters\Adapters,,%FLG_ADDREG_KEYONLY%
HKR,Parameters\Interfaces,,%FLG_ADDREG_KEYONLY%
HKR,,"TextModeFlags",%REG_DWORD%,0x0001
; [Event Log] sections.
;****************************************************************************
[NetEventLog.w60]
AddReg = NetEventLog.AddReg.w60
[NetEventLog.AddReg.w60]
HKR,,EventMessageFile,0x00020000, %CustomizedEventMessageFile_w60e%
HKR,,TypesSupported,0x00010001,7
[iANSProtocol.ndi.NTamd64.6.0.Remove.Services]
DelService = iANSProtocol
;----------------------------------------------------------------------------
;----------------------------------------------------------------------------
;----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 11
iANSProtocol.ndi.CopyFiles.w60 = 12
[SourceDisksNames]
1 = %DISKNAME%,,,
[SourceDisksFiles]
iansw60e.sys = 1
iansmsg.dll = 1
;-----------------------------------------------------------------------------
; Empty section to exclude installation of Intel
[No_DRV]
;
;-------------------------------------------------------------------------------------
;****************************************************************************
; Localizable Strings
;****************************************************************************
;------------------------------------------------------------------------------------
[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"
iANSProtocol_HELP="Intel(R) Advanced Network Services Protocol is used for advanced features like teaming and virtual LAN"
DISKNAME ="Intel(R) Advanced Network Services CD-ROM or floppy disk"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[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"
iANSProtocol_HELP=<>ض<EFBFBD>(R) <20>߼<EFBFBD><DFBC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Э<EFBFBD><D0AD><EFBFBD><EFBFBD><EFBFBD>ڷ<EFBFBD><DAB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֮<EFBFBD><D6AE><EFBFBD>ĸ߼<C4B8><DFBC><EFBFBD><EFBFBD>ܡ<EFBFBD>"
DISKNAME =<>ض<EFBFBD>(R) <20>߼<EFBFBD><DFBC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ĺ<EFBFBD><C4B9>̻<EFBFBD><CCBB><EFBFBD><EFBFBD><EFBFBD>"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[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"
iANSProtocol_HELP="Intel(R) <20>i<EFBFBD><69><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41> Protocol <20>ϥΩ󦨲թM<D5A9><4D><EFBFBD><EFBFBD> LAN <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>i<EFBFBD><69><EFBFBD>\<5C><><EFBFBD>C"
DISKNAME ="Intel(R) <20>i<EFBFBD><69><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41> <20><><EFBFBD>Ф<EFBFBD><D0A4>κϤ<CEBA>"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[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"
iANSProtocol_HELP="Intel(R) Erweiterte Netzwerkleistungen Protocol wird f<>r erweiterte Funktionen wie Gruppenbildung und virtuelles LAN verwendet."
DISKNAME ="Intel(R) Erweiterte Netzwerkleistungen CD-ROM oder Diskette"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[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"
iANSProtocol_HELP="El Protocolo de Servicios avanzados de red Intel(R) se utiliza para funciones avanzadas como la creaci<63>n de equipos y LAN virtual."
DISKNAME ="CD-ROM o disquete de los Servicios avanzados de red Intel(R)"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[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"
iANSProtocol_HELP="Le protocole Services r<>seau avanc<6E>s Intel(R) est utilis<69> pour les fonctionnalit<69>s <20>volu<6C>es telles que l'agr<67>gation de cartes ou les r<>seaux VLAN."
DISKNAME ="CD-ROM ou disquette Services r<>seau avanc<6E>s Intel(R)"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[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"
iANSProtocol_HELP="Servizi avanzati di rete Intel(R) Protocol <20> 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"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[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"
iANSProtocol_HELP="<22>C<EFBFBD><43><EFBFBD>e<EFBFBD><65>(R) <20>A<EFBFBD>h<EFBFBD>o<EFBFBD><6F><EFBFBD>X<EFBFBD>g<EFBFBD>E<EFBFBD>l<EFBFBD>b<EFBFBD>g<EFBFBD><67><EFBFBD>[<5B>N<EFBFBD>E<EFBFBD>T<EFBFBD>[<5B>r<EFBFBD>X Protocol <20>̓`<60>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>щ<EFBFBD><D189>z LAN <20>Ȃǂ̍<C782><CC8D>x<EFBFBD>@<40>\<5C>Ɏg<C98E><67><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82>B"
DISKNAME ="<22>C<EFBFBD><43><EFBFBD>e<EFBFBD><65>(R) <20>A<EFBFBD>h<EFBFBD>o<EFBFBD><6F><EFBFBD>X<EFBFBD>g<EFBFBD>E<EFBFBD>l<EFBFBD>b<EFBFBD>g<EFBFBD><67><EFBFBD>[<5B>N<EFBFBD>E<EFBFBD>T<EFBFBD>[<5B>r<EFBFBD>X CD-ROM <20>܂<EFBFBD><DC82>̓t<CD83><74><EFBFBD>b<EFBFBD>s<EFBFBD>[<5B>f<EFBFBD>B<EFBFBD>X<EFBFBD>N"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[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"
iANSProtocol_HELP="<22><><EFBFBD><EFBFBD>(R) <20><><EFBFBD><EFBFBD> <20><>Ʈ<EFBFBD><C6AE>ũ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> LAN<41><4E> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>ɿ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>˴ϴ<CBB4>."
DISKNAME ="<22><><EFBFBD><EFBFBD>(R) <20><><EFBFBD><EFBFBD> <20><>Ʈ<EFBFBD><C6AE>ũ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> CD-ROM <20>Ǵ<EFBFBD> <20>÷<EFBFBD><C3B7><EFBFBD> <20><><EFBFBD><EFBFBD>ũ"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[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"
iANSProtocol_HELP="O Protocolo de Servi<76>os avan<61>ados de rede Intel(R) <20> usado para recursos avan<61>ados como agrupamento e LAN virtual."
DISKNAME ="CD-ROM ou disquete do Servi<76>os avan<61>ados de rede Intel(R)"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,83 @@
;******************************************************************************
;** INTEL CONFIDENTIAL **
;** **
;** Copyright 2009-2015 Intel Corporation All Rights Reserved. **
;** **
;** The material contained or described herein and all documents related **
;** to such material ("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<65>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. **
;******************************************************************************
;
;*******************************************************************************
; e1c65x64.Din
; $Revision: 1.1 $
;
; Intel(R) Network Connections
;
; Version 1.0.0.0
;
[version]
Signature = "$Windows NT$"
SetupClass = BASE
Provider = %Intel%
[Manufacturer]
%Intel% = Intel
[ControlFlags]
[Intel]
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir = 11
e1000.DelFiles = 12
CoInstaller.DelFiles = 11
UnInstall.DelFiles = 11
;----------------------------------------------------------------------------
; Uninstall
[8257x.Uninstall]
DelFiles=e1000.DelFiles, CoInstaller.DelFiles, UnInstall.DelFiles
DelReg=8257x.DelReg
[e1000.DelFiles]
e1c65x64.sys,,,1
[CoInstaller.DelFiles]
e1cmsg.dll,,,1
NicCo4.dll,,,1
NicInstC.dll,,,1
[UnInstall.DelFiles]
Prounstl.exe,,,1
e1c65x64.din,,,1
[8257x.DelReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PROSet
HKLM,Software\INTEL\Prounstl
HKLM,Software\INTEL\NIC
;-----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Intel = "Intel"

View File

@@ -0,0 +1,84 @@
;******************************************************************************
;** INTEL CONFIDENTIAL **
;** **
;** Copyright 2009-2015 Intel Corporation All Rights Reserved. **
;** **
;** The material contained or described herein and all documents related **
;** to such material ("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<65>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. **
;******************************************************************************
;
;*******************************************************************************
; e1d65x64.Din
; $Revision: 1.1 $
;
; Intel(R) Network Connections
;
; Version 1.0.0.0
;
[version]
Signature = "$Windows NT$"
SetupClass = BASE
Provider = %Intel%
[Manufacturer]
%Intel% = Intel
[ControlFlags]
[Intel]
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir = 11
e1000.DelFiles = 12
CoInstaller.DelFiles = 11
UnInstall.DelFiles = 11
;----------------------------------------------------------------------------
; Uninstall
[8257x.Uninstall]
DelFiles=e1000.DelFiles, CoInstaller.DelFiles, UnInstall.DelFiles
DelReg=8257x.DelReg
[e1000.DelFiles]
e1d65x64.sys,,,1
[CoInstaller.DelFiles]
e1dmsg.dll,,,1
NicCo36.dll,,,1
NicCo4.dll,,,1
NicInstD.dll,,,1
[UnInstall.DelFiles]
Prounstl.exe,,,1
e1d65x64.din,,,1
[8257x.DelReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PROSet
HKLM,Software\INTEL\Prounstl
HKLM,Software\INTEL\NIC
;-----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Intel = "Intel"

View File

@@ -0,0 +1,82 @@
;******************************************************************************
;** INTEL CONFIDENTIAL **
;** **
;** Copyright 2004-2015 Intel Corporation All Rights Reserved. **
;** **
;** The material contained or described herein and all documents related **
;** to such material ("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<65>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. **
;******************************************************************************
;
;*******************************************************************************
; e1r65x64.din
;
; Intel(R) Gigabit Server Adapter
;
; Version 6.4.0.0
;
[version]
Signature = "$Windows NT$"
SetupClass = BASE
Provider = %Intel%
[Manufacturer]
%Intel% = Intel
[ControlFlags]
[Intel]
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir = 11
e1000.DelFiles = 12
CoInstaller.DelFiles = 11
UnInstall.DelFiles = 11
;----------------------------------------------------------------------------
; Uninstall
[8254x.Uninstall]
DelFiles=e1000.DelFiles, CoInstaller.DelFiles, UnInstall.DelFiles
DelReg=8254x.DelReg
[e1000.DelFiles]
e1r65x64.sys,,,1
[CoInstaller.DelFiles]
e1rmsg.dll,,,1
NicCo4.dll,,,1
NicInE1R.dll,,,1
[UnInstall.DelFiles]
Prounstl.exe,,,1
e1r65x64.din,,,1
[8254x.DelReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PROSet
HKLM,Software\INTEL\Prounstl
HKLM,Software\INTEL\NIC
;-----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Intel = "Intel"

View File

@@ -0,0 +1,77 @@
;******************************************************************************
;** INTEL CONFIDENTIAL **
;** **
;** Copyright 2015 Intel Corporation All Rights Reserved. **
;** **
;** The material contained or described herein and all documents related **
;** to such material ("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<65>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. **
;******************************************************************************
;
;*******************************************************************************
; ixn65x64.din
[Version]
Signature = "$Windows NT$"
SetupClass = BASE
Provider = %Intel%
[Manufacturer]
%Intel% = Intel
[ControlFlags]
[Intel]
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir = 11
ixgbe.DelFiles = 12
CoInstaller.DelFiles = 11
UnInstall.DelFiles = 11
;----------------------------------------------------------------------------
; Uninstall
[8259x.Uninstall]
DelFiles = ixgbe.DelFiles, CoInstaller.DelFiles, UnInstall.DelFiles
DelReg = 8259x.DelReg
[ixgbe.DelFiles]
ixn65x64.sys,,,1
[CoInstaller.DelFiles]
NicCo36.dll,,,1
NicCo4.dll,,,1
NicInIXN.dll,,,1
ixnmsg.dll,,,1
[UnInstall.DelFiles]
Prounstl.exe,,,1
ixn65x64.din,,,1
[8259x.DelReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PROSet
HKLM,Software\INTEL\Prounstl
HKLM,Software\INTEL\NIC
;-----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Intel = "Intel"

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,77 @@
;******************************************************************************
;** INTEL CONFIDENTIAL **
;** **
;** Copyright 2015 Intel Corporation All Rights Reserved. **
;** **
;** The material contained or described herein and all documents related **
;** to such material ("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<65>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. **
;******************************************************************************
;
;*******************************************************************************
; ixt65x64.din
[Version]
Signature = "$Windows NT$"
SetupClass = BASE
Provider = %Intel%
[Manufacturer]
%Intel% = Intel
[ControlFlags]
[Intel]
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir = 11
ixgbe.DelFiles = 12
CoInstaller.DelFiles = 11
UnInstall.DelFiles = 11
;----------------------------------------------------------------------------
; Uninstall
[8259x.Uninstall]
DelFiles = ixgbe.DelFiles, CoInstaller.DelFiles, UnInstall.DelFiles
DelReg = 8259x.DelReg
[ixgbe.DelFiles]
ixt65x64.sys,,,1
[CoInstaller.DelFiles]
NicCo36.dll,,,1
NicCo4.dll,,,1
NicInIXT.dll,,,1
ixtmsg.dll,,,1
[UnInstall.DelFiles]
Prounstl.exe,,,1
ixt65x64.din,,,1
[8259x.DelReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PROSet
HKLM,Software\INTEL\Prounstl
HKLM,Software\INTEL\NIC
;-----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Intel = "Intel"

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,129 @@
[CVA File Information]
CVATimeStamp=20160526T013507
CVASyntaxVersion=2.1A1
[Software Title]
US=Intel Network Connections Drivers Release 20.4 for Windows 10 64-bit
[US.Software Description]
This package contains the driver for the Intel LAN on Motherboard (LOM) Network Interface in supported workstation models running a supported operating system.
[General]
PN=000000-000
Version=R20.4_377786
Revision=A
Pass=1
Type=Driver
Category=Driver-Network
TargetPartition=PRIMARY
SystemMustBeRebooted=1
VendorName=Intel
VendorVersion=R20.4_377786
[SupportedLanguages]
Languages=GLOBAL
Countries=GBL
[ProfessionalInnovations]
HPPI=NO
LearnMore=
[DetailFileInformation]
e1c65x64.sys=<DRIVERS>\,0x000c,0x000f,0x001e,0x0000
e1d65x64.sys=<DRIVERS>\,0x000c,0x000d,0x0011,0x0007
e1r65x64.sys=<DRIVERS>\,0x000c,0x000c,0x00e2,0x0000
ixn65x64.sys=<DRIVERS>\,0x0003,0x000a,0x00a2,0x0001
ixt65x64.sys=<DRIVERS>\,0x0003,0x000a,0x00a2,0x0001
[Softpaq]
SoftpaqNumber=SP73565
SupersededSoftpaqNumber=SP72024
SoftPaqMD5=2cd8fa04fb3b6f0c0d5729045fec4210
[Devices]
VEN_8086&DEV_1076=Intel Tabor III
VEN_8086&DEV_107C=Intel PRO 1000 GT
VEN_8086&DEV_10B9=Intel PRO 1000 PT
VEN_8086&DEV_105E=HP NC360T Dual Port
VEN_8086&DEV_10D3=Intel CT Gigabit NIC
VEN_8086&DEV_10EF=WG82578DM
VEN_8086&DEV_10FB=Intel 10GB Fiber NIC
VEN_8086&DEV_1502=Intel 82579LM Gigabit NIC
VEN_8086&DEV_1503=Intel 82579V Gigabit Network Connection
VEN_8086&DEV_1521=Intel 361T Gigabit NIC
VEN_8086&DEV_153A=Intel LOM
VEN_8086&DEV_153B=Intel LOM
VEN_8086&DEV_1533=Intel I210 Desktop Adapter
VEN_8086&DEV_15A0=Intel(R) Ethernet Connection (2) I218-LM
VEN_8086&DEV_15B7=Intel 10G NIC
VEN_8086&DEV_1528="Intel X540 10G NIC"
[Devices_INFPath]
WT64_INFPath=DMIX\WIN10x64\DRIVERS
WT64_INFPath=Drivers
[System Information]
SysId01=0x212A
SysName01=HP Z640
SysId02=0x2129
SysName02=HP Z840
SysId03=0x212B
SysName03=HP Z440
SysId04=0x1905
SysName04=HP Z230 TOWER
SysId05=0x1906
SysName05=HP Z230 SFF
SysId06=0x192F
SysName06=HP Z1 G2 TOUCH
SysId07=0x1791
SysName07=HP Z220 SFF
SysId08=0x1790
SysName08=HP Z220 CMT
SysId09=0x158A
SysName09=HP Z620
SysId10=0x158B
SysName10=HP Z820
SysId11=0x1589
SysName11=HP Z420
SysId12=0x3561
SysName12=HP Z1
SysId13=0x802F
SysName13=HP Z240 TOWER
SysId14=0x802E
SysName14=HP Z240 SFF
SysId15=0x8115
SysName15=HP Z1 G3 24IN AIO NON-TOUCH
SysId16=0x8183
SysName16=HP Z238 ,HP Z238 MT ,HP Z238 MICROTOWER
[Operating Systems]
WT64=OEM
[Install Execution]
Install=
SilentInstall="silent.bat"
[Private]
Private_SSMCompliant=1
DPB_Compliant=1
Private_ReleaseType=Routine
Private_ProductType = Desktops,Workstations,Thin Clients
[Private_Fixes]
- Addresses an issue with Sleep resume times on systems with AMT enabled.
- Fixes an issue where the LAN controller may appear with a yellow bang after going into a low power state.
- Addressed an intermittent ping loss issue.
- Fixes various wake issues.
[Private_SoftpaqInstall]
1. Download the file by clicking the "Download" or "Obtain Software" button and saving the file to a folder on your hard drive (make a note of the folder where the downloaded file is saved).
2. Double-click the downloaded file and follow the on-screen instructions (Windows Only).
[CVAToolDocumentStamp]
Generated by Release CVA Tool Version 1.0 using Syntax Version 2.0 A1 on 5/26/2016 1:35:09 PM
Copyright (c) 2015 Hewlett-Packard Development Company, L.P.