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.

179 lines
4.6 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.CHS
  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.CHS]
  34. "Star AR-1000" = STAR100C.GPD, Star_AR-1000
  35. "Star AR-2400" = STAR240C.GPD, Star_AR-2400
  36. "Star AR-3200" = STAR320C.GPD, Star_AR-3200
  37. "Star AR-3200+" = STAR32PC.GPD, Star_AR-3200+
  38. "Star AR-3200II" = STAR322C.GPD, Star_AR-3200II
  39. "Star AR-4400" = STAR440C.GPD, Star_AR-4400
  40. "Star AR-5400" = STAR540C.GPD, Star_AR-5400
  41. "Star AR-5400+" = STAR54PC.GPD, Star_AR-5400+
  42. "Star AR-6400" = STAR640C.GPD, Star_AR-6400
  43. "Star AR-6600" = STAR660C.GPD, Star_AR-6600
  44. "Star CR-3200" = STCR320C.GPD, Star_CR-3200
  45. "Star CR-3240" = STCR324C.GPD, Star_CR-3240
  46. "Star CR-3240II" = STC3242C.GPD, Star_CR-3240II
  47. ;
  48. ; Installer Sections
  49. ;
  50. ; These sections control file installation, and reference all files that
  51. ; need to be copied. The section name will be assumed to be the driver
  52. ; file, unless there is an explicit DriverFile section listed.
  53. ;
  54. [STAR100C.GPD]
  55. CopyFiles=@ST24CRES.DLL,@STAR100C.GPD,UNIDRV
  56. DataSection=UNIDRV_DATA
  57. DataFile=STAR100C.GPD
  58. [STAR240C.GPD]
  59. CopyFiles=@ST24CRES.DLL,@STAR240C.GPD,UNIDRV
  60. DataSection=UNIDRV_DATA
  61. DataFile=STAR240C.GPD
  62. [STAR320C.GPD]
  63. CopyFiles=@ST24CRES.DLL,@STAR320C.GPD,UNIDRV
  64. DataSection=UNIDRV_DATA
  65. DataFile=STAR320C.GPD
  66. [STAR322C.GPD]
  67. CopyFiles=@ST24CRES.DLL,@STAR322C.GPD,UNIDRV
  68. DataSection=UNIDRV_DATA
  69. DataFile=STAR322C.GPD
  70. [STAR32PC.GPD]
  71. CopyFiles=@ST24CRES.DLL,@STAR32PC.GPD,UNIDRV
  72. DataSection=UNIDRV_DATA
  73. DataFile=STAR32PC.GPD
  74. [STAR440C.GPD]
  75. CopyFiles=@ST24CRES.DLL,@STAR440C.GPD,UNIDRV
  76. DataSection=UNIDRV_DATA
  77. DataFile=STAR440C.GPD
  78. [STAR540C.GPD]
  79. CopyFiles=@ST24CRES.DLL,@STAR540C.GPD,UNIDRV
  80. DataSection=UNIDRV_DATA
  81. DataFile=STAR540C.GPD
  82. [STAR54PC.GPD]
  83. CopyFiles=@ST24CRES.DLL,@STAR54PC.GPD,UNIDRV
  84. DataSection=UNIDRV_DATA
  85. DataFile=STAR54PC.GPD
  86. [STAR640C.GPD]
  87. CopyFiles=@ST24CRES.DLL,@STAR640C.GPD,UNIDRV
  88. DataSection=UNIDRV_DATA
  89. DataFile=STAR640C.GPD
  90. [STAR660C.GPD]
  91. CopyFiles=@ST24CRES.DLL,@STAR660C.GPD,UNIDRV
  92. DataSection=UNIDRV_DATA
  93. DataFile=STAR660C.GPD
  94. [STC3242C.GPD]
  95. CopyFiles=@ST24CRES.DLL,@STC3242C.GPD,UNIDRV
  96. DataSection=UNIDRV_DATA
  97. DataFile=STC3242C.GPD
  98. [STCR320C.GPD]
  99. CopyFiles=@ST24CRES.DLL,@STCR320C.GPD,UNIDRV
  100. DataSection=UNIDRV_DATA
  101. DataFile=STCR320C.GPD
  102. [STCR324C.GPD]
  103. CopyFiles=@ST24CRES.DLL,@STCR324C.GPD,UNIDRV
  104. DataSection=UNIDRV_DATA
  105. DataFile=STCR324C.GPD
  106. ; Copy Sections
  107. ;
  108. ; Lists of files that are actually copied. These sections are referenced
  109. ; from the installer sections, above. Only create a section if it contains
  110. ; two or more files (if we only copy a single file, identify it in the
  111. ; installer section, using the @filename notation) or if it's a color
  112. ; profile (since the DestinationDirs can only handle sections, and not
  113. ; individual files).
  114. ;
  115. [UNIDRV]
  116. UNIDRV.DLL
  117. UNIRES.DLL
  118. GPDPARSE.DLL
  119. UNIDRVUI.DLL
  120. STDNAMES.GPD
  121. RASDDUI.HLP
  122. ;
  123. ; Data Sections
  124. ;
  125. ; These sections contain data that is shared between devices.
  126. ;
  127. [UNIDRV_DATA]
  128. DriverFile=UNIDRV.DLL
  129. ConfigFile=UNIDRVUI.DLL
  130. HelpFile=RASDDUI.HLP
  131. ;
  132. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  133. ; (depending on which environment drivers are getting installed)
  134. ;
  135. [DestinationDirs]
  136. DefaultDestDir=66000
  137. ;
  138. ; Control Flags
  139. ;
  140. [ControlFlags]
  141. ExcludeFromSelect = 2369
  142. ;
  143. ; Localizable Strings
  144. ;
  145. [Strings]
  146. ;MS="Microsoft Windows NT 5.0"
  147. MS="Local Testing - ST24C"
  148. PrinterClassName="Printer"
  149. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  150. STAR="Star"