Silent Client Setup

OnyxClientSetup supports silent mode using the following command line parameters:

Parameter Value Description
-? Help desk for command line parameters
-Auto Installation starts automatically
-Lang= Language Number For client language use: 1=DE, 2=EN, 3=RU, 4=ES, 5=IT, 6=FR, 7=CZ, 8=HU
-Server= Server Name z.B.: [MYSERVER]@MYSERVER oder [MYSERVER]@172.192.1.250
-PORT= IP-Port number Optional; Default IP-Port nubmer=16300
-PATH= Install Folder Local install folder or Default


Example
The command line below connects to the server via port 16300 and installs a client with GERMAN langage settings in the standard installation folder:

OnyxClientSetup.exe -Auto -Server=[SRV]@SRV -Lang=1 -Path=Default 

The command line below connects to the server via port 16500 and installs a client with ENGLISH langage settings in folder D:\OnyxCeph\Onyx3Client:

OnyxClientSetup.exe -Auto -Server=[SRV]@172.1.1.250 -Port=16500 -Lang=2 -Path=D:\OnyxCeph