Home > Back-end >  The printer driver installation INF file
The printer driver installation INF file

Time:10-06

;
; Printer Installation File
;
; The List of supported printers, manufacturers
;

[Version]
Signature="$Windows NT $
"The Provider MS=% %
ClassGUID={4 d36e979 - E325 ce - BFC1-08002-11 be10318}
Class=Printer

;
; Manufacturer section.
;
; This section lists all of the manufacturers
; That we will display in the Dialog box
;

(Manufacturer)
"START"

;
; The Model Specifications Section
;

[START]
"Xmf Printer"=Xmf


;
; Installer section (s) referenced above.
;

[Xmf]
CopyFiles=@ XmfPrinter. GDP
CopyFiles=XMFINI
CopyFiles=OEMUI
CopyFiles=PROCESSOR
DataSection=PRCDATA
DataFile=XmfPrinter. GDP
The Include=NTPRINT. J INF
Needs=Unidrv. OEM

[XMFINI]
XmfPrinter. Ini

[OEMUI]
XmfOemUI. Ini
XmfOemUI. DLL

[PROCESSOR]
XmfProc. DLL

[PRCDATA]
The DriverFile=UNIDRV. DLL
ConfigFile=UNIDRVUI. DLL
HelpFile=UNIDRV. HLP
PrintProcessor=XmfProc, XmfProc. DLL

[DestinationDirs]
DefaultDestDir=66000
XMFINI=10
Processor=66001

[SourceDisksNames]
1=% % disk1,,,

[SourceDisksFiles]
XmfPrinter. GDP=1
XmfProc. DLL=1
XmfPrinter. Ini=1
XmfOemUI. DLL=1
XmfOemUI. Ini=1

(Strings)
PrinterClassName="Printers"
MS="START"
Disk1="START Printer Driver Setup Disk"

Why can only be installed on a 32-bit machine above, not can be installed on a 64 - bit machine, please directly???

CodePudding user response:

http://www.microsoft.com/china/whdc/driver/install/64INF_reqs.mspx
Windows Server 2003 SP1 and higher Windows would not on x64 system installed a undecorated INF section of the driver package,
  • Related