2022.2

Table Of Contents
msiexec.exe /i OLCS_Printer_Driver_Setup_2.1.1.msi /qn
Some driver settings may need to be updated in order for existing printers to be compatible with
the new driver; see "Printer driver properties and advanced settings" on page30.
The installer will fail when trying to install an older version than the one that is already installed.
Silent uninstall
The following command will silently uninstall the printer driver:
msiexec.exe /x OLCS_Printer_Driver_Setup_2.1.1.msi /qn
This is standard functionality of the msiexec tool, as documented by Microsoft on this webpage:
https://go.microsoft.com/fwlink/?LinkId=94329.
Using API Keys
OL Connect Send allows to use API keys to enhance security. Using API keys is optional, but
strongly recommended.
This is how it works.
l
The print service provider provides an API key to the Printer Driver user (see "Providing an
API key to a user" below).
l
When a job is printed by the OL Connect Send Printer Driver, it will include the API key in
its HTTP headers to authorize itself for printing (see "The API key in the HTTP headers" on
page63).
l
The Workflow process that receives print jobs needs to verify the API key (see "Verifying
an API Key" on page63).
l
If the API key is not accepted, the server should respond with HTTP status 401.
l
If the OLCS client receives a response with status code 401, it will stop trying to submit the
print job, and the print job will go into an error status with an appropriate error message.
Providing an API key to a user
It is up to the print service provider to manage API keys and provide them to subscribers.
The subscriber will either need the API key itself and enter it during installation of the printer
Page 36