Server IP : 180.180.241.3 / Your IP : 216.73.216.252 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 Boot-time Cleanup Driver ;;; ;;; ;;; Copyright (c) 2008-2016, Sophos Limited. All rights reserved. ;;; [Version] signature = "$Windows NT$" Class = "AntiVirus" ClassGuid = {b1d1a169-c54f-4379-81db-bee7d88d7454} Provider = %Sophos% DriverVer=09/28/2016,1.1.1.0 CatalogFile = SophosBootDriver.cat [DestinationDirs] DefaultDestDir = 12 SophosBoot.DriverFiles = 12 ;%systemroot%\system32\drivers ;; ;; Default install sections ;; [DefaultInstall] OptionDesc = %DriverDesc% CopyFiles = SophosBoot.DriverFiles [SourceDisksNames] 1 = %Disk1% [SourceDisksFiles] SophosBootDriver.sys = 1 [DefaultInstall.Services] ; 0x10 => don't clobber start type if already installed. AddService = %DriverName%,0x10,SophosBootDriver.ServiceInstall ;; ;; Default uninstall sections ;; [DefaultUninstall] DelFiles = SophosBoot.DriverFiles [DefaultUninstall.Services] DelService = %DriverName% ;; ;; Services Section ;; [SophosBootDriver.ServiceInstall] DisplayName = %DriverName% Description = %DriverDesc% ServiceBinary = %12%\SophosBootDriver.sys ServiceType = 1 ;SERVICE_KERNEL_DRIVER StartType = 3 ;SERVICE_DEMAND_START ErrorControl = 0 ;SERVICE_ERROR_IGNORE LoadOrderGroup = "FSFilter Anti-Virus" ; ; Needed for Vista ?? ; Security = "D:P(A;;GA;;;SY)(A;;GA;;;BA)(A;;GR;;;IU)(A;;GR;;;SU)" ; Local System, Administrators: Full; Interactive and Service users: Gen.Read ;; ;; Copy Files ;; [SophosBoot.DriverFiles] SophosBootDriver.sys ;; ;; String Section ;; [Strings] Sophos = "Sophos Limited" DriverName = "SophosBootDriver" DriverDesc = "Sophos Boot Driver" Disk1 = "Sophos Source Media"