import depuis ancien GitHub
This commit is contained in:
23
epm-manage-winpe/CreateISOx64.bat
Normal file
23
epm-manage-winpe/CreateISOx64.bat
Normal file
@@ -0,0 +1,23 @@
|
||||
set servlandesk=Epm2020.leblogosd.lan
|
||||
|
||||
:: *********************************************************************** boot x64
|
||||
if EXIST C:\winpe_amd64 rd C:\winpe_amd64 /S /Q
|
||||
@echo off
|
||||
echo ----- copype amd64 C:\winpe_amd64 -----
|
||||
@echo on
|
||||
call copype amd64 C:\winpe_amd64
|
||||
|
||||
@echo off
|
||||
echo ----- copype bootx64.wim -----
|
||||
@echo on
|
||||
Copy "\\%servlandesk%\ldmain\landesk\vboot\boot_x64.wim" C:\winpe_amd64\media\sources\boot.wim
|
||||
if EXIST "%~dp0winpe_amd64.iso" Del "%~dp0winpe_amd64.iso"
|
||||
|
||||
|
||||
@echo off
|
||||
echo ----- Create ISO -----
|
||||
@echo on
|
||||
call Makewinpemedia /iso C:\winpe_amd64 "%~dp0winpe_amd64.iso"
|
||||
rd C:\winpe_amd64 /S /Q
|
||||
pause
|
||||
|
||||
23
epm-manage-winpe/CreateISOx86.bat
Normal file
23
epm-manage-winpe/CreateISOx86.bat
Normal file
@@ -0,0 +1,23 @@
|
||||
set servlandesk=Epm2020.leblogosd.lan
|
||||
|
||||
:: *********************************************************************** boot x86
|
||||
if EXIST C:\winpe_x86 rd C:\winpe_x86 /S /Q
|
||||
@echo off
|
||||
echo ----- copype x86 C:\winpe_x86 -----
|
||||
@echo on
|
||||
call copype x86 C:\winpe_x86
|
||||
|
||||
@echo off
|
||||
echo ----- copype bootx86.wim -----
|
||||
@echo on
|
||||
Copy "\\%servlandesk%\ldmain\landesk\vboot\boot.wim" C:\winpe_x86\media\sources\boot.wim
|
||||
if EXIST "%~dp0winpe_x86.iso" Del "%~dp0winpe_x86.iso"
|
||||
|
||||
|
||||
@echo off
|
||||
echo ----- Create ISO -----
|
||||
@echo on
|
||||
call Makewinpemedia /iso C:\winpe_x86 "%~dp0winpe_x86.iso"
|
||||
rd C:\winpe_x86 /S /Q
|
||||
pause
|
||||
|
||||
BIN
epm-manage-winpe/Drivers/x64/DriversHP/AX88772C/NETAX88772.inf
Normal file
BIN
epm-manage-winpe/Drivers/x64/DriversHP/AX88772C/NETAX88772.inf
Normal file
Binary file not shown.
121
epm-manage-winpe/Drivers/x64/DriversHP/AX88772C/Readme.txt
Normal file
121
epm-manage-winpe/Drivers/x64/DriversHP/AX88772C/Readme.txt
Normal file
@@ -0,0 +1,121 @@
|
||||
//==============================================================================
|
||||
// ASIX AX88772/AX88772A/AX88772B Windows 10 driver
|
||||
//
|
||||
// This document describes the driver's configurable parameters.
|
||||
//==============================================================================
|
||||
|
||||
1. Speed & Duplex: Set the Ethernet link speed.
|
||||
-Auto Negotiation: Auto detect the Ethernet link speed
|
||||
-10 Mbps Half Duplex: Set the Ethernet works on 10HD
|
||||
-10 Mbps Full Duplex: Set the Ethernet works on 10FD
|
||||
-100 Mbps Half Duplex: Set the Ethernet works on 100HD
|
||||
-100 Mbps Full Duplex: Set the Ethernet works on 100FD
|
||||
|
||||
2. NetworkAddress : Allows user to set a MAC address of the device or use the
|
||||
device default address.
|
||||
|
||||
3. FlowControl: Configure flow control advertised capabilities
|
||||
-Disabled Disable flow control
|
||||
-TxEnabled Enable transmit flow control
|
||||
-RxEnabled Enable receive flow control
|
||||
-RxTxEnabled Enable transmit and receive flow control
|
||||
|
||||
4. WakeOnLinkChange: Wake up the computer when device detects Ehernet link Changed
|
||||
-Disabled Disable WakeOnLinkChange function
|
||||
-Enabled Enable WakeOnLinkChange function
|
||||
|
||||
5. Packet Priority & VLAN: Enable or disable the ability to insert the 802.1Q
|
||||
priority and VLAN tags into the transmit packets.
|
||||
-Packet Priority & VLAN Disabled Disable to insert the 802.1Q priority and VLAN tag
|
||||
-Packet Priority Enabled Only enable to insert the 802.1Q priority tag
|
||||
-VLAN Enabled Only enable to insert the 802.1Q VLAN tag
|
||||
-Packet Priority & VLAN Enabled Enable to insert the 802.1Q priority and VLAN tag
|
||||
|
||||
6. VLAN ID: If user set a valid VLAN ID, the driver inserts the VLAN tag with
|
||||
this VLAN ID into the transmit packets and device will filter the
|
||||
received packets.
|
||||
|
||||
7. WakeOnMagicPacket: Wake up the computer when device receives a Magic Packet
|
||||
-Disabled Disable WakeOnMagicPacket function
|
||||
-Enabled Enable WakeOnMagicPacket function
|
||||
|
||||
8. WakeOnPattern: Wake up the computer when device receives a packet that matches a
|
||||
specified pattern
|
||||
-Disabled Disable WakeOnPattern function
|
||||
-Enabled Enable WakeOnPattern function
|
||||
|
||||
9. SelectiveSuspend: Allows NDIS to suspend an idle AX88772B network adapter by
|
||||
transitioning the adapter to a low-power state
|
||||
-Disabled Disable SelectiveSuspend function
|
||||
-Enabled Enable SelectiveSuspend function
|
||||
|
||||
10. SSIdleTimeout: Selective suspend idle time-out in units of seconds
|
||||
|
||||
11. TCPChecksumOffloadV4: Enable or disable the device to calculate the
|
||||
TCP checksum of the transmit IPv4 packets and
|
||||
check the TCP checksum of the received IPv4
|
||||
packets.
|
||||
-Disabled Disable the TCP Checksum Offload
|
||||
-TxEnabled Enable the TCP Checksum Offload for transmit packets
|
||||
-RxEnabled Enable the TCP Checksum Offload for received packets
|
||||
-RxTxEnabled Enable the TCP Checksum Offload for transmit and received packets
|
||||
|
||||
12. UDPChecksumOffloadV4: Enable or disable the device to calculate the
|
||||
UDP checksum of the transmit IPv4 packets and
|
||||
check the UDP checksum of the received IPv4 packets.
|
||||
-Disabled Disable the UDP Checksum Offload
|
||||
-TxEnabled Enable the UDP Checksum Offload for transmit packets
|
||||
-RxEnabled Enable the UDP Checksum Offload for received packets
|
||||
-RxTxEnabled Enable the UDP Checksum Offload for transmit and received packets
|
||||
|
||||
13. TCPChecksumOffloadV6: Enable or disable the device to calculate the
|
||||
TCP checksum of the transmit IPv6 packets and
|
||||
check the TCP checksum of the received IPv6 packets.
|
||||
-Disabled Disable the TCP Checksum Offload
|
||||
-TxEnabled Enable the TCP Checksum Offload for transmit packets
|
||||
-RxEnabled Enable the TCP Checksum Offload for received packets
|
||||
-RxTxEnabled Enable the TCP Checksum Offload for transmit and received packets
|
||||
|
||||
14. UDPChecksumOffloadV6: Enable or disable the device to calculate the
|
||||
UDP checksum of the transmit IPv6 packets and
|
||||
check the UDP checksum of the received IPv6 packets.
|
||||
-Disabled Disable the UDP Checksum Offload
|
||||
-TxEnabled Enable the UDP Checksum Offload for transmit packets
|
||||
-RxEnabled Enable the UDP Checksum Offload for received packets
|
||||
-RxTxEnabled Enable the UDP Checksum Offload for transmit and received packets
|
||||
|
||||
15. IPChecksumOffloadV4: Enable or disable the device to calculate the IP
|
||||
checksum of the transmit IPv4 packets and check the
|
||||
IP checksum of the received IPv4 packets.
|
||||
-Disabled Disable the IP Checksum Offload
|
||||
-TxEnabled Enable the IP Checksum Offload for transmit packets
|
||||
-RxEnabled Enable the IP Checksum Offload for received packets
|
||||
-RxTxEnabled Enable the IP Checksum Offload for transmit and received packets
|
||||
|
||||
16. ArpOffload: When enable this ability, the device will reply the ARP request
|
||||
packet when computer is suspending. This ability is activated only
|
||||
if WOL is enabled.
|
||||
-Disabled Disable ARP Offload
|
||||
-Enabled Enable ARP Offload
|
||||
|
||||
17. NSOffload: When enable this ability, the device will reply the neighbor
|
||||
solicitation packet when computer is suspending. This ability is
|
||||
activated only if WOL is enabled.
|
||||
-Disabled Disable NS Offload
|
||||
-Enabled Enable NS Offload
|
||||
|
||||
18. AutoDetach: Enable or disable AutoDetach ability. if AutoDetach is enabled,
|
||||
3 seconds later after Ethernet cable was unpluged, the device will
|
||||
be detached from USB.
|
||||
-Disabled Disable AutoDetach
|
||||
-Enabled Enable AutoDetach
|
||||
-Use EEPROM Setting Disable or enable AutoDetach accoring to the EEPROM setting
|
||||
|
||||
19. MaskTimer: If wake up ability is enabled, the wake up function will delay this
|
||||
time to active.
|
||||
-0,4,8,12,16,20,24,28 seconds
|
||||
|
||||
20. WolLinkSpeed: Set the Ethernet link speed when device sleeps if wake up
|
||||
ability is enabled.
|
||||
-10 Mbps First The Ethernet link speed works on 10 Mbps first if available
|
||||
-Use EEPROM Setting Use EEPROM setting to set Ethernet link speed
|
||||
BIN
epm-manage-winpe/Drivers/x64/DriversHP/AX88772C/ax88772.sys
Normal file
BIN
epm-manage-winpe/Drivers/x64/DriversHP/AX88772C/ax88772.sys
Normal file
Binary file not shown.
BIN
epm-manage-winpe/Drivers/x64/DriversHP/AX88772C/ax88772ex.cat
Normal file
BIN
epm-manage-winpe/Drivers/x64/DriversHP/AX88772C/ax88772ex.cat
Normal file
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -0,0 +1,79 @@
|
||||
[CVA File Information]
|
||||
CVATimeStamp=20181108T025514
|
||||
CVASyntaxVersion=2.1A6
|
||||
|
||||
[Software Title]
|
||||
US=Broadcom NIC Drivers for Microsoft Win7/8/8.1/10 -64bit
|
||||
[US.Software Description]
|
||||
This package provides the Broadcom Network Interface Controller (NIC) Drivers
|
||||
for supported desktop models running a supported operating system.
|
||||
|
||||
|
||||
[General]
|
||||
PN=000000-000
|
||||
Version=214.0.0.0
|
||||
Revision=A
|
||||
Pass=1
|
||||
Type=Driver
|
||||
Category=Driver-Network
|
||||
TargetPartition=MFG DIAGS
|
||||
SystemMustBeRebooted=0
|
||||
VendorName=Broadcom
|
||||
VendorVersion=214.0.0.0
|
||||
|
||||
[SupportedLanguages]
|
||||
Languages=GLOBAL
|
||||
Countries=GBL
|
||||
|
||||
[ProfessionalInnovations]
|
||||
HPPI=NO
|
||||
LearnMore=
|
||||
|
||||
[DetailFileInformation]
|
||||
b57nd60a.sys=<WINSYSDIR>\drivers,0x00D6,0x0000,0x0000,0x0000,WT64
|
||||
|
||||
[Softpaq]
|
||||
SoftpaqNumber=SP91977
|
||||
SupersededSoftpaqNumber=SP84867
|
||||
SoftPaqMD5=af1d62ed1b969d524e76c53bcde397ff
|
||||
|
||||
[Devices]
|
||||
PCI\VEN_14e4&DEV_1681="Broadcom NIC"
|
||||
PCI\VEN_14e4&DEV_1687="Broadcom NIC"
|
||||
|
||||
[Devices_INFPath]
|
||||
WT64_INFPath=Flat
|
||||
|
||||
[System Information]
|
||||
SysId01=0x8265
|
||||
SysName01=HP EliteDesk 705 G3 MT,HP EliteDesk 705 G3 SFF
|
||||
SysId02=0x835B
|
||||
SysName02=HP EliteDesk 705 G3 MT,HP EliteDesk 705 G3 SFF
|
||||
SysId03=0x8266
|
||||
SysName03=HP EliteDesk 705 G3 DM
|
||||
|
||||
[Operating Systems]
|
||||
WT64=OEM
|
||||
|
||||
[US.Enhancements]
|
||||
- Adds support for Windows 10 RS4
|
||||
|
||||
[Install Execution]
|
||||
Install="setup.exe"
|
||||
SilentInstall="setup.exe" /s /v/qn
|
||||
|
||||
[Private]
|
||||
Private_SSMCompliant=1
|
||||
DPB_Compliant=1
|
||||
Private_ReleaseType=Routine
|
||||
Private_ProductType = Desktops,Notebooks
|
||||
|
||||
[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.
|
||||
|
||||
[CVAToolDocumentStamp]
|
||||
Generated by Release CVA Tool Version 1.0 using Syntax Version 2.0 A1 on 11/8/2018 2:55:16 AM
|
||||
Copyright (c) 2018 HP Development Company, L.P.
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -0,0 +1,81 @@
|
||||
[CVA File Information]
|
||||
CVATimeStamp=20181126T091709
|
||||
CVASyntaxVersion=2.1A6
|
||||
|
||||
[Software Title]
|
||||
US=Broadcom Ethernet Controller Drivers -64bit (For external dock)
|
||||
|
||||
[US.Software Description]
|
||||
This package provides the Broadcom Network Interface Controller (NIC) Drivers for supported external dock running a supported operating system.
|
||||
|
||||
[General]
|
||||
PN=000000-000
|
||||
Version=214.0.0.0
|
||||
Revision=A
|
||||
Pass=1
|
||||
Type=Driver
|
||||
Category=Driver-Network
|
||||
TargetPartition=MFG DIAGS
|
||||
SystemMustBeRebooted=0
|
||||
VendorName=Broadcom
|
||||
VendorVersion=214.0.0.0
|
||||
|
||||
[SupportedLanguages]
|
||||
Languages=GLOBAL
|
||||
Countries=GBL
|
||||
|
||||
[ProfessionalInnovations]
|
||||
HPPI=NO
|
||||
LearnMore=
|
||||
|
||||
[DetailFileInformation]
|
||||
b57nd60a.sys=<WINSYSDIR>\drivers,0x00D6,0x0000,0x0000,0x0000,WT64
|
||||
|
||||
[Softpaq]
|
||||
SoftpaqNumber=SP92006
|
||||
SupersededSoftpaqNumber=SP84642
|
||||
SoftPaqMD5=4ade30fdd09739a81e1bb31754f94c9d
|
||||
|
||||
[Devices]
|
||||
PCI\VEN_14e4&DEV_1682="Broadcom NIC"
|
||||
|
||||
[Devices_INFPath]
|
||||
WT64_INFPath=Flat\
|
||||
|
||||
[System Information]
|
||||
SysId01=0x8438
|
||||
SysName01=HP ELITEBOOK X360 1030 G3
|
||||
SysId02=0x8414
|
||||
SysName02=HP ELITE X2 1013 G3
|
||||
|
||||
[Operating Systems]
|
||||
WT64=OEM
|
||||
|
||||
[US.Enhancements]
|
||||
- Release for Windows 10 RS4
|
||||
|
||||
[Install Execution]
|
||||
Install="setup.exe"
|
||||
SilentInstall="setup.exe" /s /v"/qn /lv C:\Windows\Temp\BCMNICinstall.log REBOOT=REALLYSUPPRESS ADDSOURCE=Driversa64"
|
||||
|
||||
[Private]
|
||||
Private_SSMCompliant=1
|
||||
DPB_Compliant=1
|
||||
Private_ReleaseType=Routine
|
||||
Private_ProductType = Notebooks
|
||||
|
||||
[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.
|
||||
|
||||
3. If a message box titled Program Compatibility Assistant is displayed after the installation is complete, click This program installed correctly.
|
||||
|
||||
4. Restart the system after the installation is complete.
|
||||
|
||||
NOTE: It is recommended to remove the previous driver before installing new driver.
|
||||
|
||||
[CVAToolDocumentStamp]
|
||||
Generated by Release CVA Tool Version 1.0 using Syntax Version 2.0 A1 on 11/26/2018 9:17:12 PM
|
||||
Copyright (c) 2018 HP Development Company, L.P.
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,87 @@
|
||||
[CVA File Information]
|
||||
CVATimeStamp=20150925T073322
|
||||
CVASyntaxVersion=2.1A1
|
||||
|
||||
[Software Title]
|
||||
US=SMSC 9500A USB Ethernet Driver 2.6.3.2
|
||||
|
||||
[US.Software Description]
|
||||
Development Comments:
|
||||
Release for Olympia 1.0
|
||||
|
||||
|
||||
[General]
|
||||
PN=000000-000
|
||||
Version=2.7.1.0
|
||||
Revision=B
|
||||
Pass=1
|
||||
Type=Driver
|
||||
Category=Driver-Network
|
||||
TargetPartition=MFG DIAGS
|
||||
SystemMustBeRebooted=0
|
||||
VendorName=Goodway
|
||||
VendorVersion=2.7.1.0
|
||||
|
||||
[SupportedLanguages]
|
||||
Languages=GLOBAL
|
||||
Countries=GBL
|
||||
|
||||
[ProfessionalInnovations]
|
||||
HPPI=NO
|
||||
LearnMore=
|
||||
|
||||
[DetailFileInformation]
|
||||
lan9500-x86-n630f.sys=<WINSYSDIR>\drivers,0x0002,0x0007,0x0001,0x0000,WT32
|
||||
lan9500-x64-n630f.sys=<WINSYSDIR>\drivers,0x0002,0x0007,0x0001,0x0000,WT64
|
||||
|
||||
[Softpaq]
|
||||
SoftpaqNumber=SP72402
|
||||
SupersededSoftpaqNumber=SP69758
|
||||
SoftPaqMD5=2f1351773bb81637d304aa129de96688
|
||||
|
||||
[Devices]
|
||||
USB\VID_0424&PID_9E00="LAN9500A USB 2.0 to Ethernet 10/100 Adapter"
|
||||
USB\VID_0424&PID_EC00="LAN9500A USB 2.0 to Ethernet 10/100 Adapter"
|
||||
PCI\VEN_8086&DEV_095A&SUBSYS_50108086="LAN9500A USB 2.0 to Ethernet 10/100 Adapter"
|
||||
PCI\VEN_8086&DEV_095A&SUBSYS_50008086="LAN9500A USB 2.0 to Ethernet 10/100 Adapter"
|
||||
PCI\VEN_8086&DEV_095A&SUBSYS_50908086="LAN9500A USB 2.0 to Ethernet 10/100 Adapter"
|
||||
|
||||
[Devices_INFPath]
|
||||
W732_INFPath=Flat\ndis620\x86
|
||||
W764_INFPath=Flat\ndis620\x64
|
||||
W832_INFPath=Flat\ndis630\x86
|
||||
W864_INFPath=Flat\ndis630\x64
|
||||
W8.132_INFPath=Flat\ndis630\x86
|
||||
W8.164_INFPath=Flat\ndis630\x64
|
||||
WT32_INFPath=Flat\ndis630\x86
|
||||
WT64_INFPath=Flat\ndis630\x64
|
||||
|
||||
[System Information]
|
||||
SysId01=0x2157
|
||||
SysName01=HP ElitePad 1000 G2,HP ElitePad 1000 G2 Healthcare,HP ElitePad 1000 G2 Rugged
|
||||
SysId02=0x2009
|
||||
SysName02=HP ELITE X2 1011 G1 ,HP ELITE X2 1011 G1 WITH POWER KEYBOARD,HP Elite x2 1011 G1 Power Keyboard
|
||||
|
||||
[Operating Systems]
|
||||
WT32=OEM
|
||||
WT64=OEM
|
||||
|
||||
[Install Execution]
|
||||
Install="Setup.exe"
|
||||
SilentInstall="Setup.exe" /exenoui /q
|
||||
|
||||
[Private]
|
||||
Private_SSMCompliant=1
|
||||
DPB_Compliant=1
|
||||
Private_ReleaseType=Routine
|
||||
Private_ProductType = Notebooks
|
||||
|
||||
[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.
|
||||
|
||||
[CVAToolDocumentStamp]
|
||||
Generated by Release CVA Tool Version 1.0 using Syntax Version 2.0 A1 on 9/25/2015 7:33:22 AM
|
||||
Copyright (c) 2015 Hewlett-Packard Development Company, L.P.
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@@ -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"
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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"
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,124 @@
|
||||
[CVA File Information]
|
||||
CVATimeStamp=20170425T021237
|
||||
CVASyntaxVersion=2.1A6
|
||||
|
||||
[Software Title]
|
||||
US=Intel I217/I210 NIC Drivers for DTO Microsoft Win 10 -64bit
|
||||
|
||||
[US.Software Description]
|
||||
This package provides the Intel Network Interface Card Drivers for supported desktop models running a supported operating system.
|
||||
|
||||
[General]
|
||||
PN=000000-000
|
||||
Version=20.1_375575
|
||||
Revision=A
|
||||
Pass=1
|
||||
Type=Driver
|
||||
Category=Driver-Network
|
||||
TargetPartition=MFG DIAGS
|
||||
SystemMustBeRebooted=0
|
||||
VendorName=Intel
|
||||
VendorVersion=12.12.218.0
|
||||
|
||||
[SupportedLanguages]
|
||||
Languages=GLOBAL
|
||||
Countries=GBL
|
||||
|
||||
[ProfessionalInnovations]
|
||||
HPPI=NO
|
||||
LearnMore=
|
||||
|
||||
[DetailFileInformation]
|
||||
e1d65x64.sys=<WINSYSDIR>\drivers,0x000C,0x000C,0x00DA,0x0000,WT64
|
||||
e1r65x64.sys=<WINSYSDIR>\drivers,0x000C,0x000C,0x00E2,0x0000,WT64
|
||||
|
||||
[Softpaq]
|
||||
SoftpaqNumber=SP72513
|
||||
SupersededSoftpaqNumber=None
|
||||
SoftPaqMD5=96bcb671e58d0b5aa9a3d4bce11e05d1
|
||||
|
||||
[Devices]
|
||||
PCI\VEN_8086&DEV_153A="Intel I217LM GbE Network Connection"
|
||||
PCI\VEN_8086&DEV_1533="Intel(R) Beaver Lake (I210) Desktop Adapter"
|
||||
|
||||
[Devices_INFPath]
|
||||
WT64_INFPath=Flat\E1D
|
||||
WT64_INFPath=Flat\E1R
|
||||
|
||||
[System Information]
|
||||
SysId01=0x2175
|
||||
SysName01=HP RP5 Retail System Model 5810
|
||||
SysId02=0x22AD
|
||||
SysName02=HP ELITEONE 800 G1 21.5-INCH NON-TOUCH AIO
|
||||
SysId03=0x18E9
|
||||
SysName03=HP PRODESK 400 G2 SFF BUSINESS ,HP PRODESK 400 G1 SFF BUSINESS
|
||||
SysId04=0x18E6
|
||||
SysName04=HP EliteOne 800 G1 Touch Retail System AiO 23-inch
|
||||
SysId05=0x198E
|
||||
SysName05=HP PRODESK 480 G2 MT BUSINESS ,HP PRODESK 400 G2 MT BUSINESS ,HP PRODESK 400 G1 MT BUSINESS ,HP PRODESK 480 G1 MT BUSINESS
|
||||
SysId06=0x21F5
|
||||
SysName06=HP PRODESK 490 G2 MT BUSINESS ,HP PRODESK 498 G2 MT BUSINESS
|
||||
SysId07=0x1998
|
||||
SysName07=HP ELITEDESK 700 G1 SFF BUSINESS ,HP ELITEDESK 800 G1 SFF BUSINESS
|
||||
SysId08=0x8027
|
||||
SysName08=HP ELITEDESK 700 G1 MT BUSINESS
|
||||
SysId09=0x2215
|
||||
SysName09=HP ELITEDESK 705 G1 MT BUSINESS ,HP ELITEDESK 705 G1 SFF BUSINESS
|
||||
SysId10=0x2240
|
||||
SysName10=HP PRODESK 405 G2 MT BUSINESS ,HP PRODESK 485 G2 MT BUSINESS
|
||||
SysId11=0x225E
|
||||
SysName11=HP ELITEDESK 705 G1 DM BUSINESS
|
||||
SysId12=0x1825
|
||||
SysName12=HP ELITEDESK 800 G1 DM BUSINESS ,HP MP9 Model 9000 Digital Signage Player
|
||||
SysId13=0x21D0
|
||||
SysName13=HP PRODESK 600 G1 DM BUSINESS
|
||||
SysId14=0x18EA
|
||||
SysName14=HP PROONE 400 G1 AIO BUSINESS (19.5" NT),HP 20" PROONE 400 G1 AIO BUSINESS
|
||||
SysId15=0x18E5
|
||||
SysName15=HP ELITEDESK 800 G1 USDT BUSINESS
|
||||
SysId16=0x18E7
|
||||
SysName16=HP PRODESK 600 G1 SFF BUSINESS ,HP PRODESK 600 G1 TWR BUSINESS ,HP PRODESK 680 G1 TWR BUSINESS
|
||||
SysId17=0x18E8
|
||||
SysName17=HP PROONE 600 G1 AIO BUSINESS
|
||||
SysId18=0x18EB
|
||||
SysName18=HP PRODESK 490 G1 MT BUSINESS ,HP PRODESK 498 G1 MT BUSINESS
|
||||
SysId19=0x18E4
|
||||
SysName19=HP ELITEDESK 800 G1 TWR BUSINESS ,HP ELITEDESK 880 G1 TWR BUSINESS
|
||||
SysId20=0x2171
|
||||
SysName20=HP PRODESK 405 G1 MT BUSINESS ,HP PRODESK 485 G1 MT BUSINESS
|
||||
SysId21=0x806A
|
||||
SysName21=HP PRODESK 400 G2 DM BUSINESS
|
||||
SysId22=0x8076
|
||||
SysName22=HP PRODESK 400 G1 DM BUSINESS
|
||||
|
||||
[Operating Systems]
|
||||
WT64=OEM
|
||||
|
||||
[US.Enhancements]
|
||||
- Added Windows 10 support for Intel I217/I210 Ethernet controller.
|
||||
|
||||
[Install Execution]
|
||||
Install="install.cmd"
|
||||
SilentInstall="Dxsetup.exe" /qn
|
||||
|
||||
[Private]
|
||||
Private_SSMCompliant=1
|
||||
DPB_Compliant=1
|
||||
Private_ReleaseType=Routine
|
||||
Private_ProductType = Desktops
|
||||
|
||||
[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.
|
||||
|
||||
3. If a message box titled "Program Compatibility Assistant" is displayed once the installation is complete, click "This program installed correctly."
|
||||
|
||||
4. After the installation is complete, restart the unit.
|
||||
|
||||
5. It is recommended to remove the previous driver before installing new driver.
|
||||
|
||||
[CVAToolDocumentStamp]
|
||||
Generated by Release CVA Tool Version 1.0 using Syntax Version 2.0 A1 on 4/25/2017 2:12:39 AM
|
||||
Copyright (c) 2015 Hewlett-Packard Development Company, L.P.
|
||||
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
@@ -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
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
@@ -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
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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"
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -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"
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -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"
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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.
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@@ -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"
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,144 @@
|
||||
[CVA File Information]
|
||||
CVATimeStamp=20180503T051834
|
||||
CVASyntaxVersion=2.1A6
|
||||
|
||||
[Software Title]
|
||||
US=Intel I217LM/V and I218LM Gigabit Ethernet Driver for Microsoft Windows
|
||||
|
||||
[US.Software Description]
|
||||
This package contains the driver installation package for the Intel I217LM/V and I218LM Gigabit Ethernet Controller in the supported notebook/laptop models and operating systems.
|
||||
|
||||
[General]
|
||||
PN=000000-000
|
||||
Version=12.15.23.7
|
||||
Revision=A
|
||||
Pass=1
|
||||
Type=Driver
|
||||
Category=Driver-Network
|
||||
TargetPartition=MFG DIAGS
|
||||
SystemMustBeRebooted=0
|
||||
VendorName=Intel
|
||||
VendorVersion=12.15.23.7
|
||||
|
||||
[SupportedLanguages]
|
||||
Languages=GLOBAL
|
||||
Countries=GBL
|
||||
|
||||
[ProfessionalInnovations]
|
||||
HPPI=NO
|
||||
LearnMore=
|
||||
|
||||
[DetailFileInformation]
|
||||
e1d6232.sys=<DRIVERS>\,0x000C,0x000F,0x0017,0x0007,W732EN
|
||||
e1d6232.sys=<DRIVERS>\,0x000C,0x000F,0x0017,0x0007,W732HB
|
||||
e1d6232.sys=<DRIVERS>\,0x000C,0x000F,0x0017,0x0007,W732HP
|
||||
e1d6232.sys=<DRIVERS>\,0x000C,0x000F,0x0017,0x0007,W732PR
|
||||
e1d6232.sys=<DRIVERS>\,0x000C,0x000F,0x0017,0x0007,W732SE
|
||||
e1d6232.sys=<DRIVERS>\,0x000C,0x000F,0x0017,0x0007,W732UL
|
||||
e1d62x64.sys=<DRIVERS>\,0x000C,0x000F,0x0017,0x0007,W764EN
|
||||
e1d62x64.sys=<DRIVERS>\,0x000C,0x000F,0x0017,0x0007,W764HB
|
||||
e1d62x64.sys=<DRIVERS>\,0x000C,0x000F,0x0017,0x0007,W764HP
|
||||
e1d62x64.sys=<DRIVERS>\,0x000C,0x000F,0x0017,0x0007,W764PR
|
||||
e1d62x64.sys=<DRIVERS>\,0x000C,0x000F,0x0017,0x0007,W764UL
|
||||
e1d6332.sys=<DRIVERS>\,0x000C,0x000F,0x0017,0x0007,W832
|
||||
e1d63x64.sys=<DRIVERS>\,0x000C,0x000F,0x0017,0x0007,W864
|
||||
e1d6432.sys=<DRIVERS>\,0x000C,0x000F,0x0017,0x0007,W8.132
|
||||
e1d64x64.sys=<DRIVERS>\,0x000C,0x000F,0x0017,0x0007,W8.164
|
||||
e1d6532.sys=<DRIVERS>\,0x000C,0x000F,0x0017,0x0007,WT32
|
||||
e1d65x64.sys=<DRIVERS>\,0x000C,0x000F,0x0017,0x0007,WT64
|
||||
|
||||
[Softpaq]
|
||||
SoftpaqNumber=sp79046
|
||||
SupersededSoftpaqNumber=SP77107
|
||||
SoftPaqMD5=0f7ae476714de519fd0de0efccbdf575
|
||||
|
||||
[Devices]
|
||||
PCI\VEN_8086&DEV_153A="Intel(R) Ethernet Connection I217-LM"
|
||||
PCI\VEN_8086&DEV_153B="Intel(R) Ethernet Connection I217-V"
|
||||
PCI\VEN_8086&DEV_155A="Intel(R) Ethernet Connection I218-LM"
|
||||
PCI\VEN_8086&DEV_15A2="Intel(R) Ethernet Connection (3) I218-LM"
|
||||
|
||||
[Devices_INFPath]
|
||||
W732_INFPath=Flat\Win7-32
|
||||
W764_INFPath=Flat\Win7-x64
|
||||
W832_INFPath=Flat\Win8-32
|
||||
W864_INFPath=Flat\Win8-x64
|
||||
W8.132_INFPath=Flat\WIN81-32
|
||||
W8.164_INFPath=Flat\WIN81-x64
|
||||
WT32_INFPath=Flat\Win10-32
|
||||
WT64_INFPath=Flat\Win10-x64
|
||||
|
||||
[System Information]
|
||||
SysId01=0x2255
|
||||
SysName01=HP ZBOOK 17 G2 MOBILE
|
||||
SysId02=0x22DA
|
||||
SysName02=HP ELITEBOOK FOLIO 9480M
|
||||
SysId03=0x2271
|
||||
SysName03=HP ELITEBOOK FOLIO 1020 G1,HP ELITEBOOK FOLIO 1020 G1 SPECIAL EDITION
|
||||
SysId04=0x2216
|
||||
SysName04=HP ELITEBOOK 750 G2,HP ELITEBOOK 850 G2,HP ZBOOK 14 G2 MOBILE
|
||||
SysId05=0x198F
|
||||
SysName05=HP ELITEBOOK 740 G1,HP ELITEBOOK 840 G1,HP ZBOOK 14 MOBILE,HP ELITEBOOK 750 G1,HP ELITEBOOK 850 G1
|
||||
SysId06=0x1993
|
||||
SysName06=HP PROBOOK 640 G1,HP PROBOOK 650 G1
|
||||
SysId07=0x1994
|
||||
SysName07=HP PROBOOK 640 G1
|
||||
SysId08=0x2101
|
||||
SysName08=HP PROBOOK 640 G1,HP PROBOOK 650 G1
|
||||
SysId09=0x2102
|
||||
SysName09=HP PROBOOK 640 G1
|
||||
SysId10=0x221B
|
||||
SysName10=HP Pro x2 612 G1 Power Keyboard,HP PRO X2 612 G1 WITH POWER KEYBOARD
|
||||
SysId11=0x1991
|
||||
SysName11=HP ELITEBOOK 720 G1,HP ELITEBOOK 820 G1
|
||||
SysId12=0x1992
|
||||
SysName12=HP PROBOOK 645 G1
|
||||
SysId13=0x2253
|
||||
SysName13=HP ZBOOK 15 G2 MOBILE
|
||||
SysId14=0x1909
|
||||
SysName14=HP ZBOOK 15 MOBILE
|
||||
|
||||
[Operating Systems]
|
||||
WT32=OEM
|
||||
WT64=OEM
|
||||
W732EN=OEM
|
||||
W764EN=OEM
|
||||
W732HB=OEM
|
||||
W764HB=OEM
|
||||
W732HP=OEM
|
||||
W764HP=OEM
|
||||
W732PR=OEM
|
||||
W764PR=OEM
|
||||
W732SE=OEM
|
||||
W732UL=OEM
|
||||
W764UL=OEM
|
||||
W832=OEM
|
||||
W864=OEM
|
||||
W8.132=OEM
|
||||
W8.164=OEM
|
||||
|
||||
[Install Execution]
|
||||
Install="setup.exe" /S /A /S
|
||||
SilentInstall="setup.exe" /S /A /S
|
||||
|
||||
[Private]
|
||||
Private_SSMCompliant=1
|
||||
DPB_Compliant=1
|
||||
Private_ReleaseType=Routine
|
||||
Private_ProductType = Notebooks
|
||||
|
||||
[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.
|
||||
|
||||
3. If a message box titled Program Compatibility Assistant is displayed after the installation is complete, click This program installed correctly.
|
||||
|
||||
4. After the installation is complete, restart the system.
|
||||
|
||||
NOTE: It is recommended to remove the previous driver before installing new driver.
|
||||
|
||||
[CVAToolDocumentStamp]
|
||||
Generated by Release CVA Tool Version 1.0 using Syntax Version 2.0 A1 on 5/3/2018 5:18:35 AM
|
||||
Copyright (c) 2017 HP Development Company, L.P.
|
||||
Binary file not shown.
@@ -0,0 +1,84 @@
|
||||
;******************************************************************************
|
||||
;** INTEL CONFIDENTIAL **
|
||||
;** **
|
||||
;** Copyright 2009-2017 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. **
|
||||
;******************************************************************************
|
||||
;
|
||||
;*******************************************************************************
|
||||
; e1d68x64.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]
|
||||
e1d68x64.sys,,,1
|
||||
|
||||
[CoInstaller.DelFiles]
|
||||
e1dmsg.dll,,,1
|
||||
NicCo36.dll,,,1
|
||||
NicCo4.dll,,,1
|
||||
NicInstD.dll,,,1
|
||||
|
||||
[UnInstall.DelFiles]
|
||||
Prounstl.exe,,,1
|
||||
e1d68x64.din,,,1
|
||||
|
||||
[8257x.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
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,118 @@
|
||||
[CVA File Information]
|
||||
CVATimeStamp=20190410T015546
|
||||
CVASyntaxVersion=2.1A9
|
||||
|
||||
[Software Title]
|
||||
US=Intel I219LM/V Gigabit Ethernet Driver
|
||||
|
||||
[US.Software Description]
|
||||
This package contains the driver installation package for the Intel I219LM/V Gigabit ethernet controller. This Intel-signed ethernet controller driver is provided for the supported notebook/laptop models that are running a supported operating system.
|
||||
|
||||
[General]
|
||||
PN=P00SF9-B2K
|
||||
Version=12.18.9.2
|
||||
Revision=A
|
||||
Pass=10
|
||||
Type=Driver
|
||||
Category=Driver - Network
|
||||
TargetPartition=
|
||||
SystemMustBeRebooted=0
|
||||
VendorName=Intel
|
||||
VendorVersion=12.18.9.2
|
||||
|
||||
[SupportedLanguages]
|
||||
Languages=GLOBAL
|
||||
Countries=GBL
|
||||
|
||||
[ProfessionalInnovations]
|
||||
HPPI=No
|
||||
LearnMore=
|
||||
|
||||
[Softpaq]
|
||||
SoftpaqNumber=
|
||||
SupersededSoftpaqNumber=
|
||||
SoftPaqMD5=
|
||||
|
||||
[DetailFileInformation]
|
||||
e1d68x64.sys=<DRIVERS>\,0x000c,0x0012,0x0009,0x0002,WT64
|
||||
|
||||
[Devices_INFPath]
|
||||
WT64_INFPath=src\INF
|
||||
|
||||
[Devices]
|
||||
PCI\VEN_8086&DEV_15BB&SUBSYS_847A103C="Intel(R) Ethernet Connection (7) I219-LM"
|
||||
PCI\VEN_8086&DEV_15BB&SUBSYS_847B103C="Intel(R) Ethernet Connection (7) I219-LM"
|
||||
PCI\VEN_8086&DEV_15BB&SUBSYS_847C103C="Intel(R) Ethernet Connection (7) I219-LM"
|
||||
PCI\VEN_8086&DEV_15BB&SUBSYS_848A103C="Intel(R) Ethernet Connection (7) I219-LM"
|
||||
PCI\VEN_8086&DEV_15BB&SUBSYS_848B103C="Intel(R) Ethernet Connection (7) I219-LM"
|
||||
|
||||
[System Information]
|
||||
SysId01=0x847B
|
||||
SysName01= 15v G5 Mobile Workstation,99 Mobile Workstation,HP ZBook 15v G5 Mobile Workstation,HP Zhan 99 Mobile Workstation G1
|
||||
|
||||
[Operating Systems]
|
||||
WT64=OEM
|
||||
|
||||
[ReturnCode]
|
||||
0:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
1641:SUCCESS:NOREBOOT=The installer has initiated a restart. This message is indicative of a success.
|
||||
1619:SUCCESS:NOREBOOT= The action completed successfully.
|
||||
14:SUCCESS:REBOOT= A restart is required to complete the install.
|
||||
1024:SUCCESS:REBOOT= A restart is required to complete the install.
|
||||
87:FAILURE:NOREBOOT=One of the parameters was invalid.
|
||||
1604:FAILURE:NOREBOOT=Installation suspended, incomplete.
|
||||
1612:FAILURE:NOREBOOT=The installation source for this product is not available.
|
||||
1613:FAILURE:NOREBOOT=This installation package cannot be installed by the Windows Installer service.
|
||||
1620:FAILURE:NOREBOOT=This installation package could not be opened.
|
||||
1621:FAILURE:NOREBOOT=There was an error starting the Windows Installer service user interface. Contact your support personnel.
|
||||
1623:FAILURE:NOREBOOT=This language of this installation package is not supported by your system.
|
||||
1624:FAILURE:NOREBOOT=There was an error applying transforms. Verify that the specified transform paths are valid.
|
||||
1631:FAILURE:NOREBOOT=The Windows Installer service failed to start. Contact your support personnel.
|
||||
1632:FAILURE:NOREBOOT=The Temp folder is either full or inaccessible. Verify that the Temp folder exists and that you can write to it.
|
||||
1634:CANCEL:NOREBOOT=Component is not used on this machine.
|
||||
1639:FAILURE:NOREBOOT=Invalid command line argument.
|
||||
-522190794:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
-522190759:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
-522190592:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
-522189566:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
-5012:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
-5006:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
-5001:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
-3:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
-2:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
1:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
2:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
3:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
5:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
7:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
10:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
13:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
99:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
255:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
259:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
1153:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
1158:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
1601:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
1602:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
1603:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
1618:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
1622:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
1633:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
1636:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
1638:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
3010:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
1073807364:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
1073807464:SUCCESS:NOREBOOT=The action completed successfully.
|
||||
|
||||
[Install Execution]
|
||||
Install="install.cmd"
|
||||
SilentInstall="install.cmd"
|
||||
|
||||
[Private]
|
||||
Private_SSMCompliant=1
|
||||
DPB_Compliant=1
|
||||
|
||||
[CVAToolDocumentStamp]
|
||||
Generate By CVA Tool V1.1.0.5; Spec V2.1 A9 on 4/10/2019 1:55:46 AM
|
||||
Copyright © 2019 HP Development Company, L.P.
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user