Deploying REFramework Packages

I have developed a couple of processes utilising the REFramework , published them to Orchestrator, created packages and ran them on a Bot all on my development PC.I now need to deploy these packages on a new fresh PC, what do I need to install/deploy on the new PC for the packages to work, e.g as I have used the REFramework do I also need create the same folder structure (data, framework, etc) that I have on the PC I developed on?.

@Gid

Just install UIPath studio into the new machine and copy all created process into the new machines. If it asks to update package for any process then go to Manage Packages option and update all required packages.

You have to connect this new machine to Orchestrator and follow the same steps you followed for old machine.

Many Thanks for your reply, to confirm I will install UiPath Studio and Robot, and copy all the REFramework code folder structures for each of the process onto the new machine. Is this still the case if the new machine is going to be where the business executes the processes from i.e Production?.

1 Like

@Gid

In that case, no need to paste the entire code. Copy the published .nupkg file into C:/ProgramData/Uipath/Packages folder.

If you are using Orchestrator then connect that production BOT to Orchestrator and then trigger it.

1 Like

Many Thanks for the reply, ok so there is no need to publish the processes to the Orchestrator in Test(QA/UAT) and Production environments, just copy the published .nupkg files onto the machines the Test and Production Bots will run on?.