0byt3m1n1
Path:
C:
/
Program Files
/
Seqrite
/
Seqrite
/
[
Home
]
File: KBFLTR.INF
;-------------------------------------------------------------------- ; kbfltr.inf ; ; Installation inf for the Device that needs filtering adapter. ; ; (c) Copyright 1999 Microsoft ;-------------------------------------------------------------------- [Version] Signature="$Windows NT$" Provider=%qh% ClassGUID={4D36E96B-E325-11CE-BFC1-08002BE10318} Class=Keyboard ; Uncomment the following line when you have a valid catalog file. ; If you use bogus catalog file installation will fail. ; Ignore the error from chkinf. ;CatalogFile=Kbfltr.cat DriverVer=08/21/2015, 1.0.0.0 ;-------------------------------------------------------------------- ; wdf information ;-------------------------------------------------------------------- [nonpnp.NT.Wdf] KmdfService = kbfltr, nonpnp_Service_kmdfInst [nonpnp_Service_kmdfInst] KmdfLibraryVersion = 1.7 ;-------------------------------------------------------------------- ; Source file information ;-------------------------------------------------------------------- [SourceDisksFiles] kbfltr.sys = 1,, [SourceDisksNames] 1 = %DiskId1%,,, [DestinationDirs] DefaultDestDir = 12;%windir%\system32\drivers kbfltr.DriverFiles = 12;%windir%\system32\drivers ;-------------------------------------------------------------------- ; Default install sections ;-------------------------------------------------------------------- [DefaultInstall] CopyFiles = kbfltr.DriverFiles [DefaultInstall.Services] AddService = kbfltr,,kbfltr.Service ;-------------------------------------------------------------------- ; Default uninstall sections ;-------------------------------------------------------------------- [DefaultUninstall] DelFiles = kbfltr.DriverFiles [DefaultUninstall.Services] DelService = kbfltr,0x200; Flags note to stop service first ;-------------------------------------------------------------------- ; Copy Files ;-------------------------------------------------------------------- [kbfltr.DriverFiles] kbfltr.sys,,,0x00000040; COPYFLG_OVERWRITE_OLDER_ONLY ;-------------------------------------------------------------------- ; Services Section ;-------------------------------------------------------------------- [kbfltr.Service] DisplayName = %kbfltr.SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 0 ; SERVICE_ERROR_IGNORE LoadOrderGroup = "Keyboard Port" ServiceBinary = %12%\kbfltr.sys ;-------------------------------------------------------------------- ; String Section ;-------------------------------------------------------------------- [Strings] DiskId1 = "Quick Heal Technologies. Installation Disk" kbfltr.SvcDesc = "QH Keyboard Filter" qh = "Quick Heal"