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.

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