home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / YAZICI / HP / LASERJET / MOPIER / WINNT4 / LJ141EN.EXE / DISK1 / HPPRINT.INF < prev    next >
Encoding:
INI File  |  1996-09-29  |  2.8 KB  |  116 lines

  1.  
  2. ; NTPRINT.INF (for SUR) (Combined Postscript and PCL version)
  3. ;
  4. ; List of supported printers, manufacturers
  5. ;
  6.  
  7. [Version]
  8. Signature="$Windows NT$"
  9. Provider=%MS%
  10. LayoutFile=layout.inf
  11. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  12. Class=Printer
  13.  
  14. ;
  15. ; The Manufacturer section lists all of the manufacturers that we will
  16. ; display in the Dialog box
  17. ;
  18. [Manufacturer]
  19. "HP"
  20.  
  21. ;
  22. ; Model sections. Each section here corresponds with an entry listed in the
  23. ; [Manufacturer] section, above. The models will be displayed in the order
  24. ; that they appear in the INF file.
  25. ;
  26. [HP]
  27. "HP LaserJet 5Si"                                      = HP5SIM.DLL.BIDI
  28. "HP LaserJet 5Si Mopier"                               = HP5SIM.DLL.BIDI
  29. "HP LaserJet 5Si Mopier PS"                            = HPLJ5SIM.PPD
  30. "HP LaserJet 5Si/5Si MX PS"                            = HPLJ5SI1.PPD
  31. ;
  32. ; Installer Sections
  33. ;
  34. ; These sections control file installation, and reference all files that
  35. ; need to be copied. The section name will be assumed to be the driver
  36. ; file, unless there is an explicit DriverFile section listed.
  37. ;
  38. [HP5SIM.DLL.BIDI]
  39. CopyFiles=HPRASDD
  40. DataSection=HPRASDD_DATA
  41. DataFile=HP5SIM.DLL
  42. LanguageMonitor=%PJL_MONITOR%
  43.  
  44. [HPLJ5SIM.PPD]
  45. CopyFiles=MPSCRIPT
  46. DataSection=PSCRIPT_DATA
  47.  
  48.  
  49. [HPLJ5SI1.PPD]
  50. CopyFiles=JPSCRIPT
  51. DataSection=PSCRIPT_DATA
  52.  
  53. ; Copy Sections
  54. ;
  55. ; Lists of files that are actually copied. These sections are referenced
  56. ; from the installer sections, above. Only create a section if it contains
  57. ; two or more files (if we only copy a single file, identify it in the
  58. ; installer section, using the @filename notation) or if it's a color
  59. ; profile (since the DestinationDirs can only handle sections, and not
  60. ; individual files).
  61. ;
  62.  
  63. [HPRASDD]
  64. PJLMON.DLL,PJLMON.DL_
  65. HPRASDD.DLL,HPRASDD.DL_
  66. HPRASDUI.DLL,HPRASDUI.DL_
  67. HPRASDUI.HLP,HPRASDUI.HL_
  68. HP5SIM.DLL,HP5SIM.DL_
  69. HP5SIMUI.DLL,HP5SIMUI.DL_
  70. HP5SIMUI.HLP,HP5SIMUI.HL_
  71. ;
  72. ; 5si Mopier postscript files
  73. ;
  74. [MPSCRIPT]
  75. PSCRIPT.DLL,PSCRIPT4.DL_
  76. PSCRPTUI.DLL,PSCRPTU4.DL_
  77. PSCRIPT.HLP,PSCRIPT4.HL_
  78. HPLJ5SIM.PPD,HPLJ5SIM.PP_
  79. ;
  80. ; 5si postscript files
  81. ;
  82. [JPSCRIPT]
  83. PSCRIPT.DLL,PSCRIPT4.DL_
  84. PSCRPTUI.DLL,PSCRPTU4.DL_
  85. PSCRIPT.HLP,PSCRIPT4.HL_
  86. HPLJ5SI1.PPD,HPLJ5SI1.PP_
  87. ;
  88. ; Data Sections
  89. ;
  90. ; These sections contain data that is shared between devices.
  91. ;
  92. [HPRASDD_DATA]
  93. DriverFile=HPRASDD.DLL
  94. ConfigFile=HPRASDUI.DLL
  95. HelpFile=HPRASDUI.HLP
  96.  
  97. [PSCRIPT_DATA]
  98. DriverFile=PSCRIPT.DLL
  99. ConfigFile=PSCRPTUI.DLL
  100. HelpFile=PSCRIPT.HLP
  101.  
  102. ;
  103. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  104. ; (depending on which environment drivers are getting installed)
  105. ;
  106.  
  107. [DestinationDirs]
  108. DefaultDestDir=66000
  109.  
  110. ;
  111. ; Localizable Strings
  112. ;
  113. [Strings]
  114. MS="Microsoft"
  115. PJL_MONITOR="PJL Language Monitor,PJLMON.DL_"
  116.