home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 April / VPR0004B.BIN / DRIVER / EIZO / USBDRV98 / USBDRV98.EXE / EIZOHUB.INF < prev    next >
Windows Setup INFormation  |  1999-11-29  |  2KB  |  82 lines

  1. ;
  2. ; Eizohub.inf  -- This file contains descriptions of EIZO USB MONITOR
  3. ;
  4. ;*** Created 11/27/99  (Creation Date)
  5.  
  6. [Version]
  7. signature="$CHICAGO$"
  8. Class=USB
  9. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  10. Provider=%EIZO%
  11. DriverVer=09/03/1999
  12.  
  13. [SourceDisksNames]
  14. 1="EIZO Utility Disk",,,""
  15.  
  16. [SourceDisksNames.nt]
  17. 1="EIZO Utility Disk",,,""
  18.  
  19. [Manufacturer]
  20. %EIZO%=EIZO.Section
  21.  
  22. ;=====================EIZO======================================
  23. [EIZO.Section]
  24. %USB\VID_056D&PID_0001.DeviceDesc%=MonitorControl.Dev,USB\VID_056D&PID_0001 
  25.  
  26. ;[PreCopySection]
  27. ;HKR,,NoSetupUI,,1
  28.  
  29. [DestinationDirs]
  30. MonitorControl.DelFiles=11
  31. DefaultDestDir=10,system32\drivers
  32.  
  33. [SourceDisksFiles]
  34. eizmonw.sys=1
  35.  
  36. [SourceDisksFiles.nt]
  37. eizmonw.sys=1
  38.  
  39. ; --------------------------------------------------------------
  40. ; For Win98...
  41.  
  42. [MonitorControl.Dev]
  43. CopyFiles=MonitorControl.CopyFiles
  44. AddReg=MonitorControl.AddReg
  45. DelFiles=MonitorControl.DelFiles
  46.  
  47. [MonitorControl.AddReg]
  48. HKR,,DevLoader,,*ntkern
  49. HKR,,NTMPDriver,,eizmonw.sys
  50.  
  51. ; For Windows NT...
  52.  
  53. [MonitorControl.Dev.NT]
  54. CopyFiles=MonitorControl.CopyFiles
  55. AddReg=MonitorControl.AddReg
  56. DelFiles=MonitorControl.DelFiles
  57.  
  58. [MonitorControl.Dev.NT.Services]
  59. AddService = usbmon, 0x00000002, MonitorControl.AddService
  60.  
  61. [MonitorControl.AddService]
  62. DisplayName    = %MonitorControl.SvcDesc%
  63. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  64. StartType      = 2                  ; SERVICE_AUTO_START
  65. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  66. ServiceBinary  = %12%\eizmonw.sys
  67. LoadOrderGroup = Base
  68.  
  69. ;==================== Global ===================================
  70. [MonitorControl.CopyFiles]
  71. eizmonw.sys
  72.  
  73. [MonitorControl.DelFiles]
  74. eizmon.sys,,,1
  75.  
  76. [Strings]
  77. EIZO="EIZO NANAO"
  78. USB\VID_056D&PID_0001.DeviceDesc="EIZO USB Monitor"
  79. MonitorControl.SvcDesc="EIZO USB Monitor Driver"
  80.  
  81.  
  82.