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

  1.  
  2. ; ESCP2MS.INF (for SPD)
  3. ;
  4. ; List of supported printers, manufacturers
  5. ;
  6.  
  7. [Version]
  8. Signature="$Windows NT$"
  9. Provider=%MS%
  10. LayoutFile=escp2ms.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 AP-3300 ESC/P 2"                       = ESCP2MS.DLL
  29. "Epson LQ-300 ESC/P 2"                       = ESCP2MS.DLL
  30. "Epson LQ-2070 ESC/P 2"                       = ESCP2MS.DLL    
  31. "Epson LQ-2170 ESC/P 2"                       = ESCP2MS.DLL    
  32.  
  33. ;
  34. ; Installer Sections
  35. ;
  36. ; These sections control file installation, and reference all files that
  37. ; need to be copied. The section name will be assumed to be the driver
  38. ; file, unless there is an explicit DriverFile section listed.
  39. ;
  40.  
  41. [ESCP2MS.DLL]
  42. CopyFiles=@ESCP2MS.DLL,RASDD
  43. DataSection=RASDD_DATA
  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. ESCP2MS.dll  = 4
  102.  
  103.  
  104. ;
  105. ; Localizable Strings
  106. ;
  107. [Strings]
  108. MS="Microsoft"
  109. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  110. sp="NT Service Pack 3"