[version] Signature = "$Windows NT$" Class = NetTrans ClassGUID = {4d36e975-e325-11ce-bfc1-08002be10318} Provider = %Msft% DriverVer = 11/16/2004 0.00.001 [Manufacturer] %Msft%=MSFT [MSFT] %NETMNT_Desc%=Install, OSANETMNT ;------------------------------------------------------------------------- ; Installation Section ;------------------------------------------------------------------------- [Install] AddReg=Inst_Ndi Characteristics=0 ; Has no characterstic CopyFiles=CpyFiles_Sys ;------------------------------------------------------------------------- ; Ndi installation support ;------------------------------------------------------------------------- [Inst_Ndi] HKR,Ndi,Service,,"NETMNT" HKR,Ndi,HelpText,,%NETMNT_HelpText% HKR, Ndi\Interfaces, UpperRange,, noupper HKR,"Ndi\Interfaces","LowerRange",,"ndis5,ndis4" ;------------------------------------------------------------------------- ; Service installation support ;------------------------------------------------------------------------- [Install.Services] AddService=NETMNT,,NETMNT_Service_Inst [NETMNT_Service_Inst] DisplayName = %NETMNT_Desc% ServiceType = 1 ;SERVICE_KERNEL_DRIVER StartType = 3 ;SERVICE_AUTO_START ErrorControl = 1 ;SERVICE_ERROR_NORMAL ServiceBinary = %12%\NETMNT.sys LoadOrderGroup = "PNP_TDI" AddReg = AddReg_NETMNT_Service_Inst Description = %NETMNT_Desc% [AddReg_NETMNT_Service_Inst] HKLM,"System\CurrentControlSet\Services\NETMNT","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=NETMNT [Del_Static_Reg] HKLM,"System\CurrentControlSet\Services\NETMNT","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] NETMNT.sys,,,2 [Strings] Msft = "OSA" NETMNT_Desc = "Acer NetMonitor Protocol" NETMNT_HelpText = "Network flow monitor protocol. Provided by OSA Technologies" REG_DWORD = 0x10001