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

  1.  ■; genprint.INF  -- This file contains descriptions for all scsi/1394 enumerated printers
  2. ;
  3. ;*** Created 11/04/97  (Creation Date)
  4. ;;++ Added by AddSDisk.cmd
  5. [SourceDisksNames]
  6. 3426=windows cd
  7. [SourceDisksFiles]
  8. scsiprnt.sys         = 3426
  9. ;;--
  10. [Version]
  11. Signature="$WINDOWS NT$"
  12. Class=PnpPrinters
  13. ClassGUID={4658ee7e-f050-11d1-b6bd-00c04fa372a7}
  14. Provider=%MSFT%
  15. DriverVer=06/21/2006,6.0.6001.18000
  16. ;; Commented by AddSDisk.cmd
  17. ;; LayoutFile=layout.inf
  18. [ControlFlags]
  19. ExcludeFromSelect = *
  20. [DestinationDirs]
  21. DefaultDestDir = 12
  22. [Manufacturer]
  23. %PRINT%=PnpPrint,NTx86
  24. [PnpPrint.NTx86]
  25. %PRINT.DeviceDesc% = PRINT_Inst,GenPrinter
  26. ;=====================================================================
  27. [PRINT_Inst.NT]
  28. Copyfiles = PRINT_Inst.CopyFiles.NT
  29. [PRINT_Inst.CopyFiles.NT]
  30. scsiprnt.sys
  31. [PRINT_Inst.NT.Services]
  32. AddService = scsiprnt,0x00000002,PRINT_Service_Inst
  33. [PRINT_Service_Inst]
  34. DisplayName    = %PRINT.SvcDesc%
  35. ServiceType    = 1 ;KERNEL_DRIVER
  36. StartType      = 3 ;DEMAND START
  37. ErrorControl   = 1 ;RROR_NORMAL
  38. ServiceBinary  = %12%\scsiprnt.sys
  39. [strings]
  40. PRINT           = "Printer Vendor"    
  41. PnpPrint           = "Printer Manufacturer"
  42. PRINT.DeviceDesc   = "Generic Printer"
  43. PRINT.SvcDesc      = "Microsoft SCSI/1394 Generic Printer Class"
  44. MSFT           = "Microsoft"