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.

210 lines
5.7 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. "%OKI%"=OKI.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. [OKI.JPN]
  34. "OKI ET-5320SL" = OK532SLJ.GPD, OKI_ET-5320SL
  35. "OKI ET-5330S" = OK5330SJ.GPD, OKI_ET-5330S
  36. "OKI ET-5350" = OK5350J.GPD, OKI_ET-5350
  37. "OKI ET-8345S" = OK8345SJ.GPD, OKI_ET-8345S
  38. "OKI ET-8350" = OK8350J.GPD, OKI_ET-8350
  39. "OKI ET-8350S" = OK8350SJ.GPD, OKI_ET-8350S
  40. "OKI ET-8360S" = OK8360SJ.GPD, OKI_ET-8360S
  41. "OKI ET-8370" = OK8370J.GPD, OKI_ET-8370
  42. "OKI ET-8370S" = OK8370SJ.GPD, OKI_ET-8370S
  43. "OKI ET-8570" = OK8570J.GPD, OKI_ET-8570
  44. "OKI ET-8570S" = OK8570SJ.GPD, OKI_ET-8570S
  45. "OKI ET-8580S" = OK8580SJ.GPD, LPTENUM\LPTENUM\OKI_DATA_CORPOKI_ET-054E,LPTENUM\OKI_DATA_CORPOKI_ET-054E,OKI_ET-8580S
  46. "OKI MICROLINE 5320SE" = OK532SEJ.GPD, OKI MICROLINE_5320SE
  47. "OKI MICROLINE 8340SE" = OK834SEJ.GPD, OKI_MICROLINE_8340SE
  48. "OKI MICROLINE 8350SE" = OK835SEJ.GPD, OKI_MICROLINE_8350SE
  49. "OKI MICROLINE 8370SE" = OK837SEJ.GPD, OKI_MICROLINE_8370SE
  50. "OKI MICROLINE 8580SE" = OK858SEJ.GPD, LPTENUM\LPTENUM\OKI_DATA_CORPOKI_MICA8C2,LPTENUM\OKI_DATA_CORPOKI_MICA8C2,OKI_MICROLINE_8580SE
  51. "OKI OPP6008AII" = OK608A2J.GPD, OKI_OPP6008AII
  52. ;
  53. ; Installer Sections
  54. ;
  55. ; These sections control file installation, and reference all files that
  56. ; need to be copied. The section name will be assumed to be the driver
  57. ; file, unless there is an explicit DriverFile section listed.
  58. ;
  59. [OK532SEJ.GPD]
  60. CopyFiles=@OKEPJRES.DLL,@OK532SEJ.GPD,UNIDRV
  61. DataSection=UNIDRV_DATA
  62. DataFile=OK532SEJ.GPD
  63. [OK532SLJ.GPD]
  64. CopyFiles=@OKEPJRES.DLL,@OK532SLJ.GPD,UNIDRV
  65. DataSection=UNIDRV_DATA
  66. DataFile=OK532SLJ.GPD
  67. [OK5330SJ.GPD]
  68. CopyFiles=@OKEPJRES.DLL,@OK5330SJ.GPD,UNIDRV
  69. DataSection=UNIDRV_DATA
  70. DataFile=OK5330SJ.GPD
  71. [OK5350J.GPD]
  72. CopyFiles=@OKEPJRES.DLL,@OK5350J.GPD,UNIDRV
  73. DataSection=UNIDRV_DATA
  74. DataFile=OK5350J.GPD
  75. [OK608A2J.GPD]
  76. CopyFiles=@OKEPJRES.DLL,@OK608A2J.GPD,UNIDRV
  77. DataSection=UNIDRV_DATA
  78. DataFile=OK608A2J.GPD
  79. [OK8345SJ.GPD]
  80. CopyFiles=@OKEPJRES.DLL,@OK8345SJ.GPD,UNIDRV
  81. DataSection=UNIDRV_DATA
  82. DataFile=OK8345SJ.GPD
  83. [OK834SEJ.GPD]
  84. CopyFiles=@OKEPJRES.DLL,@OK834SEJ.GPD,UNIDRV
  85. DataSection=UNIDRV_DATA
  86. DataFile=OK834SEJ.GPD
  87. [OK8350J.GPD]
  88. CopyFiles=@OKEPJRES.DLL,@OK8350J.GPD,UNIDRV
  89. DataSection=UNIDRV_DATA
  90. DataFile=OK8350J.GPD
  91. [OK8350SJ.GPD]
  92. CopyFiles=@OKEPJRES.DLL,@OK8350SJ.GPD,UNIDRV
  93. DataSection=UNIDRV_DATA
  94. DataFile=OK8350SJ.GPD
  95. [OK835SEJ.GPD]
  96. CopyFiles=@OKEPJRES.DLL,@OK835SEJ.GPD,UNIDRV
  97. DataSection=UNIDRV_DATA
  98. DataFile=OK835SEJ.GPD
  99. [OK8360SJ.GPD]
  100. CopyFiles=@OKEPJRES.DLL,@OK8360SJ.GPD,UNIDRV
  101. DataSection=UNIDRV_DATA
  102. DataFile=OK8360SJ.GPD
  103. [OK8370J.GPD]
  104. CopyFiles=@OKEPJRES.DLL,@OK8370J.GPD,UNIDRV
  105. DataSection=UNIDRV_DATA
  106. DataFile=OK8370J.GPD
  107. [OK8370SJ.GPD]
  108. CopyFiles=@OKEPJRES.DLL,@OK8370SJ.GPD,UNIDRV
  109. DataSection=UNIDRV_DATA
  110. DataFile=OK8370SJ.GPD
  111. [OK837SEJ.GPD]
  112. CopyFiles=@OKEPJRES.DLL,@OK837SEJ.GPD,UNIDRV
  113. DataSection=UNIDRV_DATA
  114. DataFile=OK837SEJ.GPD
  115. [OK8570J.GPD]
  116. CopyFiles=@OKEPJRES.DLL,@OK8570J.GPD,UNIDRV
  117. DataSection=UNIDRV_DATA
  118. DataFile=OK8570J.GPD
  119. [OK8570SJ.GPD]
  120. CopyFiles=@OKEPJRES.DLL,@OK8570SJ.GPD,UNIDRV
  121. DataSection=UNIDRV_DATA
  122. DataFile=OK8570SJ.GPD
  123. [OK8580SJ.GPD]
  124. CopyFiles=@OKEPJRES.DLL,@OK8580SJ.GPD,UNIDRV
  125. DataSection=UNIDRV_DATA
  126. DataFile=OK8580SJ.GPD
  127. [OK858SEJ.GPD]
  128. CopyFiles=@OKEPJRES.DLL,@OK858SEJ.GPD,UNIDRV
  129. DataSection=UNIDRV_DATA
  130. DataFile=OK858SEJ.GPD
  131. ; Copy Sections
  132. ;
  133. ; Lists of files that are actually copied. These sections are referenced
  134. ; from the installer sections, above. Only create a section if it contains
  135. ; two or more files (if we only copy a single file, identify it in the
  136. ; installer section, using the @filename notation) or if it's a color
  137. ; profile (since the DestinationDirs can only handle sections, and not
  138. ; individual files).
  139. ;
  140. [UNIDRV]
  141. UNIDRV.DLL
  142. UNIRES.DLL
  143. GPDPARSE.DLL
  144. UNIDRVUI.DLL
  145. STDNAMES.GPD
  146. RASDDUI.HLP
  147. ;
  148. ; Data Sections
  149. ;
  150. ; These sections contain data that is shared between devices.
  151. ;
  152. [UNIDRV_DATA]
  153. DriverFile=UNIDRV.DLL
  154. ConfigFile=UNIDRVUI.DLL
  155. HelpFile=RASDDUI.HLP
  156. ;
  157. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  158. ; (depending on which environment drivers are getting installed)
  159. ;
  160. [DestinationDirs]
  161. DefaultDestDir=66000
  162. ;
  163. ; Control Flags
  164. ;
  165. [ControlFlags]
  166. ExcludeFromSelect = 2369
  167. ;
  168. ; Localizable Strings
  169. ;
  170. [Strings]
  171. ;MS="Microsoft Windows NT 5.0"
  172. MS="Local Testing - OKEPJ"
  173. PrinterClassName="Printer"
  174. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  175. OKI="Oki"