home *** CD-ROM | disk | FTP | other *** search
/ CICA 1997 February / cicawindowscollection199702-1.iso / disc1 / drivers / printer / lexoptra.exe / LEXOPTRA.INF next >
INI File  |  1995-06-14  |  4KB  |  152 lines

  1. ; LEXOPTRA.INF
  2.  
  3. [Version]
  4. Signature="$CHICAGO$"
  5. Class=Printer
  6. Provider=%MS%
  7. LayoutFile=layout.inf
  8.  
  9. [ClassInstall]
  10. AddReg=ClassAddReg
  11. DelReg=ClassDelReg
  12.  
  13. [ClassDelReg]
  14. HKLM,"System\CurrentControlSet\Services\Class\Printer","NoUseClass"
  15.  
  16. [ClassAddReg]
  17. HKR,,,,%CLASSNAME%
  18. HKR,,Installer,,MSPRINT.DLL
  19. HKR,,Icon,,-4
  20. HKR,,NoDisplayClass,,1
  21.  
  22. [Environment]
  23. UpdateInis=Environment_Ini
  24. AddReg=Environment_Reg
  25.  
  26. [Environment_Ini]
  27. win.ini,Ports,"LPT1.DOS=",
  28. win.ini,Ports,"LPT2.DOS=",
  29. win.ini,Ports,"LPT3.DOS=",
  30. win.ini,Ports,"LPT1.OS2=",
  31. win.ini,Ports,"LPT2.OS2=",
  32. win.ini,Ports,"LPT3.OS2=",
  33. win.ini,windows,"Spooler=",
  34. win.ini,windows,"DosPrint=",
  35. win.ini,windows,"DeviceNotSelectedTimeout=",
  36. win.ini,windows,"TransmissionRetryTimeout=",
  37.  
  38. [Environment_Reg]
  39. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0","Directory",,"CHICAGO"
  40. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Drivers",,,
  41. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Print Processors",,,
  42. HKLM,"System\CurrentControlSet\Control\Print\Monitors",,,
  43. HKLM,"System\CurrentControlSet\Control\Print\Printers",,,
  44. HKLM,"System\CurrentControlSet\Control\Print\Printers","StartOnBoot",1,01,00,00,00
  45. HKLM,"System\CurrentControlSet\Control\Print\Providers",,,
  46.  
  47. ;
  48. ; The Manufacturer section lists all of the manufacturers that we will
  49. ; display in the Dialog box
  50.  
  51. [Manufacturer]
  52. "IBM/Lexmark"
  53.  
  54. ;
  55. ; Model sections. Each section here corresponds with an entry listed in the
  56. ; [Manufacturer] section, above. The models will be displayed in the order
  57. ; that they appear in the INF file.
  58. ;
  59. ; Each model lists a variation of its own name as a compatible ID. This
  60. ; is done primarily as an optimization during upgrade.
  61.  
  62. [IBM/Lexmark]
  63. "Lexmark 4039 plus PS" = LEX4039P.SPD,Lexmark_4039_plus_PS
  64. "Lexmark Optra PS"     = LEXOPTRA.SPD,Lexmark_Optra_PS
  65.  
  66. ;
  67. ; Installer Sections
  68. ;
  69. ; These sections control file installation, and reference all files that
  70. ; need to be copied. The section name will be assumed to be the driver
  71. ; file, unless there is an explicit DriverFile section listed.
  72. ;
  73.  
  74. [LEX4039P.SPD]
  75. CopyFiles=@LEX4039P.SPD,PSCRIPT
  76. DataSection=PSCRIPT_DATA
  77.  
  78. [LEXOPTRA.SPD]
  79. CopyFiles=@LEXOPTRA.SPD,PSCRIPT
  80. DataSection=PSCRIPT_DATA
  81.  
  82. ; Copy Sections
  83. ;
  84. ; Lists of files that are actually copied. These sections are referenced
  85. ; from the installer sections, above. Only create a section if it contains
  86. ; two or more files (if we only copy a single file, identify it in the
  87. ; installer section, using the @filename notation) or if it's a color
  88. ; profile (since the DestinationDirs can only handle sections, and not
  89. ; individual files).
  90. ;
  91.  
  92. [PSCRIPT]
  93. PSCRIPT.DRV
  94. PSCRIPT.HLP
  95. PSCRIPT.INI
  96. TESTPS.TXT
  97. APPLE380.SPD
  98. FONTS.MFM
  99. ICONLIB.DLL
  100. PSMON.DLL
  101.  
  102. ;
  103. ; Data Sections
  104. ;
  105. ; These sections contain data that is shared between devices.
  106. ;
  107.  
  108. [PSCRIPT_DATA]
  109. DriverFile=PSCRIPT.DRV
  110. HelpFile=PSCRIPT.HLP
  111. LanguageMonitor=%PS_MONITOR%
  112.  
  113. ;
  114. ; Color profiles go to the colors directory. All other files go to the
  115. ; system directory
  116. ;
  117.  
  118. [DestinationDirs]
  119. DefaultDestDir=11
  120. COLOR_IBM_4079=23
  121.  
  122. [SourceDisksNames]
  123. 99="Lexmark 4039_Plus_PS/Optra_PS Driver Disk",,1
  124.  
  125. [SourceDisksFiles]
  126. LEX4039P.SPD=99
  127. LEXOPTRA.SPD=99
  128.  
  129. ;
  130. ; Hints for installing language monitors from a print server. These
  131. ; strings are not localized (since the localizable portion comes
  132. ; directly from the server).
  133. ;
  134. [LanguageMonitorHints]
  135. "PostScript Language Monitor"="PostScript Language Monitor,PSMON.DLL"
  136.  
  137. ;
  138. ; List of application cache files that need removal during upgrade. Key
  139. ; off the file extension listed in the [Extensions] section of win.ini.
  140. ;
  141. [Caches to Remove]
  142. qdi=WPR.DAT
  143.  
  144. ;
  145. ; Localizable Strings
  146. ;
  147. [Strings]
  148. MS="Microsoft"
  149. CLASSNAME="Printer"
  150. GENERIC="Generic / Text Only"
  151. PS_MONITOR="PostScript Language Monitor,PSMON.DLL"
  152.