;------------------------------------------------------------------------- ; RSPNDR.INF -- Network Topology Responder Protocol Driver for NDIS 6 ; ; Copyright (c) Microsoft Corporation. All rights reserved. ;------------------------------------------------------------------------- ;;++-- AddSDisk.cmd said no CopyFiles [Version] Signature = "$Windows NT$" Class = NetTrans ClassGUID = {4d36e975-e325-11ce-bfc1-08002be10318} Provider = %Msft% LayoutFile = layout.inf DriverVer=07/01/2001,5.1.2600.3029 [Manufacturer] %Msft%=Msft [Msft] %DisplayName%=Install,MS_RSPNDR ;------------------------------------------------------------------------- ; Installation section ;------------------------------------------------------------------------- [Install] AddReg=Install.Ndi Characteristics=0 ;------------------------------------------------------------------------- ; Ndi installation support ;------------------------------------------------------------------------- [Install.Ndi] HKR,Ndi,Service,0,"rspndr" HKR,Ndi,HelpText,0,%HelpText% HKR,Ndi\Interfaces,UpperRange,0,"noupper" HKR,Ndi\Interfaces,LowerRange,0,"ndis5" ;------------------------------------------------------------------------- ; Service installation support ;------------------------------------------------------------------------- [Install.Services] AddService=rspndr,,Install.AddService,NetEventLog [Install.Remove.Services] DelService=rspndr,0x200 [Install.AddService] DisplayName = %DisplayName% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 2 ; SERVICE_AUTO_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\rspndr.sys LoadOrderGroup = NDIS Description = %HelpText% ;------------------------------------------------------------------------- ; Event Log support ;------------------------------------------------------------------------- [NetEventLog] AddReg=NetEventLog.AddReg [NetEventLog.AddReg] HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\netevent.dll" HKR,,TypesSupported,0x00010001,7 [Strings] Msft="Microsoft" DisplayName="Link-Layer Topology Discovery Responder" HelpText="Allows this PC to be discovered and located on the network."