home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 March / VPR9903B.ISO / SUPPORT / USPRNDRV / PCL5E.INF < prev    next >
Windows Setup INFormation  |  1998-11-10  |  3KB  |  109 lines

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