For automated software distribution systems, the installer allows for unattended installation. This can be done from the commandline with or without option file. Below is an example of how to install the client without option file, from the commandline: 

ImageCenter-6.0.57-windows-installer.exe --mode unattended --CloverServer mycompanyname.pixometry.eu --CloverServerPort 8181 --Protocol https --StorageFolder c:\Users\username\ImageCenter

In the above line, the version number could be different, the ClaroServer, the port and the username in the StorageFolder path. Adjust these to fit your environment. 

Another option is to use an option file. Here is how to start the installer from the commandline using an option file: 

ImageCenter-6.0.57-windows-installer.exe --optionfile c:\path\to\optionfile.txt

Download an example of an optionfile here.