Silent Installer/Command Line Procedure for Installing Opkey Execution Agent

Below are the commands to install Opkey Execution Agent through Command Prompt

1.“OpkeyAgent.exe” /s – 

This command helps get the agent installed in the default location for the current user. The command silently installs the agent without displaying any notification on the UI. 


2.“OpkeyAgent.exe” /s ALLUSERS=TRUE 

This command installs the agent for all Windows users. This helps get the agent installed in the default location of the system. 

  

3.“OpkeyAgent.exe” /s TARGETDIR=“D:\Folder”’ 

This command helps install the Agent in the specified target folder of the current user. This will not install in the default location. 


4.“OpkeyAgent.exe” /s TARGETDIR=“D:\Folder” ALLUSERS=TRUE 

This command helps install the agent for all users in the specified target folder. 


5.“Plugin.exe” /s- 

This command helps install the plugin silently on the default location for the current user without displaying any notification on the UI. 


6.“Plugin.exe” /s ALLUSERS=TRUE 

This command installs the plugin for all Windows users. This helps get the plugin installed in the default location of the system of all the users. 


7.“Plugin.exe” /s TARGETDIR=”D:\Folder 

This command helps install a plugin for the current user in the specified target folder and not in the default folder. 

“Plugin.exe” /s TARGETDIR=”D:\Folder” ALLUSERS=TRUE 

This command helps install the plugin for all the users on Windows in the specified target folder. 


8. OpkeyAgent.exe /s /l="D:\DeleteMe\AgentInstallationLogs.txt" 

This command helps install Opkey Execution Agent with logs on the specified folder provided by the user.


9. OpkeyAgent.exe /s MODIFY=FALSE REMOVE=TRUE UNINSTALL=YES


This command helps uninstall the Opkey Agent from the specified folder.



10. OpkeyAgent.exe /s MODIFY=FALSE REMOVE=TRUE UNINSTALL=YES /l="D:\DeleteMe\AgentUnInstallationLogs.txt" 


This command helps uninstall the Opkey Execution Agent with logs from the specified folder.



Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article