nmpacket.inf Driver File Contents (wlanlgappwinmcuk.exe)

;-------------------------------------------------------------------------
; NmPACKET.INF -- DriverNetworks Sample Protocol Driver
;
; Copyright (c) 2001 Compuware NuMega Lab
;-------------------------------------------------------------------------
[version]
Signature   = "$Windows NT$"
Class       = NetTrans
ClassGUID   = {4d36e975-e325-11ce-bfc1-08002be10318}
Provider    = %JMP%
DriverVer   = 02/01/2001,1.00.0000

[Manufacturer]
%JMP%=NUMEGA

[NUMEGA]
%PACKET_Desc%=Install, NM_PACKET

;-------------------------------------------------------------------------
; Installation Section
;-------------------------------------------------------------------------
[Install]
AddReg=Inst_Ndi
Characteristics=0 ; Has no characterstic
CopyFiles=CpyFiles_Sys

;-------------------------------------------------------------------------
; Ndi installation support. Note with use Packet, not NmPacket name
; for compatibility with the DDK sample app.
;-------------------------------------------------------------------------
[Inst_Ndi]
HKR,Ndi,Service,,"Packet"
HKR,Ndi,HelpText,,%PACKET_HelpText%
HKR, Ndi\Interfaces, UpperRange,, noupper
HKR,"Ndi\Interfaces","LowerRange",,"ndis5,ndis4"

;-------------------------------------------------------------------------
; Service installation support
;-------------------------------------------------------------------------
[Install.Services]
AddService=Packet,,PACKET_Service_Inst

[Packet_Service_Inst]
DisplayName     = %PACKET_Desc%
ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
StartType       = 2 ;SERVICE_AUTO_START
ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
ServiceBinary   = %12%\NmPacket.sys
LoadOrderGroup  = "PNP_TDI"
AddReg          = AddReg_PACKET_Service_Inst
Description     = %PACKET_Desc%

[AddReg_PACKET_Service_Inst]
;HKLM,"System\CurrentControlSet\Services\Packet","TextModeFlags",%REG_DWORD%,0x0001
;HKR,"Parameters","Test",,"Hello"

;-------------------------------------------------------------------------
; Support for removal of static registry settings
;-------------------------------------------------------------------------
[Install.Remove]
DelReg=Del_Static_Reg

[Install.Remove.Services]
DelService=Packet

[Del_Static_Reg]
;HKLM,"System\CurrentControlSet\Services\Packet","TextModeFlags"

;-------------------------------------------------------------------------
; Declare Destination Directories for file copy/deletion
;-------------------------------------------------------------------------
[DestinationDirs]
CpyFiles_Sys    = 12    ; DIRID_DRIVERS


;-------------------------------------------------------------------------
; Files to Copy/Delete - Referenced by Install and Remove sections above
;-------------------------------------------------------------------------
[CpyFiles_Sys]
NmPacket.sys,,,2

[Strings]
NuMega = "JMP System"
PACKET_Desc = "JMP Packet Driver"
PACKET_HelpText = "NDIS 5 Protocol Driver with Device i/o upper edge interface"
REG_DWORD = 0x10001



Download Driver Pack

How To Update Drivers Manually

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.

server: ftp, load: 1.54