home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / CHIP_CD_2004-12.iso / software / panda / T2004TPpromoCPRusiaRU.exe / PAVDRV.INF < prev    next >
Windows Setup INFormation  |  2003-05-14  |  3KB  |  97 lines

  1. ;
  2. ; Installation file for the Panda Antivirus File System Filter.
  3. ;
  4. ; Copyright ⌐ 2003, Panda Software. All Rights Reserved.
  5. ;
  6.  
  7. [Version] 
  8.         Signature              = "$Windows NT$" 
  9.         Class                  = Antivirus
  10.         ClassGUID              = {b1d1a169-c54f-4379-81db-bee7d88d7454} 
  11.         Provider               = %PAV%
  12.         CatalogFile.ntx86      = pavdrv5x.cat
  13.         DriverVer              = 03/04/2003,5.1.2600.1005
  14.  
  15. [DestinationDirs]
  16.         DefaultDestDir         = 12
  17.         FSFilter_Files.x86     = 12
  18.  
  19.  
  20. ;;
  21. ;; x86 architecture macrosections
  22. ;;
  23.  
  24. [SourceDisksNames.x86]
  25.         1                      = %Disk_Description.x86%,,,\drivers
  26.  
  27. [SourceDisksFiles.x86]
  28.         pavdrv51.sys           = 1,i386
  29.  
  30. ;
  31. ; Default install sections
  32. ;
  33.  
  34. [DefaultInstall]
  35.         CopyFiles              = FSFilter_Files.x86
  36.  
  37. [DefaultInstall.Services]
  38.         AddService             = %FSFilter_Servicename%,,FSFilter_Service_Install_x86, FSFilter_EventLog_Install_x86
  39.  
  40. ;                
  41. ; Default uninstall sections
  42. ;                
  43.  
  44. [DefaultUninstall]
  45.         DelFiles               = FSFilter_Files.x86
  46.         DelReg                 = FSFilter_DelRegistry.x86
  47.  
  48. [DefaultUninstall.Services]
  49.         DelService             = %FSFilter_Servicename%,0x4      ; = SPSVCINST_DELETEEVENTLOGENTRY
  50.  
  51. ;
  52. ; Services Section
  53. ;
  54.  
  55. [FSFilter_Service_Install_x86] 
  56.         DisplayName            = %FSFilter_Servicename%
  57.         Description            = %FSFilter_Description.x86%
  58.         ServiceType            = 2                               ; = SERVICE_FILE_SYSTEM_DRIVER
  59.         StartType              = 2                               ; = SERVICE_AUTO_START
  60.         ErrorControl           = 1                               ; = SERVICE_ERROR_NORMAL
  61.         ServiceBinary          = %12%\pavdrv51.sys
  62.         LoadOrderGroup         = "FSFilter Anti-Virus"
  63.  
  64. ;
  65. ; EventLog Section
  66. ;
  67.  
  68. [FSFilter_EventLog_Install_x86] 
  69.         AddReg                 = FSFilter_EventLog_AddReg_x86
  70.  
  71. [FSFilter_EventLog_AddReg_x86] 
  72.         HKR,,EventMessageFile,0x20000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\pavdrv51.sys"
  73.         HKR,,TypesSupported,0x10001,7    
  74.  
  75. ;
  76. ; Registry Modifications
  77. ;
  78.  
  79. [FSFilter_DelRegistry.x86]
  80.         HKLM,System\CurrentControlSet\Services\EventLog\System,%FSFilter_ServiceName%
  81.  
  82. ;
  83. ; Copy Files
  84. ;
  85.  
  86. [FSFilter_Files.x86]
  87.         pavdrv51.sys,,0x2                      ; = COPYFLG_NOSKIP
  88.  
  89. ;
  90. ; String Section
  91. ;
  92.  
  93. [Strings] 
  94.         PAV                       = "Panda Software"
  95.         FSFilter_Servicename      = "pavdrv"
  96.         FSFilter_Description.x86  = "Panda Antivirus Filter Driver for x86"        
  97.         Disk_Description.x86      = "Panda Antivirus Installation Media for x86"