robot
2024.10
false
Wichtig :
Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.
UiPath logo, featuring letters U and I in white

Robot-Administratorhandbuch

Letzte Aktualisierung 29. Juli 2025

Beispiele für Eingabeaufforderungen für unbeaufsichtigte Automatisierungen

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.

Verwenden von UiPathRobot.msi

  • (Leise-Modus) Installation des Roboters im Servicemodus
    UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,StartupLauncher,JavaBridge /QUiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,StartupLauncher,JavaBridge /Q
  • Installieren der Livestreaming-Funktion für Roboterversionen 2024.10+
    UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,LiveStreamingUiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,LiveStreaming
  • (Leise-Modus) Installation des Roboters im Servicemodus und der Chrome-Erweiterung mithilfe einer Online-Richtlinie
    UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /QUiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /Q
  • (Leise-Modus) Installation des Roboters im Servicemodus und Verbindung mit Orchestrator
    UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService CONNECTIONSTRING=https://demo.uipath.com/api/robotsservice/GetConnectionData?tenantId=1 /QUiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService CONNECTIONSTRING=https://demo.uipath.com/api/robotsservice/GetConnectionData?tenantId=1 /Q
  • (Leise-Modus) Installation des Roboters im Servicemodus und Hinzufügen von zwei benutzerdefinierten Aktivitätsfeeds
    UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService CUSTOM_NUGET_FEEDS="Feed Name1,https://my.custom.nuget.feed; FeedName2,D:\RPA\Activities\Packages\" /QUiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService CUSTOM_NUGET_FEEDS="Feed Name1,https://my.custom.nuget.feed; FeedName2,D:\RPA\Activities\Packages\" /Q
  • (Leise-Modus) Installation und Lizenzierung des Roboters im Servicemodus und des lokalen Aktivitätsfeeds
    UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,CODE=1234567890 /QUiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,CODE=1234567890 /Q
  • Installieren des Roboters im Dienstmodus und Deaktivieren der offiziellen Online-Feeds
    UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService NUGET_OPTIONS=DisableOnlineFeedsUiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService NUGET_OPTIONS=DisableOnlineFeeds
  • (Leise-Modus) Deinstallation der Chrome-Erweiterung
    UiPathRobot.msi REMOVE=ChromeExtension /QUiPathRobot.msi REMOVE=ChromeExtension /Q
  • Einrichten der Verbindung zur automatischen Aktualisierung
    UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService ORCHESTRATOR_URL="https://demo.uipath.com/myorg/mytenant/orchestrator_"UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService ORCHESTRATOR_URL="https://demo.uipath.com/myorg/mytenant/orchestrator_" 

Verwenden von UiPathStudio.msi

  • Installieren von Studio, des Roboters im Dienstmodus und der Aktivitätspakete
    UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService,PackagesUiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService,Packages 
  • Installieren des Roboters im Dienstmodus und Deaktivieren der offiziellen Online-Feeds
    UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService NUGET_OPTIONS=DisableOnlineFeedsUiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService NUGET_OPTIONS=DisableOnlineFeeds
  • Installieren der Livestreaming-Funktion für Roboterversionen 2024.10+
    UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,Packages,LiveStreamingUiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,Packages,LiveStreaming
  • (Leise-Modus) Installation der Desktop Suite
    UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService,Packages,StartupLauncher,JavaBridge /QUiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService,Packages,StartupLauncher,JavaBridge /Q
  • (Leise-Modus) Installation der Desktop-Suite und der Chrome-Erweiterung mithilfe einer Online-Richtlinie
    UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService,Packages,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /QUiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService,Packages,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /Q
  • (Leise-Modus) Installation von Studio, des Roboters im Servicemodus und der Aktivitätspakete in einem benutzerdefinierten Ordner „D:\UiPath“
    UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService,Packages APPLICATIONFOLDER=D:\UiPath /QUiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService,Packages APPLICATIONFOLDER=D:\UiPath /Q
  • (Leise-Modus) Installation von Studio, des Roboters im Servicemodus und Hinzufügen von zwei benutzerdefinierten Aktivitätsfeeds
    UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService CUSTOM_NUGET_FEEDS="Feed Name1,https://my.custom.nuget.feed; FeedName2,D:\RPA\Activities\Packages\" /QUiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService CUSTOM_NUGET_FEEDS="Feed Name1,https://my.custom.nuget.feed; FeedName2,D:\RPA\Activities\Packages\" /Q
  • (Leise-Modus) Installation des Roboters im Servicemodus und Verbindung mit Orchestrator
    UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService CONNECTIONSTRING=https://demo.uipath.com/api/robotsservice/GetConnectionData?tenantId=1 /QUiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService CONNECTIONSTRING=https://demo.uipath.com/api/robotsservice/GetConnectionData?tenantId=1 /Q
  • (Leise-Modus) Installation und Lizenzierung von Studio, des Roboters im Servicemodus und des lokalen Aktivitätsfeeds
    UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService,Packages CODE=1234567890 /QUiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService,Packages CODE=1234567890 /Q
  • (Leise-Modus) Deinstallation der Chrome-Erweiterung
    UiPathStudio.msi REMOVE=ChromeExtension /QUiPathStudio.msi REMOVE=ChromeExtension /Q
  • Einrichten der Verbindung zur automatischen Aktualisierung
    UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService ORCHESTRATOR_URL="https://demo.uipath.com/myorg/mytenant/orchestrator_"UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService ORCHESTRATOR_URL="https://demo.uipath.com/myorg/mytenant/orchestrator_"
  • Verwenden von UiPathRobot.msi
  • Verwenden von UiPathStudio.msi

War diese Seite hilfreich?

Hilfe erhalten
RPA lernen – Automatisierungskurse
UiPath Community-Forum
Uipath Logo
Vertrauen und Sicherheit
© 2005–2025 UiPath. Alle Rechte vorbehalten