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.

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