I cant install the chrome extension. I get error messages while trying the install

I cant install the chrome extension. I get error messages while trying the install it. Can somebody please help out?

Try uninstalling and reinstalling the extension. If that doesn’t resolve the issue, could you share the error message you’re seeing

Thanks. Let me try it now.

What error you are getting?

I think the issue is that it hasn’t even been installed in the first place. soo I cant uninstall and reinstall. Please see the screenshot below!

Hi @V_O

If still you are unable to install, might be some organization policy applied, Pls check with It support team.
For more:

If you found helpful, Don’t forget to mark as solution tick

@V_O,

Ok, your antivirus could be blocking the installation. Try disabling the antivirus software on your machine.

I have but it still not working. I am on my PC.

@V_O,

Sometimes antivirus software don’t fully switch off. I know it’s time taking solution but, try uninstalling the antivirus software then try installing the extention.

Even this don’t work, try reinstalling the studio as well.

Alight. I will give this another try and see what happens.

1 Like

You can install extension using CMD follow the below step:
Go to below path and launch CMD

/c “C:\Program Files (x86)\UiPath\Studio\UiPath\SetupExtensions.exe” /chrome

And hit enter

Check you local path where setupextension.exe exist go to that folder and run this common in CMD
SetupExtensions.exe /chrome

Hope this if so please maske as solution :white_check_mark:

1 Like

This is a genius solution.

It worked with a little tweak. I removed “/c” at the beginning and added “&” (see below) before it was successfully executed and the extension installed. Please not that you have to close all Chrome activities for proper installation. After that, go back to the UiPath studio and install the chrome extension again or not. But its a must if the error sign appears on the oinned chrome extenision.

& “C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe” /Chrome

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.