home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 March / VPR0003B.ISO / support / usprndrv / hplj6l.inf < prev    next >
Windows Setup INFormation  |  1999-10-14  |  3KB  |  110 lines

  1.  
  2. ; HPLJ6L.INF (for SP4)
  3. ;
  4. ; List of supported printers, manufacturers
  5. ;
  6.  
  7. [Version]
  8. Signature="$Windows NT$"
  9. Provider=%MS%
  10. LayoutFile=hpD640.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.  
  27. [HP]
  28. "HP LaserJet 6L"                                          = PCL5EMS3.DLL.BIDI
  29.  
  30. ;
  31. ; Installer Sections
  32. ;
  33. ; These sections control file installation, and reference all files that
  34. ; need to be copied. The section name will be assumed to be the driver
  35. ; file, unless there is an explicit DriverFile section listed.
  36. ;
  37.  
  38. [PCL5EMS3.DLL.BIDI]
  39. CopyFiles=@PCL5EMS3.DLL,@PJLMON.DLL,RASDD
  40. DataSection=RASDD_DATA
  41. DataFile=PCL5EMS3.DLL
  42. LanguageMonitor=%PJL_MONITOR%
  43.  
  44.  
  45. ; Copy Sections
  46. ;
  47. ; Lists of files that are actually copied. These sections are referenced
  48. ; from the installer sections, above. Only create a section if it contains
  49. ; two or more files (if we only copy a single file, identify it in the
  50. ; installer section, using the @filename notation) or if it's a color
  51. ; profile (since the DestinationDirs can only handle sections, and not
  52. ; individual files).
  53. ;
  54.  
  55. [RASDD]
  56. RASDD.DLL
  57. RASDDUI.DLL
  58. RASDDUI.HLP
  59.  
  60. ;
  61. ; Data Sections
  62. ;
  63. ; These sections contain data that is shared between devices.
  64. ;
  65. [RASDD_DATA]
  66. DriverFile=RASDD.DLL
  67. ConfigFile=RASDDUI.DLL
  68. HelpFile=RASDDUI.HLP
  69.  
  70. ;
  71. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  72. ; (depending on which environment drivers are getting installed)
  73. ;
  74.  
  75. [DestinationDirs]
  76. DefaultDestDir=66000
  77.  
  78. ;
  79. ; diskid = description,tagfile,unused,subdir
  80. ;
  81. [SourceDisksNames.x86]
  82. 4 = %sp%,,,\i386
  83.  
  84. [SourceDisksNames.alpha]
  85. 4 = %sp%,,,\alpha
  86.  
  87. ;
  88. ; These sections are used during text-mode setup and correspond
  89. ; to the targetdirectory field in the [SourceDisksFiles] section.
  90. ;
  91.  
  92. ;
  93. ; filename_on_source = diskid,subdir,size,checksum,spare,spare
  94. ; extra fields are nt-specific
  95. ;   bootmediaord,targetdirectory,upgradedisposition,textmodedisposition,targetname
  96. ;
  97. [SourceDisksFiles]
  98. rasdd.dll    = 4
  99. rasddui.dll  = 4
  100. rasddui.hlp  = 4
  101. PCL5EMS3.dll  = 4
  102. PJLMON.DLL   = 4
  103.  
  104. ;
  105. ; Localizable Strings
  106. ;
  107. [Strings]
  108. MS="SP4"
  109. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  110. sp="Supplemental Printer Disk for NT4.0"