robot
latest
false
- Erste Schritte
- Grundlegendes zu UiPath Robot
- Installationsanforderungen
- Installation von Robotern für unbeaufsichtigte Automatisierungen
- Konfiguration von Robotern für unbeaufsichtigte Automatisierungen
- Bereitstellen von unbeaufsichtigten Automatisierungen
- Verbinden von Robotern für unbeaufsichtigte Automatisierungen mit Orchestrator
- Einrichtung von Windows Server für High-Density-Roboter
- Weiterleitung von Robotern über einen Proxy-Server
- Implementieren der Authentifizierung mit Anmeldeinformationsanbietern
- Konfigurieren der Paketsignaturüberprüfung
- Einrichten von Paketordnern und Netzwerkpfaden
- Konfigurieren von Aktivitätsfeeds
- Installation von Robotern für beaufsichtigte Automatisierungen
- Voraussetzungen
- Installation mit UiPathRobot.msi
- Installation mit UiPathStudio.msi
- Beispiele für Eingabeaufforderungen für beaufsichtigte Automatisierungen
- Installieren mithilfe von Bereitstellungsvorlagen
- Bereitstellung des Roboters auf mehreren Maschinen
- Lizenzierung von Robotern für beaufsichtigt Automatisierungen
- Aktualisieren von UiPath Robot
- Konfiguration von Robotern für beaufsichtigte Automatisierungen
- Integrationen
- Governance
- Fehlersuche und ‑behebung
- Fehlerbehebung für den Roboterdienst
- Fehlerbehebung für die Ausführung
- Fehlerbehebung bei Aufzeichnung und Steuerelement
- Fehlerbehebung für Netzwerke
- Fehlerbehebung für die Verbindung
- Fehlerbehebung bei der Lizenzierung
- Fehlerbehebung bei Paketen
- Fehlerbehebung für .NET
- Fehlerbehebung für Protokollierung
- Fehlerbehebung für Sitzung
Wichtig :
Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

Robot-Administratorhandbuch
Letzte Aktualisierung 25. Sep. 2025
Betrachten Sie die folgenden Beispiele für Ihre Anwendungsfälle.
Wichtig:
Stellen Sie sicher, dass Sie den Befehl in dem Ordner ausführen, in dem sich das Installationsprogramm befindet.
-
Installieren des Roboters im Benutzermodus für den aktuellen Benutzer
UiPathRobot.msi MSIINSTALLPERUSER=1 ADDLOCAL=DesktopFeature,Robot
UiPathRobot.msi MSIINSTALLPERUSER=1 ADDLOCAL=DesktopFeature,Robot -
(Leise-Modus) Installation des Roboters im Benutzermodus
UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,StartupLauncher,JavaBridge /Q
UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,StartupLauncher,JavaBridge /Q -
(Leise-Modus) Installation des Roboters im Benutzermodus und der Chrome-Erweiterung mithilfe einer Online-Richtlinie
UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /Q
UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /Q -
(Leise-Modus) Installation des Roboters im Benutzermodus und Verbindung mit Orchestrator
UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot CONNECTIONSTRING=https://demo.uipath.com/api/robotsservice/GetConnectionData?tenantId=1 /Q
UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot CONNECTIONSTRING=https://demo.uipath.com/api/robotsservice/GetConnectionData?tenantId=1 /Q -
(Leise-Modus) Installation des Roboters im Benutzermodus und Hinzufügen von zwei benutzerdefinierten Aktivitätsfeeds
UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot CUSTOM_NUGET_FEEDS="Feed Name1,https://my.custom.nuget.feed; FeedName2,D:\RPA\Activities\Packages\" /Q
UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot CUSTOM_NUGET_FEEDS="Feed Name1,https://my.custom.nuget.feed; FeedName2,D:\RPA\Activities\Packages\" /Q -
(Leise-Modus) Installation und Lizenzierung des Roboters im Benutzermodus und des lokalen Aktivitätsfeeds
UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,CODE=1234567890 /Q
UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,CODE=1234567890 /Q -
Installieren des Roboters im Benutzermodus und Deaktivieren der offiziellen Online-Feeds
UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot NUGET_OPTIONS=DisableOnlineFeeds
UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot NUGET_OPTIONS=DisableOnlineFeeds -
(Leise-Modus) Deinstallation der Chrome-Erweiterung
UiPathRobot.msi REMOVE=ChromeExtension /Q
UiPathRobot.msi REMOVE=ChromeExtension /Q -
Einrichten der Verbindung zur automatischen Aktualisierung
UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot SERVICE_URL="https://demo.uipath.com/myorg/mytenant"
UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot SERVICE_URL="https://demo.uipath.com/myorg/mytenant"
-
Installieren von Studio und des Roboters im Benutzermodus für den aktuellen Benutzer
UiPathStudio.msi MSIINSTALLPERUSER=1 ADDLOCAL=DesktopFeature,Studio,Robot
UiPathStudio.msi MSIINSTALLPERUSER=1 ADDLOCAL=DesktopFeature,Studio,Robot -
Installieren von Studio, des Roboters im Benutzermodus und der Aktivitätspakete
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages -
Installieren des Roboters im Benutzermodus und Deaktivieren der offiziellen Online-Feeds
UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot NUGET_OPTIONS=DisableOnlineFeeds
UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot NUGET_OPTIONS=DisableOnlineFeeds -
(Leise-Modus) Installation der Desktop Suite
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages,StartupLauncher,JavaBridge /Q
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages,StartupLauncher,JavaBridge /Q -
(Leise-Modus) Installation der Desktop-Suite und der Chrome-Erweiterung mithilfe einer Online-Richtlinie
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /Q
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /Q -
(Leise-Modus) Installation von Studio, des Roboters im Benutzermodus und der Aktivitätspakete in einem benutzerdefinierten Ordner „D:\UiPath“
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages APPLICATIONFOLDER=D:\UiPath /Q
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages APPLICATIONFOLDER=D:\UiPath /Q -
(Leise-Modus) Installation von Studio, des Roboters im Benutzermodus und Hinzufügen von zwei benutzerdefinierten Aktivitätsfeeds
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot CUSTOM_NUGET_FEEDS="Feed Name1,https://my.custom.nuget.feed; FeedName2,D:\RPA\Activities\Packages\" /Q
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot CUSTOM_NUGET_FEEDS="Feed Name1,https://my.custom.nuget.feed; FeedName2,D:\RPA\Activities\Packages\" /Q -
(Leise-Modus) Installation des Roboters im Benutzermodus und Verbindung mit Orchestrator
UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot CONNECTIONSTRING=https://demo.uipath.com/api/robotsservice/GetConnectionData?tenantId=1 /Q
UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot CONNECTIONSTRING=https://demo.uipath.com/api/robotsservice/GetConnectionData?tenantId=1 /Q -
(Leise-Modus) Installation und Lizenzierung von Studio, des Roboters im Benutzermodus und des lokalen Aktivitätsfeeds
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages CODE=1234567890 /Q
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages CODE=1234567890 /Q -
(Leise-Modus) Deinstallation der Chrome-Erweiterung
UiPathStudio.msi REMOVE=ChromeExtension /Q
UiPathStudio.msi REMOVE=ChromeExtension /Q -
Einrichten der Verbindung zur automatischen Aktualisierung
UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot SERVICE_URL="https://demo.uipath.com/myorg/mytenant"
UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot SERVICE_URL="https://demo.uipath.com/myorg/mytenant"