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.

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