;------------------------------------------------------------------------- ; LLTDIO.INF -- Network Topology Mapper Protocol Driver for NDIS 6 ; ; Copyright (c) Microsoft Corporation. All rights reserved. ;------------------------------------------------------------------------- [Version] Signature = "$Windows NT$" Class = NetTrans ClassGUID = {4d36e975-e325-11ce-bfc1-08002be10318} Provider = %Msft% DriverVer=06/21/2006,10.0.14393.0 [Manufacturer] %Msft%=Msft,NTamd64 [Msft.NTamd64] %DisplayName%=Install,MS_LLTDIO ;------------------------------------------------------------------------- ; Installation section ;------------------------------------------------------------------------- [Install] AddReg=Install.Ndi Characteristics=0 ;------------------------------------------------------------------------- ; Ndi installation support ;------------------------------------------------------------------------- [Install.Ndi] HKR,Ndi,Service,0,"lltdio" HKR,Ndi,HelpText,0,"@%%SystemRoot%%\system32\lltdres.dll,-4" HKR,Ndi\Interfaces,UpperRange,0,"noupper" HKR,Ndi\Interfaces,LowerRange,0,"ndis5" ;------------------------------------------------------------------------- ; Resources ;------------------------------------------------------------------------- [Strings] ;Localizable Msft="Microsoft" DisplayName="Link-Layer Topology Discovery Mapper I/O Driver"