home *** CD-ROM | disk | FTP | other *** search
- ; LEXOPTRA.INF
-
- [Version]
- Signature="$CHICAGO$"
- Class=Printer
- Provider=%MS%
- LayoutFile=layout.inf
-
- [ClassInstall]
- AddReg=ClassAddReg
- DelReg=ClassDelReg
-
- [ClassDelReg]
- HKLM,"System\CurrentControlSet\Services\Class\Printer","NoUseClass"
-
- [ClassAddReg]
- HKR,,,,%CLASSNAME%
- HKR,,Installer,,MSPRINT.DLL
- HKR,,Icon,,-4
- HKR,,NoDisplayClass,,1
-
- [Environment]
- UpdateInis=Environment_Ini
- AddReg=Environment_Reg
-
- [Environment_Ini]
- win.ini,Ports,"LPT1.DOS=",
- win.ini,Ports,"LPT2.DOS=",
- win.ini,Ports,"LPT3.DOS=",
- win.ini,Ports,"LPT1.OS2=",
- win.ini,Ports,"LPT2.OS2=",
- win.ini,Ports,"LPT3.OS2=",
- win.ini,windows,"Spooler=",
- win.ini,windows,"DosPrint=",
- win.ini,windows,"DeviceNotSelectedTimeout=",
- win.ini,windows,"TransmissionRetryTimeout=",
-
- [Environment_Reg]
- HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0","Directory",,"CHICAGO"
- HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Drivers",,,
- HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Print Processors",,,
- HKLM,"System\CurrentControlSet\Control\Print\Monitors",,,
- HKLM,"System\CurrentControlSet\Control\Print\Printers",,,
- HKLM,"System\CurrentControlSet\Control\Print\Printers","StartOnBoot",1,01,00,00,00
- HKLM,"System\CurrentControlSet\Control\Print\Providers",,,
-
- ;
- ; The Manufacturer section lists all of the manufacturers that we will
- ; display in the Dialog box
-
- [Manufacturer]
- "IBM/Lexmark"
-
- ;
- ; Model sections. Each section here corresponds with an entry listed in the
- ; [Manufacturer] section, above. The models will be displayed in the order
- ; that they appear in the INF file.
- ;
- ; Each model lists a variation of its own name as a compatible ID. This
- ; is done primarily as an optimization during upgrade.
-
- [IBM/Lexmark]
- "Lexmark 4039 plus PS" = LEX4039P.SPD,Lexmark_4039_plus_PS
- "Lexmark Optra PS" = LEXOPTRA.SPD,Lexmark_Optra_PS
-
- ;
- ; Installer Sections
- ;
- ; These sections control file installation, and reference all files that
- ; need to be copied. The section name will be assumed to be the driver
- ; file, unless there is an explicit DriverFile section listed.
- ;
-
- [LEX4039P.SPD]
- CopyFiles=@LEX4039P.SPD,PSCRIPT
- DataSection=PSCRIPT_DATA
-
- [LEXOPTRA.SPD]
- CopyFiles=@LEXOPTRA.SPD,PSCRIPT
- DataSection=PSCRIPT_DATA
-
- ; Copy Sections
- ;
- ; Lists of files that are actually copied. These sections are referenced
- ; from the installer sections, above. Only create a section if it contains
- ; two or more files (if we only copy a single file, identify it in the
- ; installer section, using the @filename notation) or if it's a color
- ; profile (since the DestinationDirs can only handle sections, and not
- ; individual files).
- ;
-
- [PSCRIPT]
- PSCRIPT.DRV
- PSCRIPT.HLP
- PSCRIPT.INI
- TESTPS.TXT
- APPLE380.SPD
- FONTS.MFM
- ICONLIB.DLL
- PSMON.DLL
-
- ;
- ; Data Sections
- ;
- ; These sections contain data that is shared between devices.
- ;
-
- [PSCRIPT_DATA]
- DriverFile=PSCRIPT.DRV
- HelpFile=PSCRIPT.HLP
- LanguageMonitor=%PS_MONITOR%
-
- ;
- ; Color profiles go to the colors directory. All other files go to the
- ; system directory
- ;
-
- [DestinationDirs]
- DefaultDestDir=11
- COLOR_IBM_4079=23
-
- [SourceDisksNames]
- 99="Lexmark 4039_Plus_PS/Optra_PS Driver Disk",,1
-
- [SourceDisksFiles]
- LEX4039P.SPD=99
- LEXOPTRA.SPD=99
-
- ;
- ; Hints for installing language monitors from a print server. These
- ; strings are not localized (since the localizable portion comes
- ; directly from the server).
- ;
- [LanguageMonitorHints]
- "PostScript Language Monitor"="PostScript Language Monitor,PSMON.DLL"
-
- ;
- ; List of application cache files that need removal during upgrade. Key
- ; off the file extension listed in the [Extensions] section of win.ini.
- ;
- [Caches to Remove]
- qdi=WPR.DAT
-
- ;
- ; Localizable Strings
- ;
- [Strings]
- MS="Microsoft"
- CLASSNAME="Printer"
- GENERIC="Generic / Text Only"
- PS_MONITOR="PostScript Language Monitor,PSMON.DLL"
-