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

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