; ; Installation file for the Panda Antivirus File System Filter. ; ; Copyright © 2003, Panda Software. All Rights Reserved. ; [Version] Signature = "$Windows NT$" Class = Antivirus ClassGUID = {b1d1a169-c54f-4379-81db-bee7d88d7454} Provider = %PAV% CatalogFile.ntx86 = pavdrv5x.cat DriverVer = 10/11/2004,5.1.2600.1010 [DestinationDirs] DefaultDestDir = 12 FSFilter_Files.x86 = 12 ;; ;; x86 architecture macrosections ;; [SourceDisksNames.x86] 1 = %Disk_Description.x86%,,,\drivers [SourceDisksFiles.x86] pavdrv51.sys = 1,i386 ; ; Default install sections ; [DefaultInstall] CopyFiles = FSFilter_Files.x86 [DefaultInstall.Services] AddService = %FSFilter_Servicename%,,FSFilter_Service_Install_x86, FSFilter_EventLog_Install_x86 ; ; Default uninstall sections ; [DefaultUninstall] DelFiles = FSFilter_Files.x86 DelReg = FSFilter_DelRegistry.x86 [DefaultUninstall.Services] DelService = %FSFilter_Servicename%,0x4 ; = SPSVCINST_DELETEEVENTLOGENTRY ; ; Services Section ; [FSFilter_Service_Install_x86] DisplayName = %FSFilter_Servicename% Description = %FSFilter_Description.x86% ServiceType = 2 ; = SERVICE_FILE_SYSTEM_DRIVER StartType = 2 ; = SERVICE_AUTO_START ErrorControl = 1 ; = SERVICE_ERROR_NORMAL ServiceBinary = %12%\pavdrv51.sys LoadOrderGroup = "FSFilter Anti-Virus" ; ; EventLog Section ; [FSFilter_EventLog_Install_x86] AddReg = FSFilter_EventLog_AddReg_x86 [FSFilter_EventLog_AddReg_x86] HKR,,EventMessageFile,0x20000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\pavdrv51.sys" HKR,,TypesSupported,0x10001,7 ; ; Registry Modifications ; [FSFilter_DelRegistry.x86] HKLM,System\CurrentControlSet\Services\EventLog\System,%FSFilter_ServiceName% ; ; Copy Files ; [FSFilter_Files.x86] pavdrv51.sys,,0x2 ; = COPYFLG_NOSKIP ; ; String Section ; [Strings] PAV = "Panda Software" FSFilter_Servicename = "pavdrv" FSFilter_Description.x86 = "Panda Antivirus Filter Driver for x86" Disk_Description.x86 = "Panda Antivirus Installation Media for x86"