| Server IP : 180.180.241.3 / Your IP : 216.73.216.216 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /ProgramData/Sophos/AutoUpdate/data/warehouse/ |
Upload File : |
;
; Sophos Device Control filter driver
;
;
; Copyright (c) 2011-2013, Sophos Limited
;
[Version]
signature = "$Windows NT$"
Class = CDROM
ClassGuid = {4D36E965-E325-11CE-BFC1-08002BE10318}
Provider = %Sophos%
DriverVer = 06/07/2013,1.2.0.0
CatalogFile = Sdcfilter.cat
;
; Where to install the driver
;
[DestinationDirs]
; 10,\system32\drivers or 11,\drivers or 12
DefaultDestDir = 12 ;%windir%\system32\drivers
SDCFilter.DriverFiles = 12 ;%windir%\system32\drivers
SDCCoInstaller.Files = 11 ;%windir%\system32
;
; Sources
;
[SourceDisksNames]
; diskid = description[, [tagfile] [, <unused>, subdir] [, flags]]
1 = %SourceDisk%,,,,
[SourceDisksFiles]
; filename_on_source = diskID[, [subdir][, size]]
sdcfilter.sys = 1,,
sdccoinstaller.dll = 1,,
;----------------------------------------
; Installation section
;----------------------------------------
;
; Default install sections
;
[DefaultInstall]
OptionDesc = %ServiceDesc%
CopyFiles = SDCFilter.DriverFiles, SDCCoInstaller.Files
[DefaultInstall.Services]
AddService = %ServiceName%,,SDCFilter.Service
;
; Default uninstall sections
;
[DefaultUninstall]
DelFiles = SDCFilter.DriverFiles, SDCCoInstaller.Files
[DefaultUninstall.Services]
DelService = %ServiceName%
[SDCFilter.DriverFiles]
sdcfilter.sys
[SDCCoInstaller.Files]
sdccoinstaller.dll
;
; Services Section
;
[SDCFilter.Service]
DisplayName = %ServiceName%
Description = %ServiceDesc%
ServiceBinary = %12%\sdcfilter.sys ;%windir%\system32\drivers\
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
;
; String Section
;
[Strings]
Sophos = "Sophos Limited"
ServiceDesc = "Sophos CD-Rom Class filter driver"
ServiceName = "sdcfilter"
SourceDisk = "Sophos Source Medium"
FLTLower = "LowerFilters"
;
; Useful constants
;
SERVICE_KERNEL_DRIVER = 1
SERVICE_FILE_SYSTEM_DRIVER = 2
SERVICE_BOOT_START = 0
SERVICE_SYSTEM_START = 1
SERVICE_AUTO_START = 2
SERVICE_DEMAND_START = 3
SERVICE_DISABLED = 4
SERVICE_ERROR_IGNORE = 0 ;(Log the error and continue system startup.)
SERVICE_ERROR_NORMAL = 1 ;(Log the error, display a message to the user, and continue system startup)
SERVICE_ERROR_SEVERE = 2 ;(Switch to the registry's LastKnownGood control set and continue system startup.)
SERVICE_ERROR_CRITICAL = 3 ;As above then If startup still fails, run a bug-check routine
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001