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.

111 lines
2.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. "%IBM%"=IBM.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. [IBM.JPN]
  34. "IBM 5587-WIN" = IB5587WJ.GPD, IBM_5587-WIN
  35. ;
  36. ; Installer Sections
  37. ;
  38. ; These sections control file installation, and reference all files that
  39. ; need to be copied. The section name will be assumed to be the driver
  40. ; file, unless there is an explicit DriverFile section listed.
  41. ;
  42. [IB5587WJ.GPD]
  43. CopyFiles=@IB87WRES.DLL,@IB87WRES.INI,@IB5587WJ.GPD,UNIDRV
  44. DataSection=UNIDRV_DATA
  45. DataFile=IB5587WJ.GPD
  46. ; Copy Sections
  47. ;
  48. ; Lists of files that are actually copied. These sections are referenced
  49. ; from the installer sections, above. Only create a section if it contains
  50. ; two or more files (if we only copy a single file, identify it in the
  51. ; installer section, using the @filename notation) or if it's a color
  52. ; profile (since the DestinationDirs can only handle sections, and not
  53. ; individual files).
  54. ;
  55. [UNIDRV]
  56. UNIDRV.DLL
  57. UNIRES.DLL
  58. GPDPARSE.DLL
  59. UNIDRVUI.DLL
  60. UNIDRV.HLP
  61. STDNAMES.GPD
  62. ;
  63. ; Data Sections
  64. ;
  65. ; These sections contain data that is shared between devices.
  66. ;
  67. [UNIDRV_DATA]
  68. DriverFile=UNIDRV.DLL
  69. ConfigFile=UNIDRVUI.DLL
  70. HelpFile=UNIDRV.HLP
  71. ;
  72. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  73. ; (depending on which environment drivers are getting installed)
  74. ;
  75. [DestinationDirs]
  76. DefaultDestDir=66000
  77. ;
  78. ; Control Flags
  79. ;
  80. [ControlFlags]
  81. ExcludeFromSelect = 2369
  82. ;
  83. ; Localizable Strings
  84. ;
  85. [Strings]
  86. ;MS="Microsoft Windows NT 5.0"
  87. MS="Local Testing - IBM5587W"
  88. PrinterClassName="Printer"
  89. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  90. IBM="IBM"