;------------------------------------------------------------------------- ; NDISPROT.INF -- Sample NDIS Protocol Driver ; ; Copyright (c) 2003, Microsoft Corporation ;------------------------------------------------------------------------- [version] Signature = "$Windows NT$" Class = NetTrans ClassGUID = {4d36e975-e325-11ce-bfc1-08002be10318} Provider = %Msft% DriverVer =02/06/2007,6.0.5019.0 CatalogFile.NT = RtNdPt60.cat [Manufacturer] %Msft%=MSFT,NTx86,NTamd64 [MSFT.NTx86] %NDISPROT_Desc%=Install, RTK_RtNdPt60 [MSFT.NTamd64] %NDISPROT_Desc%=Install, RTK_RtNdPt60 ;------------------------------------------------------------------------- ; Installation Section ;------------------------------------------------------------------------- [Install] AddReg=Inst_Ndi Characteristics=0x0 ; CopyFiles=CpyFiles_Sys ;------------------------------------------------------------------------- ; Ndi installation support ;------------------------------------------------------------------------- [Inst_Ndi] HKR,Ndi,Service,,"RtNdPt60" HKR,Ndi,HelpText,,%NDISPROT_HelpText% HKR,Ndi\Interfaces, UpperRange,, noupper HKR,"Ndi\Interfaces","LowerRange",,"ndis5,ndis4,ndis5_prot" ;------------------------------------------------------------------------- ; Service installation support ;------------------------------------------------------------------------- [Install.Services] AddService=RtNdPt60,,RtNdPt60_Service_Inst [RtNdPt60_Service_Inst] DisplayName = %NDISPROT_Desc% ServiceType = 1 ;SERVICE_KERNEL_DRIVER StartType = 2 ;SERVICE_AUTO_START ErrorControl = 1 ;SERVICE_ERROR_NORMAL ServiceBinary = %12%\RtNdPt60.sys LoadOrderGroup = NDIS Description = %NDISPROT_Desc% [Install.Remove.Services] DelService=RtNdPt60,0x200 ;------------------------------------------------------------------------- ; Declare Destination Directories for file copy/deletion ;------------------------------------------------------------------------- [SourceDisksNames] 1=%DiskDescription%,"",, [SourceDisksFiles] RtNdPt60.sys=1 [DestinationDirs] CpyFiles_Sys = 12 ; DIRID_DRIVERS ;------------------------------------------------------------------------- ; Files to Copy/Delete - Referenced by Install and Remove sections above ;------------------------------------------------------------------------- [CpyFiles_Sys] RtNdPt60.sys,,,2 [Strings] Msft = "Realtek" DiskDescription = "Realtek Ndisprot Protocol Driver Disk" NDISPROT_Desc = "Realtek NDIS Protocol Driver" NDISPROT_HelpText = "A driver to support user-mode I/O on NDIS devices"Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.