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.

132 lines
3.2 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.CHS
  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. [FUJITSU.CHS]
  34. "Fujitsu DPK3600E" = FUDP36EC.GPD, Fujitsu_DPK3600E
  35. ;;"Fujitsu DPK8300E" = FUDP83EC.GPD, Fujitsu_DPK8300E
  36. ;;"Fujitsu DPK8400E" = FUDP84EC.GPD, Fujitsu_DPK8400E
  37. ;;"Fujitsu DPK8500E" = FUDP85EC.GPD, Fujitsu_DPK8500E
  38. "Fujitsu DPK9600E" = FUDP96EC.GPD, Fujitsu_DPK9600E
  39. ;
  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
  44. ; file, unless there is an explicit DriverFile section listed.
  45. ;
  46. [FUDP36EC.GPD]
  47. CopyFiles=@FUDPCRES.DLL,@FUDP36EC.GPD,UNIDRV
  48. DataSection=UNIDRV_DATA
  49. DataFile=FUDP36EC.GPD
  50. ;;[FUDP83EC.GPD]
  51. ;;[email protected],@FUDP83EC.GPD,UNIDRV
  52. ;;DataSection=UNIDRV_DATA
  53. ;;DataFile=FUDP83EC.GPD
  54. ;;[FUDP84EC.GPD]
  55. ;;[email protected],@FUDP84EC.GPD,UNIDRV
  56. ;;DataSection=UNIDRV_DATA
  57. ;;DataFile=FUDP84EC.GPD
  58. ;;[FUDP85EC.GPD]
  59. ;;[email protected],@FUDP85EC.GPD,UNIDRV
  60. ;;DataSection=UNIDRV_DATA
  61. ;;DataFile=FUDP85EC.GPD
  62. [FUDP96EC.GPD]
  63. CopyFiles=@FUDPCRES.DLL,@FUDP96EC.GPD,UNIDRV
  64. DataSection=UNIDRV_DATA
  65. DataFile=FUDP96EC.GPD
  66. ; Copy Sections
  67. ;
  68. ; Lists of files that are actually copied. These sections are referenced
  69. ; from the installer sections, above. Only create a section if it contains
  70. ; two or more files (if we only copy a single file, identify it in the
  71. ; installer section, using the @filename notation) or if it's a color
  72. ; profile (since the DestinationDirs can only handle sections, and not
  73. ; individual files).
  74. ;
  75. [UNIDRV]
  76. UNIDRV.DLL
  77. UNIRES.DLL
  78. GPDPARSE.DLL
  79. UNIDRVUI.DLL
  80. STDNAMES.GPD
  81. RASDDUI.HLP
  82. ;
  83. ; Data Sections
  84. ;
  85. ; These sections contain data that is shared between devices.
  86. ;
  87. [UNIDRV_DATA]
  88. DriverFile=UNIDRV.DLL
  89. ConfigFile=UNIDRVUI.DLL
  90. HelpFile=RASDDUI.HLP
  91. ;
  92. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  93. ; (depending on which environment drivers are getting installed)
  94. ;
  95. [DestinationDirs]
  96. DefaultDestDir=66000
  97. ;
  98. ; Control Flags
  99. ;
  100. [ControlFlags]
  101. ExcludeFromSelect = 2369
  102. ;
  103. ; Localizable Strings
  104. ;
  105. [Strings]
  106. ;MS="Microsoft Windows NT 5.0"
  107. MS="Local Testing - FUDPCRES"
  108. PrinterClassName="Printer"
  109. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  110. FUJITSU="Fujitsu"