home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 September / VPR0009B.BIN / DRIVER / EPSON / P82DZ5A / p82dz5a.exe / DISK1 / WIN2000 / EPUSBDSK.INF < prev    next >
Windows Setup INFormation  |  2000-02-25  |  2KB  |  91 lines

  1. [Version]
  2. Signature="$WINDOWS NT$"
  3. ver=01.00.00
  4. Class=USB
  5. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  6. Provider=EPSON
  7. LayoutFile=layout.inf
  8.  
  9. [PreCopySection]
  10. HKR,,NoSetupUI,,1
  11.  
  12. ;---------------------------------------------------------------;
  13. ;    Vendor / Device
  14. ;---------------------------------------------------------------;
  15. [Manufacturer]
  16. "EPSON"
  17.  
  18. [EPSON]
  19. %DeviceDesc1%=EPUSBDSK.Install, USB\VID_04B8&PID_0601
  20.  
  21. ;---------------------------------------------------------------;
  22. ;    Destination
  23. ;---------------------------------------------------------------;
  24. [DestinationDirs]
  25. DefaultDestDir = 10,System32\drivers
  26.  
  27. [ControlFlags]
  28. ;ExcludeFromSelect=USB\VID_04B8&PID_0601
  29.  
  30. ;---------------------------------------------------------------;
  31. ;    Mass Storage Class instllation
  32. ;---------------------------------------------------------------;
  33. [EPUSBDSK.Install]
  34. CopyFiles=EPUSBDSK.CopyFiles, NTMAP.CopyFiles
  35. AddReg=EPUSBDSK.AddReg
  36.  
  37. [EPUSBDSK.AddReg]
  38. HKR,,DevLoader,,*ntkern
  39. HKR,,NTMPDriver,,EPUSBDSK.sys
  40.  
  41. [EPUSBDSK.HW]
  42. AddReg=EPUSBDSK.HW.AddReg
  43.  
  44. [EPUSBDSK.HW.AddReg]
  45. HKR,,upperfilters,0,"NTMAP.SYS"
  46.  
  47. ;---------------------------------------------------------------;
  48. ;    NT Service
  49. ;---------------------------------------------------------------;
  50. [EPUSBDSK.Install.NT]
  51. CopyFiles=EPUSBDSK.CopyFiles
  52. AddReg=EPUSBDSK.AddReg.NT
  53.  
  54. [EPUSBDSK.Install.NT.Services]
  55. Addservice = EPUSBDSK, 0x00000002, EPUSBDSK.AddService
  56.  
  57. [EPUSBDSK.AddReg.NT]
  58. HKLM, %ServicePath%, "ReadOnly", 0x00010001, 0x00000001
  59.  
  60. [EPUSBDSK.AddService]
  61. DisplayName    = %ServiceDesc%
  62. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  63. StartType      = 3
  64. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  65. ServiceBinary  = %12%\EPUSBDSK.sys
  66.  
  67. ;---------------------------------------------------------------;
  68. ;    Disk
  69. ;---------------------------------------------------------------;
  70. [EPUSBDSK.CopyFiles]
  71. EPUSBDSK.sys
  72.  
  73. [NTMAP.CopyFiles]
  74. NTMAP.SYS
  75.  
  76. [SourceDisksFiles]
  77. EPUSBDSK.sys=1,..\WIN2000
  78.  
  79. [SourceDisksNames]
  80. 1=%InsDisk1%
  81.  
  82. ;---------------------------------------------------------------;
  83. ;    String Definition
  84. ;---------------------------------------------------------------;
  85.  
  86. [Strings]
  87. DeviceDesc1="EPSON PCMCIA Reader"
  88. ServiceDesc = "EPSON USB Mass Storage Driver"
  89. ServicePath = "System\CurrentControlSet\Services\EPUSBDSK"
  90. InsDisk1 = "EPSON USB Mass Storage Driver Install Disk"
  91.