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 / EpfwWfpR.inf < prev    next >
INI File  |  2010-02-26  |  2KB  |  73 lines

  1. [Version]
  2. Signature   = "$Windows NT$"
  3. Class       = SecurityFilter
  4. ClassGuid   = {2B419FF0-4473-4936-A872-7FC6024310C4}
  5. Provider    = %Eset%
  6. ;DriverPackageType=ClassFilter
  7. CatalogFile = epfwwfpr.cat
  8. DriverVer=02/26/2010, 4.2.35.3
  9.  
  10. [DestinationDirs]
  11. DefaultDestDir          = 12
  12. EPFWWFPR.DriverFiles         = 12           ;%windir%\system32\drivers
  13.  
  14. ;;
  15. ;; Default install sections
  16. ;;
  17.  
  18. [DefaultInstall]
  19. OptionDesc          = %ServiceDesc%
  20. CopyFiles           = EPFWWFPR.DriverFiles
  21.  
  22. [DefaultInstall.Services]
  23. AddService          = %ServiceName%,,EPFWWFPR.Service
  24.  
  25. ;;
  26. ;; Default uninstall sections
  27. ;;
  28.  
  29. [DefaultUninstall]
  30. DelFiles   = EPFWWFPR.DriverFiles
  31.  
  32. [DefaultUninstall.Services]
  33. DelService = %ServiceName%,0x00      ;Ensure service is stopped before deleting
  34.  
  35. ;
  36. ; Services Section
  37. ;
  38.  
  39. [EPFWWFPR.Service]
  40. DisplayName      = %ServiceName%
  41. Description      = %ServiceDesc%
  42. ServiceBinary    = %12%\epfwwfpr.sys     ;%windir%\system32\drivers\
  43. ServiceType      = 1                    ;SERVICE_KERNEL_DRIVER
  44. StartType        = 2                    ;SERVICE_AUTO_START
  45. ErrorControl     = 1                    ;SERVICE_ERROR_NORMAL
  46. ;LoadOrderGroup   = "PNP_TDI"
  47. Dependencies     = "BFE"
  48.  
  49.  
  50. ;
  51. ; Copy Files
  52. ;
  53.  
  54. [SourceDisksNames]
  55. 1=%DiskDescription%,"",,
  56.  
  57. [SourceDisksFiles]
  58. epfwwfpr.sys=1
  59.  
  60.  
  61. [EPFWWFPR.DriverFiles]
  62. epfwwfpr.sys
  63.  
  64. ;;
  65. ;; String Section
  66. ;;
  67.  
  68. [Strings]
  69. Eset                = "Eset spol s r. o."
  70. ServiceDesc         = "EPFW Filter Driver"
  71. ServiceName         = "epfwwfpr"
  72. DiskDescription     = "ESET NOD32 Antivirus Disk"
  73.