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

  1.  
  2. ; LEXMARK.INF (for SPD)
  3. ;
  4. ; List of supported printers, manufacturers
  5. ;
  6.  
  7. [Version]
  8. Signature="$Windows NT$"
  9. Provider=%MS%
  10. LayoutFile=LEXMARK.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. "Lexmark"
  20.  
  21. ;
  22. ; Model sections.
  23. ;
  24. ; Each section here corresponds with an entry listed in the
  25. ; [Manufacturer] section, above. The models will be displayed in the order
  26. ; that they appear in the INF file.
  27. ;
  28.  
  29. [Lexmark]
  30. "Lexmark Optra E+"                                     = LMPCLMD4.DLL
  31. "Lexmark Optra S 1250"                                 = LMPCLMD3.DLL
  32. "Lexmark Optra S 1255"                                 = LMPCLMD3.DLL
  33. "Lexmark Optra S 1620"                                 = LMPCLMD5.DLL
  34. "Lexmark Optra S 1625"                                 = LMPCLMD3.DLL
  35. "Lexmark Optra S 1650"                                 = LMPCLMD3.DLL
  36. "Lexmark Optra S 1855"                                 = LMPCLMD3.DLL
  37. "Lexmark Optra S 2420"                                 = LMPCLMD5.DLL
  38. "Lexmark Optra S 2450"                                 = LMPCLMD3.DLL
  39. "Lexmark Optra S 2455"                                 = LMPCLMD3.DLL
  40. "Lexmark Optra SC 1275"                                = LMPCLMD4.DLL
  41.  
  42.  
  43. ;
  44. ; Installer Sections
  45. ;
  46. ; These sections control file installation, and reference all files that
  47. ; need to be copied. The section name will be assumed to be the driver
  48. ; file, unless there is an explicit DriverFile section listed.
  49. ;
  50.  
  51. [LMPCLMD3.DLL]
  52. CopyFiles=@LMPCLMD3.DLL,RASDD
  53. DataSection=RASDD_DATA
  54.  
  55. [LMPCLMD4.DLL]
  56. CopyFiles=@LMPCLMD4.DLL,RASDD
  57. DataSection=RASDD_DATA
  58.  
  59. [LMPCLMD5.DLL]
  60. CopyFiles=@LMPCLMD5.DLL,RASDD
  61. DataSection=RASDD_DATA
  62.  
  63. ; Copy Sections
  64. ;
  65. ; Lists of files that are actually copied. These sections are referenced
  66. ; from the installer sections, above. Only create a section if it contains
  67. ; two or more files (if we only copy a single file, identify it in the
  68. ; installer section, using the @filename notation) or if it's a color
  69. ; profile (since the DestinationDirs can only handle sections, and not
  70. ; individual files).
  71. ;
  72.  
  73. [RASDD]
  74. RASDD.DLL
  75. RASDDUI.DLL
  76. RASDDUI.HLP
  77.  
  78. ;
  79. ; Data Sections
  80. ;
  81. ; These sections contain data that is shared between devices.
  82. ;
  83. [RASDD_DATA]
  84. DriverFile=RASDD.DLL
  85. ConfigFile=RASDDUI.DLL
  86. HelpFile=RASDDUI.HLP
  87.  
  88. ;
  89. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  90. ; (depending on which environment drivers are getting installed)
  91. ;
  92.  
  93. [DestinationDirs]
  94. DefaultDestDir=66000
  95.  
  96. ;
  97. ; diskid = description,tagfile,unused,subdir
  98. ;
  99. [SourceDisksNames.x86]
  100. 4 = %sp%,,,\i386
  101.  
  102. [SourceDisksNames.alpha]
  103. 4 = %sp%,,,\alpha
  104.  
  105. ;
  106. ; These sections are used during text-mode setup and correspond
  107. ; to the targetdirectory field in the [SourceDisksFiles] section.
  108. ;
  109.  
  110. ;
  111. ; filename_on_source = diskid,subdir,size,checksum,spare,spare
  112. ; extra fields are nt-specific
  113. ;   bootmediaord,targetdirectory,upgradedisposition,textmodedisposition,targetname
  114. ;
  115. [SourceDisksFiles]
  116. rasdd.dll    = 4
  117. rasddui.dll  = 4
  118. rasddui.hlp  = 4
  119. LMPCLMD3.DLL = 4
  120. LMPCLMD4.DLL = 4
  121. LMPCLMD5.DLL = 4
  122.  
  123. ;
  124. ; Localizable Strings
  125. ;
  126. [Strings]
  127. MS="SPD"
  128. sp="Supplemental Printer Disk for NT4.0"