Is there any way to pre-install extensions automatically?

Say if I want to run a published process on a fresh computer and my automation depends on the Chrome extension to run. Do I have to install the extension and enable it on the machine manually before hand or is there any other way to have the extension automatically be available on fresh machines that are running the published process? It’s not a problem just very curious about this, thanks!

1 Like

Hey @daqc

That’s good thinking

Whenever you run the process you can just make a check or handle that specific exception by installing it via cmd inside the process

You can automate the installation using the above method from UiPath either in case of the exception or just as a pre-requisite

Thanks
#nK

1 Like

Thanks a lot! It’s very cool that it’s possible to do, I’ll keep that in mind.

1 Like

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