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.

136 lines
3.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. "%NEC%"=NEC.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. [NEC.JPN]
  34. "NEC NM-4150" = NCNM415J.GPD, NEC_NM-4150
  35. "NEC NM-2010" = NCNM201J.GPD, NEC_NM-2010
  36. "NEC NM-9950/9950II" = NCNM995J.GPD, NEC_NM-9950/9950II
  37. "NEC NM-5020/5020L" = NCNM502J.GPD, NEC_NM-5020/5020L
  38. "NEC NM-9700" = NCNM970J.GPD, NEC_NM-9700
  39. "NEC NM-9900" = NCNM990J.GPD, NEC_NM-9900
  40. ;
  41. ; Installer Sections
  42. ;
  43. ; These sections control file installation, and reference all files that
  44. ; need to be copied. The section name will be assumed to be the driver
  45. ; file, unless there is an explicit DriverFile section listed.
  46. ;
  47. [NCNM415J.GPD]
  48. CopyFiles=@NCNMJRES.DLL,@NCNM415J.GPD,@NCNMJRES.HLP,UNIDRV
  49. DataSection=UNIDRV_DATA
  50. DataFile=NCNM415J.GPD
  51. [NCNM201J.GPD]
  52. CopyFiles=@NCNMJRES.DLL,@NCNM201J.GPD,@NCNMJRES.HLP,UNIDRV
  53. DataSection=UNIDRV_DATA
  54. DataFile=NCNM201J.GPD
  55. [NCNM995J.GPD]
  56. CopyFiles=@NCNMJRES.DLL,@NCNM995J.GPD,@NCNMJRES.HLP,UNIDRV
  57. DataSection=UNIDRV_DATA
  58. DataFile=NCNM995J.GPD
  59. [NCNM502J.GPD]
  60. CopyFiles=@NCNMJRES.DLL,@NCNM502J.GPD,@NCNMJRES.HLP,UNIDRV
  61. DataSection=UNIDRV_DATA
  62. DataFile=NCNM502J.GPD
  63. [NCNM970J.GPD]
  64. CopyFiles=@NCNMJRES.DLL,@NCNM970J.GPD,@NCNMJRES.HLP,UNIDRV
  65. DataSection=UNIDRV_DATA
  66. DataFile=NCNM970J.GPD
  67. [NCNM990J.GPD]
  68. CopyFiles=@NCNMJRES.DLL,@NCNM990J.GPD,@NCNMJRES.HLP,UNIDRV
  69. DataSection=UNIDRV_DATA
  70. DataFile=NCNM990J.GPD
  71. ; Copy Sections
  72. ;
  73. ; Lists of files that are actually copied. These sections are referenced
  74. ; from the installer sections, above. Only create a section if it contains
  75. ; two or more files (if we only copy a single file, identify it in the
  76. ; installer section, using the @filename notation) or if it's a color
  77. ; profile (since the DestinationDirs can only handle sections, and not
  78. ; individual files).
  79. ;
  80. [UNIDRV]
  81. UNIDRV.DLL
  82. UNIRES.DLL
  83. GPDPARSE.DLL
  84. UNIDRVUI.DLL
  85. STDNAMES.GPD
  86. UNIDRV.HLP
  87. ;
  88. ; Data Sections
  89. ;
  90. ; These sections contain data that is shared between devices.
  91. ;
  92. [UNIDRV_DATA]
  93. DriverFile=UNIDRV.DLL
  94. ConfigFile=UNIDRVUI.DLL
  95. HelpFile=UNIDRV.HLP
  96. ;
  97. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  98. ; (depending on which environment drivers are getting installed)
  99. ;
  100. [DestinationDirs]
  101. DefaultDestDir=66000
  102. ;
  103. ; Control Flags
  104. ;
  105. [ControlFlags]
  106. ;
  107. ; Localizable Strings
  108. ;
  109. [Strings]
  110. ;MS="Microsoft Windows NT 5.0"
  111. MS="Local Testing - NCNMJ"
  112. PrinterClassName="Printer"
  113. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  114. NEC="NEC"