The Windows Authentication Client supports automated installation via the command line. You can use this procedure to create a command-line script that runs during user login on machines where the client should be installed.
- Obtain the Windows Authentication Client installer.
- Open Command Prompt as an administrator on the target Windows machine.
- Run the installation command.
msiexec.exe /i "RapidIdentity Client for Windows.msi" /quiet /passive APIKEY="api_key" SERVER_URL="server_url"
Note:The installation runs in the background. You can track its progress in Task Manager.
The Windows Authentication Client installs and is available on the target machines.