; ; WSKTest.inf ; [Version] Signature = "$WINDOWS NT$" Class = NetService ClassGuid = {4D36E974-E325-11CE-BFC1-08002BE10318} Provider = %WSKTest% CatalogFile = WSKTest.cat DriverVer = [DestinationDirs] DefaultDestDir = 12 WSKTest.DriverFiles = 12 [SourceDisksNames] 1 = %DiskName%,,,"" [SourceDisksFiles] wsktest.sys = 1,, [DefaultInstall] OptionDesc = %WSKTestServiceDesc% CopyFiles = WSKTest.DriverFiles [DefaultInstall.Services] AddService = %WSKTestServiceName%,,WSKTest.Service [DefaultUninstall] DelFiles = WSKTest.DriverFiles [DefaultUninstall.Services] DelService = %WSKTestServiceName%,0x200 ; SPSVCINST_STOPSERVICE [WSKTest.DriverFiles] wsktest.sys,,,0x00000040 ; COPYFLG_OVERWRITE_OLDER_ONLY [WSKTest.Service] DisplayName = %WSKTestServiceName% Description = %WSKTestServiceDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\wsktest.sys ; %WinDir%\System32\Drivers\lbtest.sys [Strings] WSKTest = "Nmap org." WSKTestServiceDesc = "NPcap Winsock Kernel Driver" WSKTestServiceName = "WSKTest" DiskName = "WSKTest Source Disk"