home *** CD-ROM | disk | FTP | other *** search
/ nrsys.ke.euroweb.sk / nrsys.ke.euroweb.sk.tar / nrsys.ke.euroweb.sk / incoming / eav_nt32_sky.msi / core.cab / eamon.inf < prev    next >
INI File  |  2010-02-26  |  2KB  |  71 lines

  1. [Version]
  2. Signature   = "$Windows NT$"
  3. Class       = AntiVirus
  4. ClassGuid   = {b1d1a169-c54f-4379-81db-bee7d88d7454} 
  5. ;DriverPackageType=ClassFilter
  6. Provider    = %Eset%
  7. CatalogFile = eamon.cat
  8. DriverVer=02/26/2010, 4.2.35.3
  9.  
  10. [DestinationDirs]
  11. DefaultDestDir          = 12
  12. EAMON.DriverFiles         = 12           ;%windir%\system32\drivers
  13.  
  14. ;;
  15. ;; Default install sections
  16. ;;
  17.  
  18. [DefaultInstall]
  19. OptionDesc          = %ServiceDesc%
  20. CopyFiles           = EAMON.DriverFiles
  21.  
  22. [DefaultInstall.Services]
  23. AddService          = %ServiceName%,,EAMON.Service
  24.  
  25. ;;
  26. ;; Default uninstall sections
  27. ;;
  28.  
  29. [DefaultUninstall]
  30. DelFiles   = EAMON.DriverFiles
  31.  
  32. [DefaultUninstall.Services]
  33. DelService = %ServiceName%,0x00      ;Ensure service is stopped before deleting
  34.  
  35. ;
  36. ; Services Section
  37. ;
  38.  
  39. [EAMON.Service]
  40. DisplayName      = %ServiceName%
  41. Description      = %ServiceDesc%
  42. ServiceBinary    = %12%\eamon.sys        ;%windir%\system32\drivers\
  43. ServiceType      = 2                    ;SERVICE_FILE_SYSTEM_DRIVER
  44. StartType        = 3                    ;SERVICE_DEMAND_START
  45. ErrorControl     = 1                    ;SERVICE_ERROR_NORMAL
  46. LoadOrderGroup   = "FSFilter Anti-Virus"
  47.  
  48. ;
  49. ; Copy Files
  50. ;
  51.  
  52. [SourceDisksNames]
  53. 1=%DiskDescription%,"",,
  54.  
  55. [SourceDisksFiles]
  56. eamon.sys=1
  57.  
  58. [EAMON.DriverFiles]
  59. eamon.sys
  60.  
  61. ;;
  62. ;; String Section
  63. ;;
  64.  
  65. [Strings]
  66. Eset                = "Eset spol s r. o."
  67. ServiceDesc         = "Eset file on-access scanner"
  68. ServiceName         = "eamon"
  69. DiskDescription     = "Eset on-access scanner driver disk"
  70.  
  71.