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.

171 lines
4.4 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. "%NEC%"=NEC.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. [NEC.JPN]
  34. "NEC PC-PR101/T165" = NCT3165J.GPD, NEC PC-PR101/T165
  35. "NEC PC-PR101/TN103" = NCT3N13J.GPD, NEC PC-PR101/TN103
  36. "NEC PC-PR101/T103" = NCT3103J.GPD, NEC PC-PR101/T103
  37. "NEC PC-PR101/T67" = NCT367J.GPD, NEC PC-PR101/T67
  38. "NEC PC-PR150N" = NCT315N.GPD, NEC PC-PR150N
  39. "NEC PC-PR150T" = NCT315T.GPD, NEC PC-PR150T
  40. "NEC PC-PR150VH" = NCT315HJ.GPD, NEC PC-PR150VH
  41. "NEC PC-PR150V" = NCT315VJ.GPD, NEC PC-PR150V
  42. "NEC PC-PR150VL" = NCT315LJ.GPD, NEC PC-PR150VL
  43. "NEC PC-PR201/T180" = NCT3180J.GPD, NEC PC-PR201/T180
  44. "NEC PC-PR201/TC100" = NCT3C10J.GPD, NEC PC-PR201/TC100
  45. "NEC PC-PR350" = NCT3350J.GPD, NEC PC-PR350
  46. ;
  47. ; Installer Sections
  48. ;
  49. ; These sections control file installation, and reference all files that
  50. ; need to be copied. The section name will be assumed to be the driver
  51. ; file, unless there is an explicit DriverFile section listed.
  52. ;
  53. [NCT3165J.GPD]
  54. CopyFiles=@NCT3JRES.DLL,@NCT3165J.GPD,UNIDRV
  55. DataSection=UNIDRV_DATA
  56. DataFile=NCT3165J.GPD
  57. [NCT3N13J.GPD]
  58. CopyFiles=@NCT3JRES.DLL,@NCT3N13J.GPD,UNIDRV
  59. DataSection=UNIDRV_DATA
  60. DataFile=NCT3N13J.GPD
  61. [NCT3103J.GPD]
  62. CopyFiles=@NCT3JRES.DLL,@NCT3103J.GPD,UNIDRV
  63. DataSection=UNIDRV_DATA
  64. DataFile=NCT3103J.GPD
  65. [NCT367J.GPD]
  66. CopyFiles=@NCT3JRES.DLL,@NCT367J.GPD,UNIDRV
  67. DataSection=UNIDRV_DATA
  68. DataFile=NCT367J.GPD
  69. [NCT315N.GPD]
  70. CopyFiles=@NCT3JRES.DLL,@NCT315N.GPD,UNIDRV
  71. DataSection=UNIDRV_DATA
  72. DataFile=NCT315N.GPD
  73. [NCT315T.GPD]
  74. CopyFiles=@NCT3JRES.DLL,@NCT315T.GPD,UNIDRV
  75. DataSection=UNIDRV_DATA
  76. DataFile=NCT315T.GPD
  77. [NCT315HJ.GPD]
  78. CopyFiles=@NCT3JRES.DLL,@NCT315HJ.GPD,UNIDRV
  79. DataSection=UNIDRV_DATA
  80. DataFile=NCT315HJ.GPD
  81. [NCT315VJ.GPD]
  82. CopyFiles=@NCT3JRES.DLL,@NCT315VJ.GPD,UNIDRV
  83. DataSection=UNIDRV_DATA
  84. DataFile=NCT315VJ.GPD
  85. [NCT315LJ.GPD]
  86. CopyFiles=@NCT3JRES.DLL,@NCT315LJ.GPD,UNIDRV
  87. DataSection=UNIDRV_DATA
  88. DataFile=NCT315LJ.GPD
  89. [NCT3180J.GPD]
  90. CopyFiles=@NCT3JRES.DLL,@NCT3180J.GPD,UNIDRV
  91. DataSection=UNIDRV_DATA
  92. DataFile=NCT3180J.GPD
  93. [NCT3C10J.GPD]
  94. CopyFiles=@NCT3JRES.DLL,@NCT3C10J.GPD,UNIDRV
  95. DataSection=UNIDRV_DATA
  96. DataFile=NCT3C10J.GPD
  97. [NCT3350J.GPD]
  98. CopyFiles=@NCT3JRES.DLL,@NCT3350J.GPD,UNIDRV
  99. DataSection=UNIDRV_DATA
  100. DataFile=NCT3350J.GPD
  101. ; Copy Sections
  102. ;
  103. ; Lists of files that are actually copied. These sections are referenced
  104. ; from the installer sections, above. Only create a section if it contains
  105. ; two or more files (if we only copy a single file, identify it in the
  106. ; installer section, using the @filename notation) or if it's a color
  107. ; profile (since the DestinationDirs can only handle sections, and not
  108. ; individual files).
  109. ;
  110. [UNIDRV]
  111. UNIDRV.DLL
  112. UNIRES.DLL
  113. GPDPARSE.DLL
  114. UNIDRVUI.DLL
  115. STDNAMES.GPD
  116. RASDDUI.HLP
  117. ;
  118. ; Data Sections
  119. ;
  120. ; These sections contain data that is shared between devices.
  121. ;
  122. [UNIDRV_DATA]
  123. DriverFile=UNIDRV.DLL
  124. ConfigFile=UNIDRVUI.DLL
  125. HelpFile=RASDDUI.HLP
  126. ;
  127. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  128. ; (depending on which environment drivers are getting installed)
  129. ;
  130. [DestinationDirs]
  131. DefaultDestDir=66000
  132. ;
  133. ; Control Flags
  134. ;
  135. [ControlFlags]
  136. ;
  137. ; Localizable Strings
  138. ;
  139. [Strings]
  140. ;MS="Microsoft Windows NT 5.0"
  141. MS="Local Testing - NCT3J"
  142. PrinterClassName="Printer"
  143. NEC="NEC"