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.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. "%LG%"=LG.KOR
  26. "%QNIX%"=QNIX.KOR
  27. "%TRIGEM%"=TRIGEM.KOR
  28. ;
  29. ; Model sections.
  30. ;
  31. ; Each section here corresponds with an entry listed in the
  32. ; [Manufacturer] section, above. The models will be displayed in the order
  33. ; that they appear in the INF file.
  34. ;
  35. [LG.KOR]
  36. "�ݼ� PRT-5850U (NAIS)" = LGPT585K.GPD, LG_PRT-5850U
  37. [QNIX.KOR]
  38. "ť�н� QP180 (����)" = QXQP180K.GPD, Qnix_QP180
  39. "ť�н� QP210 (����)" = QXQP210K.GPD, Qnix_QP210
  40. "ť�н� QP2700 (����)" = QXQP270K.GPD, Qnix_QP2700
  41. "ť�н� QP3100 (����)" = QXQP310K.GPD, Qnix_QP3100
  42. "ť�н� QP3300 (����)" = QXQP330K.GPD, Qnix_QP3300
  43. [TRIGEM.KOR]
  44. "�ﺸ EP-2000 (������)" = TGEP20K.GPD, TriGem_EP-2000
  45. "�ﺸ LQ-2500H (����)" = TGLQ25HK.GPD, TriGem_LQ-2500H
  46. "�ﺸ GP-2800 (����)" = TGP280K.GPD, TriGem_GP-2800
  47. "�ﺸ GP-2800P (����)" = TGP280PK.GPD, TriGem_GP-2800P
  48. ;
  49. ; Installer Sections
  50. ;
  51. ; These sections control file installation, and reference all files that
  52. ; need to be copied. The section name will be assumed to be the driver
  53. ; file, unless there is an explicit DriverFile section listed.
  54. ;
  55. [LGPT585K.GPD]
  56. CopyFiles=@HANKRES.DLL,@LGPT585K.GPD,UNIDRV
  57. DataSection=UNIDRV_DATA
  58. DataFile=LGPT585K.GPD
  59. [QXQP180K.GPD]
  60. CopyFiles=@HANKRES.DLL,@QXQP180K.GPD,UNIDRV
  61. DataSection=UNIDRV_DATA
  62. DataFile=QXQP180K.GPD
  63. [QXQP210K.GPD]
  64. CopyFiles=@HANKRES.DLL,@QXQP210K.GPD,UNIDRV
  65. DataSection=UNIDRV_DATA
  66. DataFile=QXQP210K.GPD
  67. [QXQP270K.GPD]
  68. CopyFiles=@HANKRES.DLL,@QXQP270K.GPD,UNIDRV
  69. DataSection=UNIDRV_DATA
  70. DataFile=QXQP270K.GPD
  71. [QXQP310K.GPD]
  72. CopyFiles=@HANKRES.DLL,@QXQP310K.GPD,UNIDRV
  73. DataSection=UNIDRV_DATA
  74. DataFile=QXQP310K.GPD
  75. [QXQP330K.GPD]
  76. CopyFiles=@HANKRES.DLL,@QXQP330K.GPD,UNIDRV
  77. DataSection=UNIDRV_DATA
  78. DataFile=QXQP330K.GPD
  79. [TGEP20K.GPD]
  80. CopyFiles=@HANKRES.DLL,@TGEP20K.GPD,UNIDRV
  81. DataSection=UNIDRV_DATA
  82. DataFile=TGEP20K.GPD
  83. [TGLQ25HK.GPD]
  84. CopyFiles=@HANKRES.DLL,@TGLQ25HK.GPD,UNIDRV
  85. DataSection=UNIDRV_DATA
  86. DataFile=TGLQ25HK.GPD
  87. [TGP280K.GPD]
  88. CopyFiles=@HANKRES.DLL,@TGP280K.GPD,UNIDRV
  89. DataSection=UNIDRV_DATA
  90. DataFile=TGP280K.GPD
  91. [TGP280PK.GPD]
  92. CopyFiles=@HANKRES.DLL,@TGP280PK.GPD,UNIDRV
  93. DataSection=UNIDRV_DATA
  94. DataFile=TGP280PK.GPD
  95. ; Copy Sections
  96. ;
  97. ; Lists of files that are actually copied. These sections are referenced
  98. ; from the installer sections, above. Only create a section if it contains
  99. ; two or more files (if we only copy a single file, identify it in the
  100. ; installer section, using the @filename notation) or if it's a color
  101. ; profile (since the DestinationDirs can only handle sections, and not
  102. ; individual files).
  103. ;
  104. [UNIDRV]
  105. UNIDRV.DLL
  106. UNIRES.DLL
  107. GPDPARSE.DLL
  108. UNIDRVUI.DLL
  109. RASDDUI.HLP
  110. STDNAMES.GPD
  111. ;
  112. ; Data Sections
  113. ;
  114. ; These sections contain data that is shared between devices.
  115. ;
  116. [UNIDRV_DATA]
  117. DriverFile=UNIDRV.DLL
  118. ConfigFile=UNIDRVUI.DLL
  119. HelpFile=RASDDUI.HLP
  120. ;
  121. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  122. ; (depending on which environment drivers are getting installed)
  123. ;
  124. [DestinationDirs]
  125. DefaultDestDir=66000
  126. ;
  127. ; Control Flags
  128. ;
  129. [ControlFlags]
  130. ExcludeFromSelect = 2369
  131. ;
  132. ; Localizable Strings
  133. ;
  134. [Strings]
  135. ;MS="Microsoft Windows NT 5.0"
  136. MS="Local Testing - HANK"
  137. PrinterClassName="Printer"
  138. LG="LG ����"
  139. QNIX="ť�н�"
  140. TRIGEM="�ﺸ"