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.

157 lines
4.1 KiB

  1. ;
  2. ;
  3. ; printer INF for NT 5.0.
  4. ;
  5. ;
  6. [Version]
  7. Signature="$Windows NT$"
  8. Provider=%MS%
  9. LayoutFile=layout.inf
  10. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  11. Class=Printer
  12. [ClassInstall32.NT]
  13. AddReg=printer_class_addreg
  14. [printer_class_addreg]
  15. HKR,,,,%PrinterClassName%
  16. HKR,,Icon,,"-4"
  17. HKR,,Installer32,,"ntprint.dll,ClassInstall32"
  18. HKR,,NoDisplayClass,,1
  19. ;
  20. ; Manufacturer section.
  21. ;
  22. ; This section lists all of the manufacturers
  23. ; that we will display in the Dialog box
  24. ;
  25. [Manufacturer]
  26. "%FUJITSU%"=FUJITSU.JPN
  27. ;
  28. ; Model Sections
  29. ;
  30. ; These sections correspond with an entry listed in the
  31. ; [Manufacturer] section above. The models will be displayed in the order
  32. ; that they appear here.
  33. ;
  34. [FUJITSU.JPN]
  35. ;"FUJITSU FMPR 180" = FUF180MJ.GPD, FUJITSU_FMPR 180
  36. ;"FUJITSU FMPR 180 (Color)" = FUF180CJ.GPD, FUJITSU_FMPR 180_(Color)
  37. "FUJITSU FMPR-372" = FUF372FJ.GPD, FUJITSU_FMPR-372
  38. "FUJITSU FMPR-671" = FUF671FJ.GPD, FUJITSU_FMPR-671
  39. "FUJITSU FMPR-371A" = FUF371AJ.GPD, FUJITSU_FMPR-371A
  40. "FUJITSU FMPR-374" = FUF374FJ.GPD, FUJITSU_FMPR-374
  41. "FUJITSU FMPR-672" = FUF672FJ.GPD, FUJITSU_FMPR-672
  42. "FUJITSU FMPR-373" = FUF373MJ.GPD, FUJITSU_FMPR-373
  43. "FUJITSU FMPR-373 (Color)" = FUF373CJ.GPD, FUJITSU_FMPR-373_(Color)
  44. ; Installer Sections
  45. ;
  46. ; These sections control file in= stallation, and reference all files that
  47. ; need to be copied. The section name will be assumed to be the driver data
  48. ; file, unless there is an explicit DataFile section listed.
  49. ;[FUF180MJ.GPD]
  50. ;[email protected],@FUPRJRES.INI,@FUF180MJ.GPD,UNIDRV
  51. ;DataSection=UNIDRV_DATA
  52. ;DataFile=FUF180MJ.GPD
  53. ;[FUF180CJ.GPD]
  54. ;[email protected],@FUPRJRES.INI,@FUF180CJ.GPD,UNIDRV
  55. ;DataSection=UNIDRV_DATA
  56. ;DataFile=FUF180CJ.GPD
  57. [FUF372FJ.GPD]
  58. CopyFiles=@FUPRJRES.DLL,@FUPRJRES.INI,@FUF372FJ.GPD,UNIDRV
  59. DataSection=UNIDRV_DATA
  60. DataFile=FUF372FJ.GPD
  61. [FUF671FJ.GPD]
  62. CopyFiles=@FUPRJRES.DLL,@FUPRJRES.INI,@FUF671FJ.GPD,UNIDRV
  63. DataSection=UNIDRV_DATA
  64. DataFile=FUF671FJ.GPD
  65. [FUF371AJ.GPD]
  66. CopyFiles=@FUPRJRES.DLL,@FUPRJRES.INI,@FUF371AJ.GPD,UNIDRV
  67. DataSection=UNIDRV_DATA
  68. DataFile=FUF371AJ.GPD
  69. [FUF374FJ.GPD]
  70. CopyFiles=@FUPRJRES.DLL,@FUPRJRES.INI,@FUF374FJ.GPD,UNIDRV
  71. DataSection=UNIDRV_DATA
  72. DataFile=FUF374FJ.GPD
  73. [FUF672FJ.GPD]
  74. CopyFiles=@FUPRJRES.DLL,@FUPRJRES.INI,@FUF672FJ.GPD,UNIDRV
  75. DataSection=UNIDRV_DATA
  76. DataFile=FUF672FJ.GPD
  77. [FUF373MJ.GPD]
  78. CopyFiles=@FUPRJRES.DLL,@FUPRJRES.INI,@FUF373MJ.GPD,UNIDRV
  79. DataSection=UNIDRV_DATA
  80. DataFile=FUF373MJ.GPD
  81. [FUF373CJ.GPD]
  82. CopyFiles=@FUPRJRES.DLL,@FUPRJRES.INI,@FUF373CJ.GPD,UNIDRV
  83. DataSection=UNIDRV_DATA
  84. DataFile=FUF373CJ.GPD
  85. DataFile=FMPR373C.GPD
  86. ;
  87. ; Copy Sections
  88. ;
  89. ; Lists of files that are actually copied. These sections are referenced
  90. ; from the installer sections above. Only create a section if it contains
  91. ; two or more files (if we only copy a single file, identify it in the
  92. ; installer section, using the @filename notation) or if it's a color
  93. ; profile (since the DestinationDirs can only handle sections, and not
  94. ; individual files).
  95. ;
  96. [UNIDRV]
  97. UNIDRV.DLL
  98. UNIRES.DLL
  99. GPDPARSE.DLL
  100. UNIDRVUI.DLL
  101. STDNAMES.GPD
  102. RASDDUI.HLP
  103. ;
  104. ;
  105. ; Data Sections
  106. ;
  107. ; These sections contain data that is shared between devices.
  108. ;
  109. [UNIDRV_DATA]
  110. DriverFile=UNIDRV.DLL
  111. ConfigFile=UNIDRVUI.DLL
  112. HelpFile=RASDDUI.HLP
  113. ;
  114. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  115. ; (depending on which environment drivers are getting installed)
  116. ;
  117. [DestinationDirs]
  118. DefaultDestDir=66000
  119. ;
  120. ; Control Flags
  121. ;
  122. [ControlFlags]
  123. ExcludeFromSelect = 2369
  124. ;
  125. ; Localizable Strings
  126. ;
  127. [Strings]
  128. ;MS="Microsoft Windows NT 5.0"
  129. MS="Local Testing - FUPRJ"
  130. PrinterClassName="Printer"
  131. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  132. FUJITSU="Fujitsu"