home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / akce / Panda / IS2007.exe / Drivers / amfsm.inf next >
Windows Setup INFormation  |  2007-02-07  |  4KB  |  123 lines

  1. ;
  2. ;  Installation file for Panda Anti-Virus Filesystem Minifilter.
  3. ;
  4. ;  Copyright ⌐ 2006, Panda Software. All Rights Reserved.
  5. ;
  6.  
  7. [Version]
  8.         Signature              = "$Windows NT$"
  9.         Class                  = "FSFilter Anti-Virus"
  10.         ClassGUID              = {b1d1a169-c54f-4379-81db-bee7d88d7454}
  11.         Provider               = %Psi%
  12.         CatalogFile            = amfsmx64.cat
  13.         DriverVer              = 11/28/2006,5.2.3790.0008
  14.  
  15. [DestinationDirs]
  16.         DefaultDestDir         = 12
  17.         FSFilterFiles          = 12    
  18.  
  19.  
  20. ;;
  21. ;;  x64 architecture macrosections
  22. ;;
  23.  
  24. [SourceDisksNames]
  25.         1                      = %DiskDescription%
  26.  
  27. [SourceDisksFiles]
  28.         amfsm.sys              = 1,x64
  29.  
  30.  
  31. ;
  32. ; Default install sections
  33. ;
  34.  
  35. [DefaultInstall]
  36.         CopyFiles              = FSFilterFiles
  37.  
  38. [DefaultInstall.Services]
  39.         AddService             = %FSFilterServiceName%,,FSFilterServiceInstall,FSFilterEventLogInstall,,%FSFilterEventName%
  40.  
  41.  
  42. ;                
  43. ; Default uninstall sections
  44. ;                
  45.  
  46. [DefaultUninstall]
  47.         DelFiles               = FSFilterFiles
  48.  
  49. [DefaultUninstall.Services]
  50.         DelService             = %FSFilterServiceName%,0x204      ; = SPSVCINST_DELETEEVENTLOGENTRY|STOPSERVICE
  51.  
  52.  
  53. ;
  54. ; Services Section
  55. ;
  56.  
  57. [FSFilterServiceInstall] 
  58.         DisplayName            = %FSFilterServiceName%
  59.         Description            = %FSFilterDescription%
  60.         Dependencies           = %FilterManagerServiceName%
  61.         ServiceBinary          = %12%\amfsm.sys
  62.         ServiceType            = 2                               ; = SERVICE_FILE_SYSTEM_DRIVER
  63.         StartType              = 2                               ; = SERVICE_AUTO_START
  64.         ErrorControl           = 1                               ; = SERVICE_ERROR_NORMAL
  65.         LoadOrderGroup         = "FSFilter Anti-Virus"
  66.         AddReg                 = FSFilterAddRegistry
  67.  
  68.  
  69. ;
  70. ; Registry Modifications
  71. ;
  72.  
  73. [FSFilterAddRegistry]
  74.         HKR,%RegInstancesSubkeyName%,%RegDefaultInstanceValueName%,0x00000000,%DefaultInstance%
  75.         HKR,%RegInstancesSubkeyName%"\"%Instance1.Name%,%RegAltitudeValueName%,0x00000000,%Instance1.Altitude%
  76.         HKR,%RegInstancesSubkeyName%"\"%Instance1.Name%,%RegFlagsValueName%,0x00010001,%Instance1.Flags%
  77.  
  78.         
  79. ;
  80. ; EventLog Section
  81. ;
  82.  
  83. [FSFilterEventLogInstall] 
  84.         AddReg                 = FSFilterEventLogAddReg
  85.  
  86. [FSFilterEventLogAddReg]
  87.         HKR,,EventMessageFile,0x20000,"%%SystemRoot%%\System32\drivers\amfsm.sys"
  88.         HKR,,TypesSupported,0x10001,7    
  89.  
  90.  
  91. ;
  92. ; Copy Files
  93. ;
  94.  
  95. [FSFilterFiles]
  96.         amfsm.sys
  97.  
  98.  
  99. ;
  100. ; String Section
  101. ;
  102.  
  103. [Strings]
  104.         Psi                         = "Panda Software International"
  105.         DiskDescription             = "Panda Anti-Virus Installation Media"
  106.         FSFilterDescription         = "Panda Anti-Virus Filesystem Minifilter"
  107.         FSFilterServiceName         = "AmFSM"
  108.         FSFilterEventName           = "Anti-Malware FSM"
  109.         FilterManagerServiceName    = "Fltmgr"
  110.         RegInstancesSubkeyName      = "Instances"
  111.         RegDefaultInstanceValueName = "DefaultInstance"
  112.         RegAltitudeValueName        = "Altitude"
  113.         RegFlagsValueName           = "Flags"
  114.  
  115.  
  116. ;
  117. ; Instance specific information.
  118. ;
  119.  
  120. DefaultInstance          = "Anti-Malware On-Access Protection"
  121. Instance1.Name           = "Anti-Malware On-Access Protection"
  122. Instance1.Altitude       = "327600"
  123. Instance1.Flags          = 0x0