Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.0 KiB

  1. ; genprint.INF -- This file contains descriptions for all scsi/1394 enumerated printers
  2. ;
  3. ;*** Created 11/04/97 (Creation Date)
  4. [Version]
  5. Signature="$WINDOWS NT$"
  6. Class=PnpPrinters
  7. ClassGUID={4658ee7e-f050-11d1-b6bd-00c04fa372a7}
  8. Provider=%MSFT%
  9. LayoutFile=layout.inf
  10. [ControlFlags]
  11. ExcludeFromSelect = *
  12. [ClassInstall32]
  13. Addreg=pp_Class_addreg
  14. [pp_Class_addreg]
  15. HKR,,,0,%ppClassName%
  16. HKR,,NoInstallClass,,1
  17. HKR,,Icon,,-21
  18. [DestinationDirs]
  19. DefaultDestDir = 12
  20. [Manufacturer]
  21. %PRINT%=PnpPrint
  22. [PnpPrint]
  23. %PRINT.DeviceDesc% = PRINT_Inst,GenPrinter
  24. ;=====================================================================
  25. [PRINT_Inst.NT]
  26. Copyfiles = PRINT_Inst.CopyFiles.NT
  27. [PRINT_Inst.CopyFiles.NT]
  28. scsiprnt.sys
  29. [PRINT_Inst.NT.Services]
  30. AddService = scsiprnt,0x00000002,PRINT_Service_Inst
  31. [PRINT_Service_Inst]
  32. DisplayName = %PRINT.SvcDesc%
  33. ServiceType = 1 ;KERNEL_DRIVER
  34. StartType = 3 ;DEMAND START
  35. ErrorControl = 1 ;RROR_NORMAL
  36. ServiceBinary = %12%\scsiprnt.sys