[cups.general] Installing CUPS Postscript driver without SAMBA

Helge Blischke H.Blischke at srz-berlin.de
Mon Sep 20 05:57:46 PDT 2004


Guenther Frick wrote:
> 
> Has anyone a working INF file for intalling the CUPS Postscript driver 5
> without SAMBA?

Here is one I copied from someon's post.

Helge

-- 
Helge Blischke
Softwareentwicklung
SRZ Berlin | Firmengruppe besscom
http://www.srz.de
tel: +49 30 75301-360
-------------- next part --------------
; OEMPRINT.INF
;
; List of Adobe supported printers
;

[Version]
Signature="$CHICAGO$"
Class=Printer
Provider=%MS%
LayoutFile=layout.inf

; The Manufacturer sections lists all of the manufacturers
;  that we willdisplay in the Dialog box

[Manufacturer]
"Kyocera"


; 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.

[Kyocera]
"Kyocera FS-800"                                   = FS-800,PPD,Kyocera FS-800


; Installer Sections

[3MR1___1.PPD]
CopyFiles=@3MR1___1.PPD,PSCRIPT
DataSection=PSCRIPT_DATA



[FS-800.PPD]
CopyFiles=@FS-800.PPD,PSCRIPT
DataSection=PSCRIPT_DATA



; Data Sections
;

[PSCRIPT_DATA]
DriverFile=CUPSDRVR.DLL
HelpFile=CUPS.HLP
LanguageMonitor=CUPSUI.DLL

; Copy Sections
;

[PSCRIPT]
CUPSDRVR.DLL
CUPS.HLP
CUPSUI.DLL

[DestinationDirs]
DefaultDestDir=11

[Strings]
MS="Microsoft"
CLASSNAME="Printer"



More information about the cups mailing list