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

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