Hi, I have a Studio project. I need to package it and create an executable file so that someone without having anything installed should be able to run my project in their system. How can I achieve this?
You can’t do that. You must have Robot installed to run an automation. It doesn’t compile to exe.
Can I publish it to an orchestrator? In this case someone without UiPath Studio installed in their system can run this?
You never need Studio to run an automation, Studio is for development and testing. Yes you publish automations to Orchestrator. Then you install Assistant and Robot on the user’s machine so they can run the automation. Assistant connects to Orchestrator. That is called attended automation. Or you can have Orchestrator establish a session on a robot server and run it unattended.
So unattended automation need not have anything installed in the user’s system?
You at least require Robot service installed on the machine to run it. UiPath package you publish to Orchestrator is just the code which will require supporting DLL to run. Those will be available only when you install Robot service.
Thanks,
Ashok
Correct.
I suggest doing the free training at academy.uipath.com because it will teach you all these things.
UiPath studio need not be installed for unattended robot to run
but we need to install robot in serivice mode to run
without installing robot or studio you cannot run UiPath automations…they dont work like exe
cheers