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.

161 lines
4.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. "%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 PC-PR700X" = NC700XJ.GPD, NEC_PC-PR700X
  35. "NEC PC-PR700J" = NC700JJ.GPD, NEC_PC-PR700J
  36. "NEC PC-PR700/55A" = NC70055J.GPD, NEC_PC-PR700/55A
  37. "NEC PC-PR700JH" = NC700JHJ.GPD, LPTENUM\NECPC-PR700JH21CA,NECPC-PR700JH21CA,NEC_PC-PR700JH
  38. "NEC PC-PR700XH" = NC700XHJ.GPD, LPTENUM\NECPC_PR700XH83C6,NECPC_PR700XH83C6,NEC_PC-PR700XH
  39. "NEC PC-PR750/150" = NC70015J.GPD, NEC_PC-PR750/150
  40. "NEC MultiImpact 700JX" = NC700JXJ.GPD, LPTENUM\NECMultiImpact_700JX8F5A,NECMultiImpact_700JX8F5A,NEC_MultiImpact_700JX
  41. "NEC MultiImpact 700XX" = NC700XXJ.GPD, LPTENUM\NECMultiImpact_700XX2F56,NECMultiImpact_700XX2F56,NEC_MultiImpact_700XX
  42. "NEC MultiImpact 700LX" = NC700LXJ.GPD, LPTENUM\NECMultiImpact_700LX2F59,NECMultiImpact_700LX2F59,NEC_MultiImpact_700LX
  43. "NEC MultiImpact 700EX" = NC700EXJ.GPD, LPTENUM\NECMultiImpact_700EX7F5F,NECMultiImpact_700EX7F5F,NEC_MultiImpact_700EX
  44. ;
  45. ; Installer Sections
  46. ;
  47. ; These sections control file installation, and reference all files that
  48. ; need to be copied. The section name will be assumed to be the driver
  49. ; file, unless there is an explicit DriverFile section listed.
  50. ;
  51. [NC70015J.GPD]
  52. CopyFiles=@NC70JRES.DLL,@NC70015J.GPD,@NC75JRES.HLP,UNIDRV
  53. DataSection=UNIDRV_DATA
  54. DataFIle=NC70015J.GPD
  55. [NC70055J.GPD]
  56. CopyFiles=@NC70JRES.DLL,@NC70055J.GPD,@NC70JRES.HLP,UNIDRV
  57. DataSection=UNIDRV_DATA
  58. DataFIle=NC70055J.GPD
  59. [NC700JHJ.GPD]
  60. CopyFiles=@NC70JRES.DLL,@NC700JHJ.GPD,@NC70JRES.HLP,UNIDRV
  61. DataSection=UNIDRV_DATA
  62. DataFIle=NC700JHJ.GPD
  63. [NC700JJ.GPD]
  64. CopyFiles=@NC70JRES.DLL,@NC700JJ.GPD,@NC70JRES.HLP,UNIDRV
  65. DataSection=UNIDRV_DATA
  66. DataFIle=NC700JJ.GPD
  67. [NC700XHJ.GPD]
  68. CopyFiles=@NC70JRES.DLL,@NC700XHJ.GPD,@NC70JRES.HLP,UNIDRV
  69. DataSection=UNIDRV_DATA
  70. DataFIle=NC700XHJ.GPD
  71. [NC700XJ.GPD]
  72. CopyFiles=@NC70JRES.DLL,@NC700XJ.GPD,@NC70JRES.HLP,UNIDRV
  73. DataSection=UNIDRV_DATA
  74. DataFIle=NC700XJ.GPD
  75. [NC700JXJ.GPD]
  76. CopyFiles=@NC70JRES.DLL,@NC700JXJ.GPD,@NC70JRES.HLP,UNIDRV
  77. DataSection=UNIDRV_DATA
  78. DataFIle=NC700JXJ.GPD
  79. [NC700XXJ.GPD]
  80. CopyFiles=@NC70JRES.DLL,@NC700XXJ.GPD,@NC70JRES.HLP,UNIDRV
  81. DataSection=UNIDRV_DATA
  82. DataFIle=NC700XXJ.GPD
  83. [NC700LXJ.GPD]
  84. CopyFiles=@NC70JRES.DLL,@NC700LXJ.GPD,@NC70JRES.HLP,UNIDRV
  85. DataSection=UNIDRV_DATA
  86. DataFIle=NC700LXJ.GPD
  87. [NC700EXJ.GPD]
  88. CopyFiles=@NC70JRES.DLL,@NC700EXJ.GPD,@NC70JRES.HLP,UNIDRV
  89. DataSection=UNIDRV_DATA
  90. DataFIle=NC700EXJ.GPD
  91. ; Copy Sections
  92. ;
  93. ; Lists of files that are actually copied. These sections are referenced
  94. ; from the installer sections, above. Only create a section if it contains
  95. ; two or more files (if we only copy a single file, identify it in the
  96. ; installer section, using the @filename notation) or if it's a color
  97. ; profile (since the DestinationDirs can only handle sections, and not
  98. ; individual files).
  99. ;
  100. [UNIDRV]
  101. UNIDRV.DLL
  102. UNIRES.DLL
  103. GPDPARSE.DLL
  104. UNIDRVUI.DLL
  105. STDNAMES.GPD
  106. UNIDRV.HLP
  107. ;
  108. ; Data Sections
  109. ;
  110. ; These sections contain data that is shared between devices.
  111. ;
  112. [UNIDRV_DATA]
  113. DriverFile=UNIDRV.DLL
  114. ConfigFile=UNIDRVUI.DLL
  115. HelpFile=UNIDRV.HLP
  116. ;
  117. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  118. ; (depending on which environment drivers are getting installed)
  119. ;
  120. [DestinationDirs]
  121. DefaultDestDir=66000
  122. ;
  123. ; Control Flags
  124. ;
  125. [ControlFlags]
  126. ;
  127. ; Localizable Strings
  128. ;
  129. [Strings]
  130. ;MS="Microsoft Windows NT 5.0"
  131. MS="Local Testing - NC70J"
  132. PrinterClassName="Printer"
  133. NEC="NEC"