home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / drivers / lexmark / 3000 / cjnt4a3e.exe / NTPRINT.INF < prev    next >
Windows Setup INFormation  |  1997-04-29  |  2KB  |  114 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 3000 Color Jetprinter"            = Lmijnt41.DLL
  33. "Lexmark 3000 (Special Media)"             = Lmijnt41.DLL
  34.  
  35. ;
  36. ; Installer Sections
  37. ;
  38. ; These sections control file installation, and reference all files that
  39. ; need to be copied. The section name will be assumed to be the driver
  40. ; file, unless there is an explicit DriverFile section listed.
  41. ;
  42.  
  43. [Lmijnt41.DLL.NT]
  44. CopyFiles=@.\Lmijnt41.DLL,RASDD_NT,ALIGN_CARTR
  45. DataFile=Lmijnt41.DLL
  46. DataSection=RASDD_DATA_NT
  47.  
  48. [Lmijnt41.DLL]
  49. CopyFiles=@Lmijnt41.DRV,@PJLMON.DLL,UNI,FINSTALL
  50. DataSection=UNI_DATA
  51. DriverFile=Lmijnt41.DRV
  52. LanguageMonitor=%PJL_MONITOR%
  53.  
  54. ; Copy Sections
  55. ;
  56. ; Lists of files that are actually copied. These sections are referenced
  57. ; from the installer sections, above. Only create a section if it contains
  58. ; two or more files (if we only copy a single file, identify it in the
  59. ; installer section, using the @filename notation) or if it's a color
  60. ; profile (since the DestinationDirs can only handle sections, and not
  61. ; individual files).
  62. ;
  63.  
  64.  
  65. [FINSTALL]
  66. FINSTALL.DLL
  67. FINSTALL.HLP
  68.  
  69. [UNI]
  70. UNIDRV.DLL
  71. UNIDRV.HLP
  72. ICONLIB.DLL
  73.  
  74. [RASDD_NT]
  75. .\RASDD.DLL
  76. .\RASDDUI.DLL
  77. .\RASDDUI.HLP
  78.  
  79. [ALIGN_CARTR]
  80. .\LEXALIGN.EXE
  81. .\ALIGN1.OUT
  82. .\ALIGN2.OUT
  83.  
  84. ;
  85. ; Data Sections
  86. ;
  87. ; These sections contain data that is shared between devices.
  88. ;
  89.  
  90. [RASDD_DATA_NT]
  91. DriverFile=RASDD.DLL
  92. ConfigFile=RASDDUI.DLL
  93. HelpFile=RASDDUI.HLP
  94.  
  95. [UNI_DATA]
  96. HelpFile=UNIDRV.HLP
  97. DefaultDataType=EMF
  98.  
  99. ;
  100. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  101. ; (depending on which environment drivers are getting installed)
  102. ;
  103.  
  104. [DestinationDirs]
  105. DefaultDestDir=66000
  106.  
  107. ;
  108. ; Localizable Strings
  109. ;
  110. [Strings]
  111. MS="Microsoft"
  112. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  113.  
  114.