How to disable all HTTP feeds (Official, Go) during Robot installation and manually post installation?
- During Installation
The UiPath Installer needs to be run with the following parameters:
ADDLOCAL=DesktopFeature,Robot,RegisterService,StartupLauncher NUGET_OPTIONS=DisableOnlineFeeds
Note: That the URL feeds are not removed from configuration files, just ignored.
- Manual: After a Robot has already been installed HTTP feeds can be ignored by adding the following lines to UiPath.config:
Here is before and after screenshots of the UiPath.config file,
Before:
After:
This parameter helps one to disable the online UiPath official and Community feeds for the Robot - only the Orchestrator and local feeds are taken into consideration.