Designating an additional driver
Multiple drivers can be specified in the <value>
field by delimiting them with a semicolon. Administrators can add an unlimited number of driver names. FH Web Edition attempts to configure client printers using the drivers in the order in which they are specified. The semicolon-separated drivers specify the preferential order of drivers to be used when installing a proxy printer.
- Navigate to
C:\ProgramData\ACSXerox
or toC:\Documents and Settings\All Users\Application Data\ACSXerox
and locate theMappedPrinterDrivers.xml
file. -
Open the file in Wordpad and search for the client printer driver name.
Example:
<property id="HP LaserJet 2100 Series PS" type="STRING">
<value>HP LaserJet 2100 Series PS</value>
</property>
<property id="HP LaserJet 2100 Series PS" type="STRING">
is the driver used on the client, and<value>HP LaserJet 2100 Series PS</value>
is the driver that should be mapped to on the host. -
In
<value>
, add a semicolon and an additional driver name.Example: In the example above, you would add
;HP LaserJet 2200 Series PS
to the driver already in<value>
.<property id="HP LaserJet 2100 Series PS" type="STRING">
<value>HP LaserJet 2100 Series PS;HP LaserJet 2200 Series PS</value>
</property>
- Save the file.