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

  1.  ■
  2. ;;++ Added by AddSDisk.cmd
  3. [SourceDisksNames]
  4. 3426=windows cd
  5. [SourceDisksFiles]
  6. usbprint.sys         = 3426
  7. ;;--
  8. [Version]
  9. Signature="$WINDOWS NT$"
  10. Class=USB
  11. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  12. Provider=%MSFT%
  13. DriverVer=06/21/2006,6.0.6001.18000
  14. ;; Commented by AddSDisk.cmd
  15. ;; LayoutFile=layout.inf
  16. [ControlFlags]
  17. ExcludeFromSelect = *
  18. [DestinationDirs]
  19. DefaultDestDir = 12
  20. ; don't need this yet. USBPRINT_Inst.CopyFilesDLL.NT = 11
  21. [Manufacturer]
  22. %MSFT%=Microsoft,NTx86
  23. [Microsoft.NTx86]
  24. %USBPRINT.DeviceDesc% = USBPRINT_Inst,USB\Class_07,GENERIC_USB_PRINTER
  25. %USBPRINT_UNKNOWNPRINTER.DeviceDesc% = NO_DRV, USBPRINT\UnknownPrinter
  26. ;=====================================================================
  27. [USBPRINT_Inst.NT]
  28. ; remove copyfiles.dll for now Copyfiles = USBPRINT_Inst.CopyFiles.NT, USBPRINT_Inst.CopyFilesDLL.NT
  29. Copyfiles = USBPRINT_Inst.CopyFiles.NT, USBPRINT_Inst.CopyFilesDLL.NT
  30. [USBPRINT_Inst.CopyFiles.NT]
  31. usbprint.sys,,,0x100
  32. [USBPRINT_INST.CopyFilesDLL.NT]
  33. [USBPRINT_Inst.NT.Services]
  34. AddService = usbprint,0x00000002,USBPRINT_Service_Inst
  35. ;=====================================================================
  36. [USBPRINT_Service_Inst]
  37. DisplayName    = %USBPRINT.SvcDesc%
  38. ServiceType    = 1 ;KERNEL_DRIVER
  39. StartType      = 3 ;DEMAND START
  40. ErrorControl   = 1 ;RROR_NORMAL
  41. ServiceBinary  = %12%\usbprint.sys
  42. LoadOrderGroup = extended base
  43. ;SPSVCINST_TAGTOFRONT  = 0x00000001
  44. ;SPSVCINST_ASSOCSERVICE= 0x00000002
  45. ;SERVICE_KERNEL_DRIVER = 1
  46. ;SERVICE_BOOT_START    = 0
  47. ;SERVICE_SYSTEM_START  = 1
  48. ;SERVICE_AUTO_START    = 2
  49. ;SERVICE_DEMAND_START  = 3
  50. ;SERVICE_ERROR_NORMAL  = 1
  51. ;SERVICE_ERROR_IGNORE  = 0
  52. [NO_DRV.NT]
  53. [NO_DRV.NT.Services]
  54. AddService = , 2   ; null service install
  55. [strings]
  56. MSFT                                                                          = "Microsoft"
  57. USBPRINT.DeviceDesc                                           = "USB Printing Support"
  58. USBPRINT_UNKNOWNPRINTER.DeviceDesc = "No Printer Attached"
  59. USBPRINT.SvcDesc                                                    = "Microsoft USB PRINTER Class"
  60.