Deploying the Windows Client with Command Line Parameters

RapidIdentity Platform Documentation

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US

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.

  1. Obtain the Windows Authentication Client installer.

    Right-click RapidIdentity Client for Windows, select Save As, and then choose a location in which to save the file.

  2. Open Command Prompt as an administrator on the target Windows machine.
  3. 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.