0byt3m1n1
Path:
C:
/
Program Files
/
Seqrite
/
Seqrite
/
[
Home
]
File: ATKLDRVR.INF
;;; ;;; QuickHeal Anti Keylogger Driver ;;; ;;; ;;; Copyright (c) 2013-2014, Quick Heal Technologies (P) Ltd ;;; ;;; ;;; [Version] Signature = "$Windows NT$" Provider = Quick Heal Technologies (P) Ltd. DriverVer = 01/12/2018,1.0.4.2 CatalogFile = atkldrvr.cat [DestinationDirs] DefaultDestDir = 12 atkldrvr.DriverFiles = 12 ;%windir%\system32\drivers ;; ;; Default install sections ;; [DefaultInstall] OptionDesc = %ServiceDescription% CopyFiles = atkldrvr.DriverFiles [DefaultInstall.Services] AddService = %ServiceName%,,atkldrvr.Service ; ; Services Section ; [atkldrvr.Service] DisplayName = %ServiceName% Description = %ServiceDescription% ServiceBinary = %12%\%DriverName%.sys ;%windir%\system32\drivers\ ServiceType = 2 ;SERVICE_FILE_SYSTEM_DRIVER StartType = 3 ;SERVICE_SYSTEM_START ErrorControl = 1 ;SERVICE_ERROR_NORMAL ;; ;; Default uninstall sections ;; [DefaultUninstall] DelFiles = atkldrvr.DriverFiles [DefaultUninstall.Services] DelService = atkldrvr,0x200 ;Ensure service is stopped before deleting ; ; Copy Files ; [atkldrvr.DriverFiles] %DriverName%.sys [SourceDisksFiles] atkldrvr.sys = 1,, [SourceDisksNames] 1 = %DiskId1%,,, ;; ;; String Section ;; [Strings] ServiceDescription = "QuickHeal Anti Keylogger Driver" ServiceName = "atkldrvr" DriverName = "atkldrvr" DiskId1 = "atkldrvr Device Installation Disk"