1.6
Table Of Contents
l The Setup msi file (e.g. OLCS_Printer_Driver_Setup_1.2.5.98-22.msi)
l The Silent Setup tool (OLCS_Printer_Driver_Silent_Setup_1.2.5.98-22.exe)
l An OLCSClient.ini with the desired settings; see "Configuration file content" below.
The deployment tool of your choice then only needs to run the Silent Setup tool and check its
exit code.
Note
Note that the user account used to run the Silent Setup tool needs to have administrator rights for the
installation of a printer, a printer port, a printer driver etc. Otherwise the installation will fail silently,
but the respective log entries will be created (see "Installation errors" on page25).
Configuration file content
The silent installation mode will only work with a valid configuration file. The name of the file
must be OLCSClient.ini and it must be located in the same folder as the Silent Setup tool. The
content of the file must follow the rules for standard Windows .ini files (see:
https://en.wikipedia.org/wiki/INI_file). If the .ini file is malformed, the installation will be
terminated with an error.
Any omitted setting will be replaced by the respective built-in default value (see the table
below), except for the printer name. Without a printer name setting, the silent installation will fail
with the respective error.
The configuration file can contain the following values:
Section Description Default
[Setup] Start with this section identifier. It must be the first
entry and it is mandatory.
HostName Name or IP address of the machine where the
corresponding Workflow with the OLCS plugins is
running.
localhost
Page 23