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.

147 lines
3.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. "%KYOCERA%"=KYOCERA.JPN
  26. "%SANYO%"=SANYO.JPN
  27. ;
  28. ; Model sections.
  29. ;
  30. ; Each section here corresponds with an entry listed in the
  31. ; [Manufacturer] section, above. The models will be displayed in the order
  32. ; that they appear in the INF file.
  33. ;
  34. [KYOCERA.JPN]
  35. "KYOCERA L-780" = KYL780J.GPD, KYOCERA_L-780
  36. "KYOCERA L-980" = KYL980J.GPD, KYOCERA_L-980
  37. "KYOCERA L-1500" = KYL15KJ.GPD, KYOCERA_L-1500
  38. "KYOCERA L-880" = KYL880J.GPD, KYOCERA_L-880
  39. "KYOCERA L-880S" = KYL880SJ.GPD, KYOCERA_L-880S
  40. "KYOCERA L-580" = KYL580J.GPD, KYOCERA_L-580
  41. [SANYO.JPN]
  42. "SANYO SPX-406J" = SNSPX46J.GPD, SANYO_SPX-406J
  43. ;
  44. ; Installer Sections
  45. ;
  46. ; These sections control file installation, and reference all files that
  47. ; need to be copied. The section name will be assumed to be the driver
  48. ; file, unless there is an explicit DriverFile section listed.
  49. ;
  50. [KYL780J.GPD]
  51. CopyFiles=@PCL4JRES.DLL,@KYL780J.GPD,UNIDRV
  52. DataSection=UNIDRV_DATA
  53. DataFile=KYL780J.GPD
  54. [KYL980J.GPD]
  55. CopyFiles=@PCL4JRES.DLL,@KYL980J.GPD,UNIDRV
  56. DataSection=UNIDRV_DATA
  57. DataFile=KYL980J.GPD
  58. [KYL15KJ.GPD]
  59. CopyFiles=@PCL4JRES.DLL,@KYL15KJ.GPD,UNIDRV
  60. DataSection=UNIDRV_DATA
  61. DataFile=KYL15KJ.GPD
  62. [KYL880J.GPD]
  63. CopyFiles=@PCL4JRES.DLL,@KYL880J.GPD,UNIDRV
  64. DataSection=UNIDRV_DATA
  65. DataFile=KYL880J.GPD
  66. [KYL880SJ.GPD]
  67. CopyFiles=@PCL4JRES.DLL,@KYL880SJ.GPD,UNIDRV
  68. DataSection=UNIDRV_DATA
  69. DataFile=KYL880SJ.GPD
  70. [KYL580J.GPD]
  71. CopyFiles=@PCL4JRES.DLL,@KYL580J.GPD,UNIDRV
  72. DataSection=UNIDRV_DATA
  73. DataFile=KYL580J.GPD
  74. [SNSPX46J.GPD]
  75. CopyFiles=@PCL4JRES.DLL,@SNSPX46J.GPD,UNIDRV
  76. DataSection=UNIDRV_DATA
  77. DataFile=SNSPX46J.GPD
  78. ; Copy Sections
  79. ;
  80. ; Lists of files that are actually copied. These sections are referenced
  81. ; from the installer sections, above. Only create a section if it contains
  82. ; two or more files (if we only copy a single file, identify it in the
  83. ; installer section, using the @filename notation) or if it's a color
  84. ; profile (since the DestinationDirs can only handle sections, and not
  85. ; individual files).
  86. ;
  87. [UNIDRV]
  88. UNIDRV.DLL
  89. UNIRES.DLL
  90. GPDPARSE.DLL
  91. UNIDRVUI.DLL
  92. STDNAMES.GPD
  93. RASDDUI.HLP
  94. ;
  95. ; Data Sections
  96. ;
  97. ; These sections contain data that is shared between devices.
  98. ;
  99. [UNIDRV_DATA]
  100. DriverFile=UNIDRV.DLL
  101. ConfigFile=UNIDRVUI.DLL
  102. HelpFile=RASDDUI.HLP
  103. ;
  104. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  105. ; (depending on which environment drivers are getting installed)
  106. ;
  107. [DestinationDirs]
  108. DefaultDestDir=66000
  109. ;
  110. ; Control Flags
  111. ;
  112. [ControlFlags]
  113. ExcludeFromSelect = 2369
  114. ;
  115. ; Localizable Strings
  116. ;
  117. [Strings]
  118. ;MS="Microsoft Windows NT 5.0"
  119. MS="Local Testing - PCL4J"
  120. PrinterClassName="Printer"
  121. KYOCERA="Kyocera"
  122. SANYO="Sanyo"