[Version]
Signature="$WINDOWS NT$"
Class=USB
ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
Provider=%MSFT%
DriverVer = 06/21/2006,10.0.22000.2124

[SourceDisksNames]
3426=windows cd

[SourceDisksFiles]
usbprint.sys 		= 3426

[ControlFlags]
ExcludeFromSelect = *

[DestinationDirs]
DefaultDestDir = 12
; don't need this yet. USBPRINT_Inst.CopyFilesDLL.NT = 11

[Manufacturer]
%MSFT%=Microsoft,NTamd64

[Microsoft.NTamd64]
%USBPRINT.DeviceDesc% = USBPRINT_Inst,USB\Class_07,GENERIC_USB_PRINTER
%USBPRINT_UNKNOWNPRINTER.DeviceDesc% = NO_DRV, USBPRINT\UnknownPrinter

;=====================================================================
[USBPRINT_Inst.NT]
Copyfiles = USBPRINT_Inst.CopyFiles.NT, USBPRINT_Inst.CopyFilesDLL.NT

[USBPRINT_Inst.CopyFiles.NT]
usbprint.sys,,,0x100

[USBPRINT_INST.CopyFilesDLL.NT]

[USBPRINT_Inst.NT.Services]
AddService = usbprint,0x00000002,USBPRINT_Service_Inst
;=====================================================================

[USBPRINT_Service_Inst]
DisplayName    = %USBPRINT.SvcDesc%
ServiceType    = 1 ;KERNEL_DRIVER
StartType      = 3 ;DEMAND START
ErrorControl   = 1 ;RROR_NORMAL
ServiceBinary  = %12%\usbprint.sys
LoadOrderGroup = extended base

;SPSVCINST_TAGTOFRONT  = 0x00000001
;SPSVCINST_ASSOCSERVICE= 0x00000002
;SERVICE_KERNEL_DRIVER = 1
;SERVICE_BOOT_START    = 0
;SERVICE_SYSTEM_START  = 1
;SERVICE_AUTO_START    = 2
;SERVICE_DEMAND_START  = 3
;SERVICE_ERROR_NORMAL  = 1
;SERVICE_ERROR_IGNORE  = 0


[NO_DRV.NT]

[NO_DRV.NT.Services]
AddService = , 2   ; null service install


[Strings]
;Non-Localizable
MSFT = "Microsoft"

;Localizable
USBPRINT.DeviceDesc = "USB Printing Support"
USBPRINT_UNKNOWNPRINTER.DeviceDesc = "No Printer Attached"
USBPRINT.SvcDesc = "Microsoft USB PRINTER Class"
