Installing the service silently

Run haa-client-installer-<ver>.exe as an administrator.

Command line parameters

  • <haa-server-hostname> The IP or host name of the HAA producer server.
  • <haa-server-port> The port of the HAA producer server.
  • <silent> Runs installation without user interaction with the installation progress window displayed.
  • <verysilent> Runs installation without user interaction, without the installation progress window displayed.
  • <nostart> Does not start the service automatically after installation.
  • <norestart> Does not restart Windows, even if the installer requires a system restart.

For more parameters, see https://jrsoftware.org/ishelp/index.php?topic=setupcmdline.

Examples:

haa-client-installer-<ver>.exe /haa-server-hostname=10.10.13.102 /haa-server-port=6566 /silent /nostart

This installs silently with progress displayed with the provided hostname and port.

haa-client-installer-<ver>.exe /silent

This installs silently with progress displayed. If a restart is required, a restart message prompt is displayed at the end.

haa-client-installer-<ver>.exe /silent /norestart

This installs silently with progress displayed. No restart message prompt is displayed at the end, even if needed by the installer.

haa-client-installer-<ver>.exe /verysilent /norestart

This installs silently without progress displayed. No restart message prompt is displayed at the end, even if needed by the installer.

haa-client-installer-<ver>.exe /verysilent

This installs silently without progress displayed. If required, the system restarts automatically without a message prompt.