Silent Install for Windows Client using Command Line Parameters
  • 03 May 2022
  • 1 Minute to read
  • Dark
    Light

Silent Install for Windows Client using Command Line Parameters

  • Dark
    Light

Article Summary

Deploying the Windows Client with Command Line Parameters

The Windows Client provides a mechanism to automate installation via the command line for administrative installations. This information could be used by administrators to create a Command-Line script that is run during user login on machines the client should be installed on.

  1. Obtain access to the Windows Client Installer.
  2. Open the command prompt as an admin user on the Windows 10 machine.
  3. Run the following command:
    msiexec.exe /i "RapidIdentity Client for Windows.msi" /quiet /passive APIKEY="
    • Note: Once the command has been run, the installation process starts in the background. However, it can be tracked in Task Manager if desired.
  4. The Windows Client should proceed to install and should be present on the appropriate machines upon completion.

Click here for instructions on how to deploy the MSI installer for Windows Authentication with Windows GPO.


Was this article helpful?