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?
Gokul001
(Gokul Balaji)
August 5, 2022, 12:42pm
2
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
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
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.
system
(system)
Closed
August 15, 2022, 10:42am
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.