home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / hp / laserjet / lj615en / lj615en.exe / HPPRINT.INF < prev    next >
Windows Setup INFormation  |  1997-03-07  |  3KB  |  133 lines

  1. ;
  2. ; Hewlett Packard printer INF for NT 4.0.
  3. ;
  4.  
  5. [Version]
  6. Signature="$Windows NT$"
  7. Provider=%HP%
  8. LayoutFile=layout.inf
  9. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  10. Class=Printer
  11.  
  12. ;
  13. ; Manufacturer Sections
  14. ;
  15. ; This 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 
  23. ;
  24. ; These sections correspond with an entry listed in the
  25. ; [Manufacturer] section above. The models will be displayed in the order
  26. ; that they appear here.
  27. ;
  28. [HP]
  29. "HP LaserJet 5/5M - Enhanced"                               = HPXLNT.DLL.BIDI
  30. "HP LaserJet 6P/6MP - Enhanced"                             = HPXLNT.DLL.BIDI
  31.  
  32. ; "HP LaserJet 5Si"                                      = HP5SIM.DLL.BIDI
  33. ; "HP LaserJet 5Si MX"                                   = HP5SIM.DLL.BIDI
  34. ; "HP LaserJet 5Si Mopier"                               = HP5SIM.DLL.BIDI
  35.  
  36. ;
  37. ; Installer Sections
  38. ;
  39. ; These sections control file installation, and reference all files that
  40. ; need to be copied. The section name will be assumed to be the driver data
  41. ; file, unless there is an explicit DataFile section listed.
  42. ;
  43.  
  44. [HP5SIM.DLL.BIDI]
  45. CopyFiles=@HP5SIM.DLL,@HP5SIMUI.DLL,@HP5SIMUI.HLP,@PJLMON.DLL,HPRASDD
  46. DataSection=HPRASDD_DATA
  47. DataFile=HP5SIM.DLL
  48. LanguageMonitor=%PJL_MONITOR%
  49.  
  50. [HPXLNT.DLL.BIDI]
  51. CopyFiles=HPXLNT
  52. DataSection=HPXLNT_DATA
  53. DataFile=hpbxlk2.DLL
  54. LanguageMonitor=%PJL_MONITOR%
  55.  
  56.  
  57. ; Copy Sections
  58. ;
  59. ; Lists of files that are actually copied. These sections are referenced
  60. ; from the installer sections above. Only create a section if it contains
  61. ; two or more files (if we only copy a single file, identify it in the
  62. ; installer section, using the @filename notation) or if it's a color
  63. ; profile (since the DestinationDirs can only handle sections, and not
  64. ; individual files).
  65. ;
  66. [HPRASDD]
  67. HPRASDD.DLL
  68. HPRASDUI.DLL
  69. HPRASDUI.HLP
  70.  
  71. [HPXLNT]
  72. hpbxlk1.DLL
  73. hpbxlk2.DLL
  74. hpbxlk3.DLL
  75. HPRASDUI.DLL
  76. HPRASDUI.HLP
  77. PJLMON.DLL
  78.  
  79. ;
  80. ; Data Sections
  81. ;
  82. ; These sections contain data that is shared between devices.
  83. ;
  84. [HPRASDD_DATA]
  85. DriverFile=HPRASDD.DLL
  86. ConfigFile=HPRASDUI.DLL
  87. HelpFile=HPRASDUI.HLP
  88.  
  89.  
  90. [HPXLNT_DATA]
  91. DriverFile=hpbxlk1.DLL
  92. ConfigFile=HPRASDUI.DLL
  93. HelpFile=HPRASDUI.HLP
  94.  
  95. ;
  96. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  97. ; (depending on which environment drivers are getting installed)
  98. ;
  99.  
  100. [DestinationDirs]
  101. DefaultDestDir=66000
  102.  
  103. ;
  104. ; diskid = description,tagfile,unused,subdir
  105. ;
  106.  
  107. [SourceDisksNames.x86]
  108. 4 = %wks1%,XLNT.TAG,,\i386
  109. ;
  110. ; filename_on_source = diskid,subdir,size,checksum,spare,spare
  111. ; extra fields are nt-specific
  112. ;   bootmediaord,targetdirectory,upgradedisposition,textmodedisposition,targetname
  113. ;
  114.  
  115. [SourceDisksFiles]
  116. hpbxlk1.dll = 4,,,,,,,,2,3
  117. hpbxlk3.dll = 4,,,,,,,,2,3
  118. hpbxlk2.dll = 4,,,,,,,,2,3
  119. ;hp5simui.hlp = 4,,,,,,,,2,3
  120. hprasdd.dll = 4,,,,,,,2,3
  121. hprasdui.dll = 4,,,,,,,2,3
  122. hprasdui.hlp = 4,,,,,,,2,3
  123. pjlmon.dll = 4,,,,,,,2,3
  124.  
  125. ;
  126. ; Localizable Strings
  127. ;
  128. [Strings]
  129. HP="Hewlett-Packard"
  130. wks1="HP LaserJet Enhanced Driver SetupDisk"
  131. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  132.