home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / inf / winusb.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  3KB  |  81 lines

  1.  ■; WinUsb.inf
  2. ; Microsoft Windows WinUsb Driver INF
  3. ; Copyright (c) Microsoft Corporation
  4. [SourceDisksNames]
  5. 3426=windows cd
  6. [SourceDisksFiles]
  7. winusb.sys         = 3426
  8. [Version]
  9. Signature="$Windows NT$"
  10. Provider=%MS%
  11. pnplockdown=1                       ; Third Party Protected
  12. DriverVer=06/21/2006,6.0.6001.18000
  13. [DestinationDirs]
  14. DefaultDestDir = 12
  15. WINUSB_CoInstaller_CopyFiles = 11
  16. [DefaultInstall]
  17. CopyFiles=WINUSB.CopyFiles
  18. [WINUSB.NT]
  19. CopyFiles=WINUSB.CopyFiles
  20. AddReg=WINUSB.AddReg
  21. [WINUSB.AddReg]
  22. HKR,,DevLoader,,*ntkern
  23. HKR,,NTMPDriver,,winusb.sys
  24. [WINUSB.NT.Services]
  25. Addservice = WINUSB, 0x00000002, WINUSB.AddService
  26. [WINUSB.NT.UMDFServices]
  27. Addservice = WINUSB, 0x00000000, WINUSB.AddService
  28. [WINUSB.AddService]
  29. DisplayName    = %WINUSB_SvcDesc%
  30. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  31. StartType      = 3
  32. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  33. ServiceBinary  = %12%\WinUSB.SYS
  34. [WINUSB.CopyFiles]
  35. winusb.sys,,,0x0100                 ; Microsoft Protected
  36. ;
  37. ; --- Coinstaller section for kmdf ---
  38. ;
  39. ;[WINUSB.NT.CoInstallers]
  40. ;AddReg=WINUSB_CoInstaller_AddReg
  41. ;CopyFiles=WINUSB_CoInstaller_CopyFiles
  42. ;[WINUSB_CoInstaller_AddReg]
  43. ;HKR,,CoInstallers32,0x00010000, "WdfCoInstaller01000.dll,WdfCoInstaller"
  44. ;[WINUSB_CoInstaller_CopyFiles]
  45. ;WdfCoInstaller01000.dll
  46. ;[WINUSB_Device.NT.Wdf]
  47. ;KmdfService = WINUSB, WINUSB_wdfsect
  48. ;[WINUSB_wdfsect]
  49. ;KmdfLibraryVersion = 1.0
  50. [Strings]
  51. ;
  52. ; Not localizable
  53. ; None currently
  54. ;
  55. ;Localizable
  56. ;
  57. WINUSB_SvcDesc = "WinUsb Driver"
  58. MS="Microsoft"