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.

133 lines
3.1 KiB

  1. ; NTPRINT.INF (for SUR)
  2. ;
  3. ; List of supported printers, manufacturers
  4. ;
  5. [Version]
  6. Signature="$Windows NT$"
  7. Provider=%MS%
  8. LayoutFile=layout.inf
  9. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  10. Class=Printer
  11. [ClassInstall32.NT]
  12. AddReg=printer_class_addreg
  13. [printer_class_addreg]
  14. HKR,,,,%PrinterClassName%
  15. HKR,,Icon,,"-4"
  16. HKR,,Installer32,,"ntprint.dll,ClassInstall32"
  17. HKR,,NoDisplayClass,,1
  18. ;
  19. ; Manufacturer section.
  20. ;
  21. ; This section lists all of the manufacturers
  22. ; that we will display in the Dialog box
  23. ;
  24. [Manufacturer]
  25. "%EPSON%"=EPSON.CHT
  26. ;
  27. ; Model sections.
  28. ;
  29. ; Each section here corresponds with an entry listed in the
  30. ; [Manufacturer] section, above. The models will be displayed in the order
  31. ; that they appear in the INF file.
  32. ;
  33. [EPSON.CHT]
  34. "Epson LQ-2070C" = EPLQ207T.GPD, Epson_LQ-2070C
  35. "Epson LQ-2080C" = EPLQ208T.GPD, Epson_LQ-2080C
  36. "Epson LQ-2170C" = EPLQ217T.GPD, Epson_LQ-2170C
  37. "Epson LQ-2180C" = EPLQ218T.GPD, Epson_LQ-2180C
  38. "Epson LQ-670C" = EPLQ67T.GPD, Epson_LQ-670C
  39. ;
  40. ; Installer Sections
  41. ;
  42. ; These sections control file installation, and reference all files that
  43. ; need to be copied. The section name will be assumed to be the driver
  44. ; file, unless there is an explicit DriverFile section listed.
  45. ;
  46. [EPLQ207T.GPD]
  47. CopyFiles=@EPLQTRES.DLL,@EPLQ207T.GPD,UNIDRV
  48. DataSection=UNIDRV_DATA
  49. DataFile=EPLQ207T.GPD
  50. [EPLQ208T.GPD]
  51. CopyFiles=@EPLQTRES.DLL,@EPLQ208T.GPD,UNIDRV
  52. DataSection=UNIDRV_DATA
  53. DataFile=EPLQ208T.GPD
  54. [EPLQ217T.GPD]
  55. CopyFiles=@EPLQTRES.DLL,@EPLQ217T.GPD,UNIDRV
  56. DataSection=UNIDRV_DATA
  57. DataFile=EPLQ217T.GPD
  58. [EPLQ218T.GPD]
  59. CopyFiles=@EPLQTRES.DLL,@EPLQ218T.GPD,UNIDRV
  60. DataSection=UNIDRV_DATA
  61. DataFile=EPLQ218T.GPD
  62. [EPLQ67T.GPD]
  63. CopyFiles=@EPLQTRES.DLL,@EPLQ67T.GPD,UNIDRV
  64. DataSection=UNIDRV_DATA
  65. DataFile=EPLQ67T.GPD
  66. ;
  67. ; Copy Sections
  68. ;
  69. ; Lists of files that are actually copied. These sections are referenced
  70. ; from the installer sections, above. Only create a section if it contains
  71. ; two or more files (if we only copy a single file, identify it in the
  72. ; installer section, using the @filename notation) or if it's a color
  73. ; profile (since the DestinationDirs can only handle sections, and not
  74. ; individual files).
  75. ;
  76. [UNIDRV]
  77. UNIDRV.DLL
  78. UNIRES.DLL
  79. ;;GPDPARSE.DLL
  80. UNIDRVUI.DLL
  81. STDNAMES.GPD
  82. UNIDRV.HLP
  83. ;
  84. ; Data Sections
  85. ;
  86. ; These sections contain data that is shared between devices.
  87. ;
  88. [UNIDRV_DATA]
  89. DriverFile=UNIDRV.DLL
  90. ConfigFile=UNIDRVUI.DLL
  91. HelpFile=UNIDRV.HLP
  92. ;
  93. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  94. ; (depending on which environment drivers are getting installed)
  95. ;
  96. [DestinationDirs]
  97. DefaultDestDir=66000
  98. ;
  99. ; Control Flags
  100. ;
  101. [ControlFlags]
  102. ExcludeFromSelect = 2369
  103. ;
  104. ; Localizable Strings
  105. ;
  106. [Strings]
  107. ;MS="Microsoft Windows NT 5.0"
  108. MS="Local Testing - EPLQTRES"
  109. PrinterClassName="Printer"
  110. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  111. EPSON="Epson"