• To install WorkspaceClientx86.msi or WorkspaceClientx64.msi:  

(Installs HyWorks Client, HySecure Client) 

  • Command `msiexec /i "WorkspaceClientx64.msi"` in normal mode. 
  • Command `msiexec /i "WorkspaceClientx64.msi" /quiet` in silent mode. 
  • parameter to install eltima `msiexec /i "WorkspaceClientx64.msi" ELTIMAINSTALL=yes` 
  • parameter to install as ThinClient mode/ Kiosk mode (embedded platform) `msiexec /i "WorkspaceClientx64.msi" ISEMBEDDEDPLATFORM=yes` 
  • parameter to install as Terminal mode `msiexec /i "WorkspaceClientx64.msi" TERMINALMODE=yes` 
  • Command `msiexec /i "WorkspaceClientx64.msi" /norestart` in no restart mode. 
  • command to uninstall `msiexec /x "WorkspaceClientx64.msi"` 
  • Parameter to install with gateway address `msiexec /i "WorkspaceClientx64.msi" GATEWAY_ADDRESS="172.27.1.99" /quiet /norestart` 
    OR `msiexec /i "WorkspaceClientx64.msi" GATEWAY_ADDRESS="172.27.1.99:5544" /quiet /norestart` 
  • Parameter to install with controller address `msiexec /i "WorkspaceClientx64.msi" CONTROLLER_ADDRESS="172.27.1.99" /quiet /norestart` 
    OR `msiexec /i "WorkspaceClientx64.msi" CONTROLLER_ADDRESS ="172.27.1.99:5544" /quiet /norestart` 

 

  • To install WorkspaceClientSetup.exe:  

(Installs HyWorks Client, HySecure Client, VC++ prerequisites) 

  • Command `WorkspaceClientSetup.exe` in normal mode. 
  • Command `WorkspaceClientSetup.exe /S` in silent mode. 
  • parameter to install eltima `WorkspaceClientSetup.exe /ELTIMAINSTALL=yes` 
  • parameter to install as ThinClient mode/ Kiosk mode (embedded platform) `WorkspaceClientSetup.exe /ISEMBEDDEDPLATFORM=yes` 
  • parameter to install as Terminal mode `WorkspaceClientSetup.exe /TERMINALMODE=yes` 
  • Command `WorkspaceClientSetup.exe /norestart` in no restart mode. 
  • Parameter to install with gateway address `WorkspaceClientSetup.exe /GATEWAY_ADDRESS="172.27.1.99"` 
    OR `WorkspaceClientSetup.exe /GATEWAY_ADDRESS="172.27.1.99:5544"` 
  • Parameter to install with gateway address `WorkspaceClientSetup.exe /CONTROLLER_ADDRESS="172.27.1.99"` 
    OR `WorkspaceClientSetup.exe /CONTROLLER_ADDRESS ="172.27.1.99:5544"` 
  •