0byt3m1n1
Path:
C:
/
Program Files
/
Seqrite
/
Seqrite
/
[
Home
]
File: EMLSSX.INF
;---------------------------------------------------------------------- ; Copyright (c) Quick Heal Technologies (P) Ltd.. All rights reserved ; ; Abstract: ; email proxy driver install configuration. ;---------------------------------------------------------------------- ;---------------------------------------------------------------------- ; Mandetory sections ;---------------------------------------------------------------------- [Version] signature = "$Windows NT$" Provider = %Company% CatalogFile = emlssx.cat Class = ClassGuid = DriverPackageType = KernelService DriverVer = 07/04/2013,1.0.0.0 [DestinationDirs] DefaultDestDir = 12 emlssx.DriverFiles = 12;%windir%\system32\drivers [SourceDisksNames] 1=%Disk_Description%,,, [SourceDisksFiles] emlssx.sys = 1 ;---------------------------------------------------------------------- ; Default install sections ;---------------------------------------------------------------------- [DefaultInstall] OptionDesc = %emlssxServiceDesc% CopyFiles = emlssx.DriverFiles [DefaultInstall.Services] AddService = %emlssxServiceName%,,emlssx.Service ;---------------------------------------------------------------------- ; Default uninstall sections ;---------------------------------------------------------------------- [DefaultUninstall] DelFiles = emlssx.DriverFiles [DefaultUninstall.Services] DelService = emlssx,0x200;Flags note to stop service first ;---------------------------------------------------------------------- ; Services Section ;---------------------------------------------------------------------- [emlssx.Service] DisplayName = %emlssxServiceName% Description = %emlssxServiceDesc% ServiceBinary = %12%\emlssx.sys;%windir%\system32\drivers\emlssx.sys ServiceType = 1;SERVICE_KERNEL_DRIVER StartType = 2;SERVICE_AUTO_START ErrorControl = 1;SERVICE_ERROR_NORMAL ;---------------------------------------------------------------------- ; Copy Files ;---------------------------------------------------------------------- [emlssx.DriverFiles] emlssx.sys,,,0x00000040;COPYFLG_OVERWRITE_OLDER_ONLY ;---------------------------------------------------------------------- ; String Section ;---------------------------------------------------------------------- [Strings] Company = "Quick Heal Technologies" Disk_Description = "Quick Heal Technologies" emlssxServiceDesc = "Email Protection" emlssxServiceName = "emlssx" emlssxRegistry = "system\currentcontrolset\services\emlssx"