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

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