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.

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