home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / akce / Panda / IS2007.exe / Drivers / amm8660.inf < prev    next >
Windows Setup INFormation  |  2007-03-07  |  3KB  |  124 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               = "Antivirus"
  10.     ClassGUID           = {b1d1a169-c54f-4379-81db-bee7d88d7454}
  11.     Provider           = %Psi%
  12.     CatalogFile.NTx86  = amfsmx86.cat
  13.     DriverVer           = 11/28/2006,6.0.5600.8
  14.  
  15. [DestinationDirs]
  16.     DefaultDestDir               = 12
  17.     FSFilterFiles.ntx86    = 12    
  18.  
  19.  
  20. [SourceDisksNames]
  21.     1            = %DiskDescription%
  22.  
  23. [SourceDisksFiles.x86]
  24.     amm8660.sys        = 1,x86
  25.  
  26.  
  27. ;
  28. ; Default install sections
  29. ;
  30.  
  31. [DefaultInstall]
  32.     CopyFiles        = FSFilterFiles.ntx86
  33.  
  34. [DefaultInstall.Services]
  35.     AddService        = %FSFilterServiceName%,,FSFilterServiceInstall.ntx86,FSFilterEventLogInstall.ntx86,,%FSFilterEventName%
  36.  
  37.  
  38. ;         
  39. ; Default uninstall sections
  40. ;         
  41.  
  42. [DefaultUninstall]
  43.     DelFiles        = FSFilterFiles.ntx86
  44.  
  45. [DefaultUninstall.Services]
  46.     DelService        = %FSFilterServiceName%,0x204      ; = SPSVCINST_DELETEEVENTLOGENTRY|STOPSERVICE
  47.  
  48. ;
  49. ; Services Section
  50. ;
  51.  
  52. [FSFilterServiceInstall.ntx86] 
  53.     DisplayName        = %FSFilterServiceName%
  54.     Description        = %FSFilterDescription%
  55.     Dependencies        = %FilterManagerServiceName%
  56.     ServiceBinary        = %12%\%binx86%
  57.     ServiceType        = 2                 ; = SERVICE_FILE_SYSTEM_DRIVER
  58.     StartType        = 2                 ; = SERVICE_AUTO_START
  59.     ErrorControl        = 1                 ; = SERVICE_ERROR_NORMAL
  60.     LoadOrderGroup        = "FSFilter Anti-Virus"
  61.     AddReg            = FSFilterAddRegistry
  62.  
  63.  
  64. ;
  65. ; Registry Modifications
  66. ;
  67.  
  68. [FSFilterAddRegistry]
  69.     HKR,%RegInstancesSubkeyName%,%RegDefaultInstanceValueName%,0x00000000,%DefaultInstance%
  70.     HKR,%RegInstancesSubkeyName%"\"%Instance1.Name%,%RegAltitudeValueName%,0x00000000,%Instance1.Altitude%
  71.     HKR,%RegInstancesSubkeyName%"\"%Instance1.Name%,%RegFlagsValueName%,0x00010001,%Instance1.Flags%
  72.  
  73.     
  74. ;
  75. ; EventLog Section
  76. ;
  77.  
  78. [FSFilterEventLogInstall.ntx86]
  79.     AddReg            = FSFilterEventLogAddReg.ntx86
  80.  
  81. [FSFilterEventLogAddReg.ntx86]
  82.     HKR,,EventMessageFile,0x20000,"%%SystemRoot%%\System32\drivers\"%binx86%
  83.     HKR,,TypesSupported,0x10001,7     
  84.  
  85. ;
  86. ; Copy Files
  87. ;
  88.  
  89. [FSFilterFiles.ntx86]
  90.     %binx86%
  91.  
  92. ;
  93. ; String Section
  94. ;
  95.  
  96. [Strings]
  97.     Psi                = "Panda Software International"
  98.     DiskDescription         = "Panda Anti-Virus Installation Media"
  99.     FSFilterDescription        = "Panda Anti-Virus Filesystem Minifilter"
  100.     FSFilterServiceName        = "AmFSM"
  101.     FSFilterEventName        = "Anti-Malware FSM"
  102.     FilterManagerServiceName    = "Fltmgr"
  103.     RegInstancesSubkeyName        = "Instances"
  104.     RegDefaultInstanceValueName    = "DefaultInstance"
  105.     RegAltitudeValueName        = "Altitude"
  106.     RegFlagsValueName        = "Flags"
  107.     
  108.     binx86                = "amm8660.sys"
  109.  
  110.  
  111.  
  112. ;
  113. ; Instance specific information.
  114. ;
  115.  
  116.     DefaultInstance            = "Anti-Malware On-Access Protection"
  117.     Instance1.Name            = "Anti-Malware On-Access Protection"
  118.     Instance1.Altitude        = "327600"
  119.     Instance1.Flags            = 0x0
  120.  
  121. ;
  122. ; AV specific configuration
  123. ;
  124.