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.

203 lines
5.5 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. "%STAR%"=STAR.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. [STAR.JPN]
  34. "Star CR-3410CL ESC/P" = STC3410J.GPD, Star_CR-3410CL_ESC/P
  35. "Star CR-3415CL ESC/P" = STC3415J.GPD, Star_CR-3415CL_ESC/P
  36. "Star JJ-100A ESC/P" = STJJ1AJ.GPD, Star_JJ-100A_ESC/P
  37. "Star JR-100 (Color)" = STJR1CJ.GPD, Star_JR-100_(Color)
  38. "Star JR-100CL ESC/P" = STJR1CLJ.GPD, Star_JR-100CL_ESC/P
  39. "Star JR-100 (Monochrome)" = STJR1MJ.GPD, Star_JR-100_(Monochrome)
  40. "Star JR-200 ESC/P (Color)" = STJR2CJ.GPD, Star_JR-200_ESC/P_(Color)
  41. "Star JR-200CL ESC/P" = STJR2CLJ.GPD, Star_JR-200CL_ESC/P
  42. "Star JR-200 ESC/P (Monochrome) " = STJR2MJ.GPD, Star_JR-200_ESC/P_(Monochrome)
  43. "Star JS-1001CL ESC/P" = STJS11CJ.GPD, Star_JS-1001CL_ESC/P
  44. "Star JS-1002CL ESC/P" = STJS12CJ.GPD, Star_JS-1002CL_ESC/P
  45. "Star JS-2001CL ESC/P" = STJS21CJ.GPD, Star_JS-2001CL_ESC/P
  46. "Star JS-2002CL ESC/P" = STJS22CJ.GPD, Star_JS-2002CL_ESC/P
  47. "Star JT-100CL ESC/P" = STJT1CLJ.GPD, Star_JT-100CL_ESC/P
  48. "Star JT-144CL" = STJT144J.GPD, Star_JT-144CL
  49. "Star JT-48CL ESC/P" = STJT48CJ.GPD, Star_JT-48CL_ESC/P
  50. "Star LC-8211 ESC/P" = STLC821J.GPD, Star_LC-8211_ESC/P
  51. ;
  52. ; Installer Sections
  53. ;
  54. ; These sections control file installation, and reference all files that
  55. ; need to be copied. The section name will be assumed to be the driver
  56. ; file, unless there is an explicit DriverFile section listed.
  57. ;
  58. [STC3410J.GPD]
  59. CopyFiles=@STEPJRES.DLL,@STC3410J.GPD,UNIDRV
  60. DataSection=UNIDRV_DATA
  61. DataFile=STC3410J.GPD
  62. [STC3415J.GPD]
  63. CopyFiles=@STEPJRES.DLL,@STC3415J.GPD,UNIDRV
  64. DataSection=UNIDRV_DATA
  65. DataFile=STC3415J.GPD
  66. [STJJ1AJ.GPD]
  67. CopyFiles=@STEPJRES.DLL,@STJJ1AJ.GPD,UNIDRV
  68. DataSection=UNIDRV_DATA
  69. DataFile=STJJ1AJ.GPD
  70. [STJR1CJ.GPD]
  71. CopyFiles=@STEPJRES.DLL,@STJR1CJ.GPD,UNIDRV
  72. DataSection=UNIDRV_DATA
  73. DataFile=STJR1CJ.GPD
  74. [STJR1CLJ.GPD]
  75. CopyFiles=@STEPJRES.DLL,@STJR1CLJ.GPD,UNIDRV
  76. DataSection=UNIDRV_DATA
  77. DataFile=STJR1CLJ.GPD
  78. [STJR1MJ.GPD]
  79. CopyFiles=@STEPJRES.DLL,@STJR1MJ.GPD,UNIDRV
  80. DataSection=UNIDRV_DATA
  81. DataFile=STJR1MJ.GPD
  82. [STJR2CJ.GPD]
  83. CopyFiles=@STEPJRES.DLL,@STJR2CJ.GPD,UNIDRV
  84. DataSection=UNIDRV_DATA
  85. DataFile=STJR2CJ.GPD
  86. [STJR2CLJ.GPD]
  87. CopyFiles=@STEPJRES.DLL,@STJR2CLJ.GPD,UNIDRV
  88. DataSection=UNIDRV_DATA
  89. DataFile=STJR2CLJ.GPD
  90. [STJR2MJ.GPD]
  91. CopyFiles=@STEPJRES.DLL,@STJR2MJ.GPD,UNIDRV
  92. DataSection=UNIDRV_DATA
  93. DataFile=STJR2MJ.GPD
  94. [STJS11CJ.GPD]
  95. CopyFiles=@STEPJRES.DLL,@STJS11CJ.GPD,UNIDRV
  96. DataSection=UNIDRV_DATA
  97. DataFile=STJS11CJ.GPD
  98. [STJS12CJ.GPD]
  99. CopyFiles=@STEPJRES.DLL,@STJS12CJ.GPD,UNIDRV
  100. DataSection=UNIDRV_DATA
  101. DataFile=STJS12CJ.GPD
  102. [STJS21CJ.GPD]
  103. CopyFiles=@STEPJRES.DLL,@STJS21CJ.GPD,UNIDRV
  104. DataSection=UNIDRV_DATA
  105. DataFile=STJS21CJ.GPD
  106. [STJS22CJ.GPD]
  107. CopyFiles=@STEPJRES.DLL,@STJS22CJ.GPD,UNIDRV
  108. DataSection=UNIDRV_DATA
  109. DataFile=STJS22CJ.GPD
  110. [STJT144J.GPD]
  111. CopyFiles=@STEPJRES.DLL,@STJT144J.GPD,UNIDRV
  112. DataSection=UNIDRV_DATA
  113. DataFile=STJT144J.GPD
  114. [STJT1CLJ.GPD]
  115. CopyFiles=@STEPJRES.DLL,@STJT1CLJ.GPD,UNIDRV
  116. DataSection=UNIDRV_DATA
  117. DataFile=STJT1CLJ.GPD
  118. [STJT48CJ.GPD]
  119. CopyFiles=@STEPJRES.DLL,@STJT48CJ.GPD,UNIDRV
  120. DataSection=UNIDRV_DATA
  121. DataFile=STJT48CJ.GPD
  122. [STLC821J.GPD]
  123. CopyFiles=@STEPJRES.DLL,@STLC821J.GPD,UNIDRV
  124. DataSection=UNIDRV_DATA
  125. DataFile=STLC821J.GPD
  126. ; Copy Sections
  127. ;
  128. ; Lists of files that are actually copied. These sections are referenced
  129. ; from the installer sections, above. Only create a section if it contains
  130. ; two or more files (if we only copy a single file, identify it in the
  131. ; installer section, using the @filename notation) or if it's a color
  132. ; profile (since the DestinationDirs can only handle sections, and not
  133. ; individual files).
  134. ;
  135. [UNIDRV]
  136. UNIDRV.DLL
  137. UNIRES.DLL
  138. GPDPARSE.DLL
  139. UNIDRVUI.DLL
  140. STDNAMES.GPD
  141. RASDDUI.HLP
  142. ;
  143. ; Data Sections
  144. ;
  145. ; These sections contain data that is shared between devices.
  146. ;
  147. [UNIDRV_DATA]
  148. DriverFile=UNIDRV.DLL
  149. ConfigFile=UNIDRVUI.DLL
  150. HelpFile=RASDDUI.HLP
  151. ;
  152. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  153. ; (depending on which environment drivers are getting installed)
  154. ;
  155. [DestinationDirs]
  156. DefaultDestDir=66000
  157. ;
  158. ; Control Flags
  159. ;
  160. [ControlFlags]
  161. ExcludeFromSelect = 2369
  162. ;
  163. ; Localizable Strings
  164. ;
  165. [Strings]
  166. ;MS="Microsoft Windows NT 5.0"
  167. MS="Local Testing - ST21J"
  168. PrinterClassName="Printer"
  169. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  170. STAR="Star"