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.

125 lines
2.9 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. "%OKI%"=OKI.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. [OKI.JPN]
  34. "OKI MICROLINE 5320SV" = OK532SVJ.GPD, OKI MICROLINE_5320SV
  35. "OKI MICROLINE 8340SV" = OK834SVJ.GPD, OKI_MICROLINE_8340SV
  36. "OKI MICROLINE 8350SV" = OK835SVJ.GPD, OKI_MICROLINE_8350SV
  37. "OKI MICROLINE 8370SV" = OK837SVJ.GPD, OKI_MICROLINE_8370SV
  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. [OK532SVJ.GPD]
  46. CopyFiles=@OK21JRES.DLL,@OK532SVJ.GPD,UNIDRV
  47. DataSection=UNIDRV_DATA
  48. DataFile=OK532SVJ.GPD
  49. [OK834SVJ.GPD]
  50. CopyFiles=@OK21JRES.DLL,@OK834SVJ.GPD,UNIDRV
  51. DataSection=UNIDRV_DATA
  52. DataFile=OK834SVJ.GPD
  53. [OK835SVJ.GPD]
  54. CopyFiles=@OK21JRES.DLL,@OK835SVJ.GPD,UNIDRV
  55. DataSection=UNIDRV_DATA
  56. DataFile=OK835SVJ.GPD
  57. [OK837SVJ.GPD]
  58. CopyFiles=@OK21JRES.DLL,@OK837SVJ.GPD,UNIDRV
  59. DataSection=UNIDRV_DATA
  60. DataFile=OK837SVJ.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. ExcludeFromSelect = 2369
  97. ;
  98. ; Localizable Strings
  99. ;
  100. [Strings]
  101. ;MS="Microsoft Windows NT 5.0"
  102. MS="Local Testing - OK21J"
  103. PrinterClassName="Printer"
  104. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  105. OKI="Oki"