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.

108 lines
4.2 KiB

  1. ��; NTPRINT.INF (for Windows 2000)
  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. CatalogFile=delta.cat
  12. DriverVer=08/24/1999,5.00.2110.1
  13. [SourceDisksFiles]
  14. delta.cat = 1
  15. [ClassInstall32.NT]
  16. AddReg=printer_class_addreg
  17. [printer_class_addreg]
  18. HKR,,,,%PrinterClassName%
  19. HKR,,Icon,,"-4"
  20. HKR,,Installer32,,"ntprint.dll,ClassInstall32"
  21. HKR,,NoDisplayClass,,1
  22. HKR,,EnumPropPages32,,"printui.dll,PrinterPropPageProvider"
  23. ;
  24. ;
  25. ; Manufacturer section (Japanese)
  26. ;
  27. [Manufacturer]
  28. %NEC%=NEC.JPN
  29. ;
  30. ; Model sections (Japanese)
  31. ;
  32. [NEC.JPN]
  33. "NEC PC-PR750/850(168)" = NCB168J.GPD, LPTENUM\NECPC-PR750/850(168)1ED1,NECPC-PR750/850(168)1ED1,NECPC-PR750/850(168)
  34. "NEC PC-PR750/850(160)" = NCB160J.GPD, LPTENUM\NECPC-PR750/850(160)DED6,NECPC-PR750/850(160)DED6,NECPC-PR750/850(160)
  35. ;
  36. ; Installer Sections (Japanese)
  37. ;
  38. [NCB168J.GPD]
  39. CopyFiles=@NCB2JRES.DLL,@NCB2JRES.INI,@NCB168J.GPD,@NCB2JRES.HLP,UNIDRV
  40. DataSection=UNIDRV_DATA
  41. DataFile=NCB168J.GPD
  42. [NCB160J.GPD]
  43. CopyFiles=@NCB2JRES.DLL,@NCB2JRES.INI,@NCB160J.GPD,@NCB2JRES.HLP,UNIDRV
  44. DataSection=UNIDRV_DATA
  45. DataFile=NCB160J.GPD
  46. ;
  47. ; Copy section (Japanese)
  48. ;
  49. [UNIDRV]
  50. UNIDRV.DLL
  51. UNIRES.DLL
  52. ;GPDPARSE.DLL
  53. UNIDRVUI.DLL
  54. STDNAMES.GPD
  55. UNIDRV.HLP
  56. ;
  57. ; Data Sections
  58. ;
  59. ; These sections contain data that is shared between devices.
  60. ;
  61. [UNIDRV_DATA]
  62. DriverFile=UNIDRV.DLL
  63. ConfigFile=UNIDRVUI.DLL
  64. HelpFile=UNIDRV.HLP
  65. ;
  66. ; OEM URLS
  67. ;
  68. ; This sections gives the URL for manufacturers found in the Manufacturers section
  69. ;
  70. [OEM URLS]
  71. %NEC% = "http://www.nec.co.jp"
  72. ;
  73. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  74. ; (depending on which environment drivers are getting installed)
  75. ;
  76. [DestinationDirs]
  77. DefaultDestDir=66000
  78. ;
  79. ; Localizable Strings
  80. ;
  81. [Strings]
  82. NEC="NEC"
  83. MS="Microsoft Windows 2000"