How can I run robot without installing studio?

Hello all,

I built a sequence that helps users log in every day by reading passwords from Notepad in the same folder. It works for me so far but not sure how can I send this process to others who don’t have UiPath Studio installed?

I’ve tried following this youtube but the UiPath folders were different

Thank you in advanced

@stuwong

UiPath studio is not necessarily to run the process but we need to install UiPath Robot/Assistant to run the process.

  1. Publish the process from UiPath studio and it will generate .nuget package and then you can share it to others.

  2. Place this .nuget package under this path C:/Users/%Username%/.nuget/packages/.

  3. And then you can run it from UiPath Robot/Assistant.

2 Likes

@stuwong

If you own the Enterprise license then you can get an option to install only the UiPath Assistant separately without no need of installing the Studio

Then follow @lakshman steps for sharing the package to others

Note : In community edition this option is not available, you need to install Studio to get the UiPath Studio to get the Assistant

Hope this may help you

Thanks

1 Like

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