home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 5 / Windows / inf / genprint.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  2.6 KB  |  61 lines

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