I want to to execute a file generated by Studio in UiPath Robot without using Orchestrator,
and I have three questions.
A) Can not be executed in xaml format, does it need to create a package in nupkg format?
I’d like to put xaml in an arbitrary place, and execute it if possible.
B) In that case, will the copy destination of the nupkg file be fixed to “% ProgramData%” ?
It is rather inconvenient to save it on a network drive.
C) If the placement of the file is fixed to the C drive, it was acquired using “Environment.CurrentDirectory”
The path is also changed on the C drive. Is there any good way to replace them all at once?
Thank you for reply!
I am trying that solution, but it will result in an error.
Detail:
Click Run for the Main robot displayed in Ui Robot on the task bar.
At that time, the following error is displayed and processing fails.
“Permission missing: Launcher”
Question:
Could you teach me the above solution?
Also, please tell me whether Admin privilege is required for the account that runs UiRobot or to what extent if necessary.