X545.INF Driver File Contents (X545ENRev.exe)

;
; Xerox DWC Pro 545 INF for NT 4.0 and Win95.
;
; (This inf should work for both OS's, but not all sections apply to both.)
;
;

[Version]
Signature="$Windows NT$"
Provider=%XS%
ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
Class=Printer

[DestinationDirs]
DefaultDestDir		 = 66000
X545ParClassDriver       = 12
X545JobControl	         = 11

;
; Manufacturer section.
;
; This section lists all of the manufacturers
; that we will display in the Dialog box
;
[Manufacturer]
"Xerox"

;
; 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.
;
[Xerox]
"Xerox DWC Pro 545"        = X545.DLL.NT, LPTENUM\XeroxDWCPro5451AD8, LPTENUM\XeroxDWCPro5451AD8

;
; 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.
;
[X545.DLL.NT]
CopyFiles=X545,X545JobControl,X545ParClassDriver,RASDD
DataFile=X545NT.DLL
DataSection=RASDD_DATA
LanguageMonitor="Xerox Common Language Monitor,XEROXLM.DLL"
AddReg=X545AddReg
OurPrinterDriverData=X545_DRV_DATA

[X545_DRV_DATA]
StatusApp=1,X545SW
NtDeviceName=1,\\.\XECM

;registry section
[X545AddReg]
HKLM,"System\CurrentControlSet\Services\xlptNt",DependOnServices,FL_ADDREG_TYPE_SZ,"Parport"
;HKLM,"System\CurrentControlSet\Services\xlptNt",DisplayName,FL_ADDREG_TYPE_SZ,"Xerox DWC545 Parallel Port"
HKLM,"System\CurrentControlSet\Services\xlptNt",Type,65537,1,0,0,0
HKLM,"System\CurrentControlSet\Services\xlptNt",Start,65537,1,0,0,0
;HKLM,"System\CurrentControlSet\Services\xlptNt",Group,FL_ADDREG_TYPE_SZ,"Extended base"
HKLM,"System\CurrentControlSet\Services\xlptNt",ErrorControl,65537,0,0,0,0

HKLM,"System\CurrentControlSet\Services\xecmNt",DependOnService,FL_ADDREG_TYPE_SZ,"xlptNt"
;HKLM,"System\CurrentControlSet\Services\xecmNt",DisplayName,FL_ADDREG_TYPE_SZ,"Xerox DWC545 Engine Control"
HKLM,"System\CurrentControlSet\Services\xecmNt",Type,65537,1,0,0,0
HKLM,"System\CurrentControlSet\Services\xecmNt",Start,65537,1,0,0,0
;HKLM,"System\CurrentControlSet\Services\xecmNt",Group,FL_ADDREG_TYPE_SZ,"Extended base"
;HKLM,"System\CurrentControlSet\Services\xecmNt",ImagePath,FL_ADDREG_TYPE_SZ,"%12%"\x535nt.sys"
HKLM,"System\CurrentControlSet\Services\xecmNt",ErrorControl,65537,0,0,0,0

HKLM,"System\CurrentControlSet\Services\Jcm RpcService",DependOnService,0x00010000,"RPCSS"
;HKLM,"System\CurrentControlSet\Services\Jcm RpcService",DisplayName,FL_ADDREG_TYPE_SZ,"Jcm RPC Server"
HKLM,"System\CurrentControlSet\Services\Jcm RpcService",Type,65537,10,1,0,0
HKLM,"System\CurrentControlSet\Services\Jcm RpcService",Start,65537,2,0,0,0
HKLM,"System\CurrentControlSet\Services\Jcm RpcService",ErrorControl,65537,0,0,0,0

[X545]
X545NT.DLL


[X545JobControl]
XJCM_C.DLL
XEROXLM.DLL
XJCM_S.EXE
WEBMON.OCX
X545SW.EXE


[X545ParClassDriver]
XLPTNT.SYS
X535NT.SYS,X545NT.SYS

; 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).
;
[RASDD]
RASDD.DLL
RASDDUI.DLL
RASDDUI.HLP
;
; Data Sections
;
; These sections contain data that is shared between devices.
;
[RASDD_DATA]
DriverFile=RASDD.DLL
ConfigFile=RASDDUI.DLL
HelpFile=RASDDUI.HLP

[X545.DLL.NT.Services]
AddService=xlptNt,,XLPT_SVC_INS
AddService=xecmNt,,XECM_SVC_INS
AddService=Jcm RpcService,,JCM_RPC_SVC_INS
;DelService=xlptNt,,XLPT_SVC_INS
;DelService=xecmNt,,XECM_SVC_INS
;DelService=Jcm RpcService,,JCM_RPC_SVC_INS

[XLPT_SVC_INS]
DisplayName=Xerox DWC545 Parallel Port
ServiceType=1
ServiceStart=1
ServiceBinary=%12%\xlptNt.sys
Dependencies=Parport

[XECM_SVC_INS]
DisplayName=Xerox DWC545 Engine Control
ServiceType=1
ServiceStart=1
ServiceBinary=%12%\x535nt.sys
Dependencies=xlptNt

[JCM_RPC_SVC_INS]
DisplayName=Jcm RPC Server
ServiceType=272
ServiceStart=2
ServiceBinary=%11%\xjcm_s.exe
Dependencies=RPCSS


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;
; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
; (depending on which environment drivers are getting installed)
;

;
; diskid = description,tagfile,unused,subdir
;
[SourceDisksNames]
1="Xerox DWC Pro 545 Printer Disk"

;
; filename_on_source = diskid,subdir,size,checksum,spare,spare
; extra fields are nt-specific
;   bootmediaord,targetdirectory,upgradedisposition,textmodedisposition,targetname
;
[SourceDisksFiles]
X545NT.DLL   = 1,,,,,,,66000,3
RASDD.DLL    = 1,,,,,,,66000,3
RASDDUI.DLL  = 1,,,,,,,66000,3
RASDDUI.HLP  = 1,,,,,,,18,1
XEROXLM.DLL  = 1,,,,,,,2,0,0
XJCM_C.DLL   = 1,,,,,,,2,1,0
XJCM_S.EXE   = 1,,,,,,,2,1,0
X545NT.SYS   = 1,,,,,,,2,0,0
XLPTNT.SYS   = 1,,,,,,,2,0,0
X545SW.EXE   = 1,,,,,,,2,0,0
WEBMON.OCX   = 1,,,,,,,2,0,0
X545.INF     = 1,,,,,,,65600,3
LICENCE.DOC  = 1,,,,,,,65600,3





;
; Localizable Strings
;
[Strings]
XS="Xerox Corporation"
Floppy="Xerox DWC Pro 545 Printer Disk"



Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web4, load: 1.07