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.

140 lines
3.3 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. "%FUJITSU%"=FUJITSU.JPN
  26. ;
  27. ; Model Sections
  28. ;
  29. ; These sections correspond with an entry listed in the
  30. ; [Manufacturer] section above. The models will be displayed in the order
  31. ; that they appear here.
  32. ;
  33. [FUJITSU.JPN]
  34. "FUJITSU ESC/P" = FUESCPMJ.GPD,FUJITSU_ESC/P
  35. "FUJITSU FMLP-371E" = FUE371EJ.GPD,FUJITSU_FMLP-371E
  36. "FUJITSU FMP-PR121G" = FUE121GJ.GPD,FUJITSU_FMPR-121G_ESC/P
  37. "FUJITSU FMPR-371A ESC/P" = FUE371AJ.GPD,FUJITSU_FMPR-371A_ESC/P
  38. "FUJITSU FMPR-375E" = FUE375EJ.GPD,FUJITSU_FMPR-375E
  39. "FUJITSU FMPR-673" = FUE673J.GPD,FUJITSU_FMPR-673
  40. ; Installer Sections
  41. ;
  42. ; These sections control file installation, and reference all files that
  43. ; need to be copied. The section name will be assumed to be the driver data
  44. ; file, unless there is an explicit DataFile section listed.
  45. ;
  46. [FUESCPMJ.GPD]
  47. CopyFiles=@FUEPJRES.DLL,@FUESCPMJ.GPD,UNIDRV
  48. DataSection=UNIDRV_DATA
  49. DataFile=FUESCPMJ.GPD
  50. [FUE371AJ.GPD]
  51. CopyFiles=@FUEPJRES.DLL,@FUE371AJ.GPD,UNIDRV
  52. DataSection=UNIDRV_DATA
  53. DataFile=FUE371AJ.GPD
  54. [FUE375EJ.GPD]
  55. CopyFiles=@FUEPJRES.DLL,@FUE375EJ.GPD,UNIDRV
  56. DataSection=UNIDRV_DATA
  57. DataFile=FUE375EJ.GPD
  58. [FUE371EJ.GPD]
  59. CopyFiles=@FUEPJRES.DLL,@FUE371EJ.GPD,UNIDRV
  60. DataSection=UNIDRV_DATA
  61. DataFile=FUE371EJ.GPD
  62. [FUE121GJ.GPD]
  63. CopyFiles=@FUEPJRES.DLL,@FUE121GJ.GPD,UNIDRV
  64. DataSection=UNIDRV_DATA
  65. DataFile=FUE121GJ.GPD
  66. [FUE673J.GPD]
  67. CopyFiles=@FUEPJRES.DLL,@FUE673J.GPD,UNIDRV
  68. DataSection=UNIDRV_DATA
  69. DataFile=FUE673J.GPD
  70. ;
  71. ; Copy Sections
  72. ;
  73. ; Lists of files that are actually copied. These sections are referenced
  74. ; from the installer sections above. Only create a section if it contains
  75. ; two or more files (if we only copy a single file, identify it in the
  76. ; installer section, using the @filename notation) or if it's a color
  77. ; profile (since the DestinationDirs can only handle sections, and not
  78. ; individual files).
  79. ;
  80. [UNIDRV]
  81. UNIDRV.DLL
  82. UNIRES.DLL
  83. GPDPARSE.DLL
  84. UNIDRVUI.DLL
  85. STDNAMES.GPD
  86. UNIDRV.HLP
  87. ;
  88. ; Data Sections
  89. ;
  90. ; These sections contain data that is shared between devices.
  91. ;
  92. [UNIDRV_DATA]
  93. DriverFile=UNIDRV.DLL
  94. ConfigFile=UNIDRVUI.DLL
  95. HelpFile=UNIDRV.HLP
  96. ;
  97. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  98. ; (depending on which environment drivers are getting installed)
  99. ;
  100. [DestinationDirs]
  101. DefaultDestDir=66000
  102. ;
  103. ; Control Flags
  104. ;
  105. [ControlFlags]
  106. ExcludeFromSelect = 2369
  107. ;
  108. ; Localizable Strings
  109. ;
  110. [Strings]
  111. ;MS="Microsoft Windows NT 5.0"
  112. MS="Local Testing - FUEPJ"
  113. PrinterClassName="Printer"
  114. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  115. FUJITSU="Fujitsu"