Li_Eric
(Li Eric)
November 28, 2023, 12:13pm
1
I want to launch the PRA on computer without installing Studio or connecting to Orchestrator. I have read the Robot User Guide . Automation Projects when Not Connected to Orchestrator
This Guide mentioned two folders. But my %ProgramData%\UiPath\Packages is empty. Could someone tell which subfolders or files should be in this folder? And how to launch PRA then?
Thank you in advance.
Anil_G
(Anil Gorthi)
November 29, 2023, 5:10am
2
@Li_Eric
this feature is removed in latest releases
@mr.moreaux
UiPath has removed this feature in the latest releases…you need a standalone orchestrator if you dont have internet so that the license can be acquired
[image]
This was done to ensure licenses are not being misused
cheers
if you have standalone orchestrator setup then you cna use it…
also the folders under it are the unpacked packages…so when you download or run aprocess the files are automatically unpacked here
cheers
Hello @Li_Eric
Publish Process:
Publish your UiPath project to generate a .nupkg file.
Copy to Packages Folder:
Copy the published package to %ProgramData%\UiPath\Packages.
Run UiPath Robot:
Use UiRobot.exe in the UiPath installation directory to execute the process.
bashCopy code
UiRobot.exe -file “C:\ProgramData\UiPath\Packages\YourPackage.1.0.0.nupkg”
Replace "YourPackage.1.0.0.nupkg" with your actual package name.
4. Considerations:
Customize command-line arguments for input data if needed.
Thanks & Cheers!!!
Li_Eric
(Li Eric)
December 7, 2023, 2:40am
4
Thank you Kartheek_Battu and Anil_G .
Except Command Line, can I run the automation by Assistant?
Anil_G
(Anil Gorthi)
December 7, 2023, 2:47am
5
@Li_Eric
If you have offline orchestrator then you can connect it and run automations from assistant as well.Assistant displays the local processes also
Cheers
system
(system)
Closed
December 12, 2023, 11:45am
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.