Since CE comes with both UiRobot and UiPath studio, you have to install both to the clients system.
You can just move your .nupkg to the ‘C:/ProgramData/UiPath/Packages’ path of clients system. Once the client starts UiRobot, he should be able to see all those process to run from ‘Available Processes’ within UiRobot in System Tray.
Since its a front office robot, client can run the process directly from the system tray robot.
Hi @Rammohan91,
Can we repeat the same thing, if we are to deploy an unattended robot in the client side. Like just transferring .nupkg file once the project is completed and published.
Thanks for the solution. Much appreciated…
Basically Unattended is a way where the process is run without any inputs or actions from user repeating at a certain interval of time. You may need to have the orchestrator to schedule your Unattended robots. In that case you may have to publish your workflow to the orchestrator.
Another way to use task scheduler but that’s not officially supported by UiPath and you may have some issues with setting it up. In this case, i believe you can’t use .nupkg instead you have to call your workflow main.xaml using a batch file that is run by the scheduler.