Hi @Divya, to install extensions like Chrome, Silverlight or Citrix in UiPath Studio you can use the SetupExtensions tool, It is a command line utility which is used to install, remove, or repair the UiPath extensions. The Command Prompt is best used to install extensions in large-scale deployments of Robots. though keep a note of it that Administrator rights are required to install extensions from the Command Prompt. You can find the SetupExtensions tool in the following folder:
C:\Program Files (x86)\UiPath\Studio\UiPath
1. The Chrome Extension: Installs the UiPath Chrome Extension:
SetupExtensions /Chrome
2. The Firefox Extension: Installs the UiPath Firefox Extension:
SetupExtensions /Firefox
3. The Java Extension: Installs the UiPath Java Accessibility Bridge. You can also use the ScreenScrapeJavaSupport tool to inspect and manage Java installations:
SetupExtensions /Java
4. The Silverlight Extension: Installs the UiPath Silverlight Extension:
SetupExtensions /Silverlight
5. The Citrix Extension: Installs the UiPath Citrix Extension on the client machine:
SetupExtensions /CitrixClient
6. The UiPath Remote Runtime Component: Configures the UiPath Remote Runtime component on the Citrix XenApp Application server. Please note that the UiPath Remote Runtime component needs to be installed on all your Citrix XenApp Application servers:
SetupExtensions /CitrixServer