home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / drivers / lexmark / optra403 / mpnt4x5e.exe / NTPRINT.INF < prev    next >
Windows Setup INFormation  |  1997-11-12  |  3KB  |  122 lines

  1.  
  2. ; NTPRINT.INF (for SUR)
  3. ;
  4. ; List of supported printers, manufacturers
  5. ;
  6.  
  7. [Version]
  8. Signature="$Windows NT$"
  9. Provider=%MS%
  10. LayoutFile=layout.inf
  11. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  12. Class=Printer
  13.  
  14. ;
  15. ; Manufacturer section.
  16. ;
  17. ; This section lists all of the manufacturers
  18. ; that we will display in the Dialog box
  19. ;
  20. [Manufacturer]
  21. "Lexmark"
  22.  
  23. ;
  24. ; Model sections.
  25. ;
  26. ; Each section here corresponds with an entry listed in the
  27. ; [Manufacturer] section, above. The models will be displayed in the order
  28. ; that they appear in the INF file.
  29. ;
  30.  
  31. [Lexmark]
  32. "Lexmark 4039 LaserPrinter Plus"                       = Lmpcln41.DLL
  33. "Lexmark Optra"                                        = Lmpcln41.DLL
  34. "Lexmark Optra Plus"                                   = Lmpcln41.DLL
  35. "Lexmark Optra C"                                      = Lmpcln41.DLL
  36. "Lexmark Optra E"                                      = Lmpcln41.DLL
  37. "Lexmark Optra Ep"                                     = Lmpcln41.DLL
  38. "Lexmark Optra E+"                                     = Lmpcln41.DLL
  39. "Lexmark Optra N"                                      = Lmpcln41.DLL
  40. "Lexmark Optra S 2450"                                 = Lmpcln41.DLL
  41. "Lexmark Optra S 2420"                                 = Lmpcln41.DLL
  42. "Lexmark Optra S 1650"                                 = Lmpcln41.DLL
  43. "Lexmark Optra S 1620"                                 = Lmpcln41.DLL
  44. "Lexmark Optra S 1250"                                 = Lmpcln41.DLL
  45. "Lexmark Optra SC 1275"                                = Lmpcln41.DLL
  46. "Lexmark Optra K 1220"                                 = Lmpcln41.DLL
  47.  
  48. ;
  49. ; Installer Sections
  50. ;
  51. ; These sections control file installation, and reference all files that
  52. ; need to be copied. The section name will be assumed to be the driver
  53. ; file, unless there is an explicit DriverFile section listed.
  54. ;
  55.  
  56. [Lmpcln41.DLL.NT]
  57. CopyFiles=@.\Lmpcln41.DLL,RASDD_NT
  58. DataFile=Lmpcln41.DLL
  59. DataSection=RASDD_DATA_NT
  60.  
  61. [Optra.DLL]
  62. CopyFiles=@Lmpcln41.DRV,@PJLMON.DLL,UNI,FINSTALL
  63. DataSection=UNI_DATA
  64. DriverFile=Lmpcln41.DRV
  65. LanguageMonitor=%PJL_MONITOR%
  66.  
  67. ; Copy Sections
  68. ;
  69. ; Lists of files that are actually copied. These sections are referenced
  70. ; from the installer sections, above. Only create a section if it contains
  71. ; two or more files (if we only copy a single file, identify it in the
  72. ; installer section, using the @filename notation) or if it's a color
  73. ; profile (since the DestinationDirs can only handle sections, and not
  74. ; individual files).
  75. ;
  76.  
  77.  
  78. [FINSTALL]
  79. FINSTALL.DLL
  80. FINSTALL.HLP
  81.  
  82. [UNI]
  83. UNIDRV.DLL
  84. UNIDRV.HLP
  85. ICONLIB.DLL
  86.  
  87. [RASDD_NT]
  88. .\RASDD.DLL
  89. .\RASDDUI.DLL
  90. .\RASDDUI.HLP
  91.  
  92. ;
  93. ; Data Sections
  94. ;
  95. ; These sections contain data that is shared between devices.
  96. ;
  97.  
  98. [RASDD_DATA_NT]
  99. DriverFile=RASDD.DLL
  100. ConfigFile=RASDDUI.DLL
  101. HelpFile=RASDDUI.HLP
  102.  
  103. [UNI_DATA]
  104. HelpFile=UNIDRV.HLP
  105. DefaultDataType=EMF
  106.  
  107. ;
  108. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  109. ; (depending on which environment drivers are getting installed)
  110. ;
  111.  
  112. [DestinationDirs]
  113. DefaultDestDir=66000
  114.  
  115. ;
  116. ; Localizable Strings
  117. ;
  118. [Strings]
  119. MS="Microsoft"
  120. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  121.  
  122.