Silent Install for Windows Client using Command Line Parameters
- 03 May 2022
- 1 Minute to read
- Print
- DarkLight
Silent Install for Windows Client using Command Line Parameters
- Updated on 03 May 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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.
- Obtain access to the Windows Client Installer.
- Open the command prompt as an admin user on the Windows 10 machine.
- 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.
- 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?