How to change default folder of installed published process, so I can put files in there to process by Bot?

Currently my process is installed in default folder: C:\Users\user.nuget\packages\botname\version\lib\net45\my_bot_folders_with_main.xaml

I want it to change in some other location say D drive; my requirement is process excel files which will be copied in input folder under bot folder and then run the automation from Assistant.

Please guide me how can I achieve it?

Hi @akash.singh

You can go to this path:

%ProgramData%\UiPath\UiPath.settings

and can change “UiPath.setting” file’s

“NuGetServerUrl”: “%ProgramData%\UiPath\Packages”,

and restart your studio

Regards
Gokul

Hi @Gokul001,

Thanksfor answering, I have a question.
What exactly I need to put after “NuGetServerUrl”? my local custom path where I want to copy my input files?

Hi guys, found the solution from UiPath docs itself.
Please refer below link and go to section: Changing the Download Folder for Packages.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.