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.

167 lines
4.2 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.JPN
  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.JPN]
  34. "EPSON VP-1100" = EPVP110J.GPD, EPSON_VP-1100
  35. "EPSON VP-1800" = EPVP180J.GPD, EPSON_VP-1800
  36. "EPSON VP-2200" = EPVP220J.GPD, EPSON_VP-2200
  37. "EPSON VP-4000" = EPVP4KJ.GPD, EPSON_VP-4000
  38. "EPSON VP-4100" = EPVP410J.GPD, EPSON_VP-4100
  39. "EPSON VP-4200" = EPVP420J.GPD, EPSON_VP-4200
  40. "EPSON VP-5000" = EPVP5KJ.GPD, EPSON_VP-5000
  41. "EPSON VP-5100" = EPVP510J.GPD, EPSON_VP-5100
  42. "EPSON VP-5200" = EPVP520J.GPD, EPSON_VP-5200
  43. "EPSON VP-600" = EPVP600J.GPD, EPSON_VP-600
  44. "EPSON VP-6000" = EPVP6KJ.GPD, EPSON_VP-6000
  45. ;
  46. ; Installer Sections
  47. ;
  48. ; These sections control file installation, and reference all files that
  49. ; need to be copied. The section name will be assumed to be the driver
  50. ; file, unless there is an explicit DriverFile section listed.
  51. ;
  52. [EPVP110J.GPD]
  53. CopyFiles=@EPE2JRES.DLL,@EPVP110J.GPD,UNIDRV
  54. DataSection=UNIDRV_DATA
  55. DataFile=EPVP110J.GPD
  56. [EPVP180J.GPD]
  57. CopyFiles=@EPE2JRES.DLL,@EPVP180J.GPD,UNIDRV
  58. DataSection=UNIDRV_DATA
  59. DataFile=EPVP180J.GPD
  60. [EPVP220J.GPD]
  61. CopyFiles=@EPE2JRES.DLL,@EPVP220J.GPD,UNIDRV
  62. DataSection=UNIDRV_DATA
  63. DataFile=EPVP220J.GPD
  64. [EPVP4KJ.GPD]
  65. CopyFiles=@EPE2JRES.DLL,@EPVP4KJ.GPD,UNIDRV
  66. DataSection=UNIDRV_DATA
  67. DataFile=EPVP4KJ.GPD
  68. [EPVP410J.GPD]
  69. CopyFiles=@EPE2JRES.DLL,@EPVP410J.GPD,UNIDRV
  70. DataSection=UNIDRV_DATA
  71. DataFile=EPVP410J.GPD
  72. [EPVP420J.GPD]
  73. CopyFiles=@EPE2JRES.DLL,@EPVP420J.GPD,UNIDRV
  74. DataSection=UNIDRV_DATA
  75. DataFile=EPVP420J.GPD
  76. [EPVP5KJ.GPD]
  77. CopyFiles=@EPE2JRES.DLL,@EPVP5KJ.GPD,UNIDRV
  78. DataSection=UNIDRV_DATA
  79. DataFile=EPVP5KJ.GPD
  80. [EPVP510J.GPD]
  81. CopyFiles=@EPE2JRES.DLL,@EPVP510J.GPD,UNIDRV
  82. DataSection=UNIDRV_DATA
  83. DataFile=EPVP510J.GPD
  84. [EPVP520J.GPD]
  85. CopyFiles=@EPE2JRES.DLL,@EPVP520J.GPD,UNIDRV
  86. DataSection=UNIDRV_DATA
  87. DataFile=EPVP520J.GPD
  88. [EPVP600J.GPD]
  89. CopyFiles=@EPE2JRES.DLL,@EPVP600J.GPD,UNIDRV
  90. DataSection=UNIDRV_DATA
  91. DataFile=EPVP600J.GPD
  92. [EPVP6KJ.GPD]
  93. CopyFiles=@EPE2JRES.DLL,@EPVP6KJ.GPD,UNIDRV
  94. DataSection=UNIDRV_DATA
  95. DataFile=EPVP6KJ.GPD
  96. ; Copy Sections
  97. ;
  98. ; Lists of files that are actually copied. These sections are referenced
  99. ; from the installer sections, above. Only create a section if it contains
  100. ; two or more files (if we only copy a single file, identify it in the
  101. ; installer section, using the @filename notation) or if it's a color
  102. ; profile (since the DestinationDirs can only handle sections, and not
  103. ; individual files).
  104. ;
  105. [UNIDRV]
  106. UNIDRV.DLL
  107. UNIRES.DLL
  108. GPDPARSE.DLL
  109. UNIDRVUI.DLL
  110. STDNAMES.GPD
  111. RASDDUI.HLP
  112. ;
  113. ; Data Sections
  114. ;
  115. ; These sections contain data that is shared between devices.
  116. ;
  117. [UNIDRV_DATA]
  118. DriverFile=UNIDRV.DLL
  119. ConfigFile=UNIDRVUI.DLL
  120. HelpFile=RASDDUI.HLP
  121. ;
  122. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  123. ; (depending on which environment drivers are getting installed)
  124. ;
  125. [DestinationDirs]
  126. DefaultDestDir=66000
  127. ;
  128. ; Control Flags
  129. ;
  130. [ControlFlags]
  131. ExcludeFromSelect = 2369
  132. ;
  133. ; Localizable Strings
  134. ;
  135. [Strings]
  136. ;MS="Microsoft Windows NT 5.0"
  137. MS="Local Testing - EPE2JRES"
  138. PrinterClassName="Printer"
  139. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  140. EPSON="Epson"