UiPath Documentation
studio
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Studio ガイド

SetupExtensions ツール

SetupExtensions ツールについて

SetupExtensions.exe ツールは、拡張機能のインストールまたは削除に使用するコマンド ライン ユーティリティです。

拡張機能は、 UiPathStudio.msi のコマンド ラインからインストールすることもできます。

重要:

[権限の昇格が必要] 列が [はい] のコマンドの場合は、管理者特権でのコマンド プロンプトから実行する必要があります

SetupExtensions.exe ツールは、以下の場所から利用できます。

  • マシン単位でインストールされた UiPathStudio.msi の場合: C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe
  • ユーザー単位でインストールされた UiPathStudio.msi の場合: %LocalAppData%\Programs\UiPath\Studio\UiPath\SetupExtensions.exe
  • カスタム フォルダーにインストールされた UiPathStudio.msi の場合: <Studio_Install_Folder>\UiPath\SetupExtensions.exe
  • UiPathRemoteRuntime.msi に対しては C:\Program Files (x86)\UiPath\RemoteRuntime\SetupExtensions.exe

次のスイッチは、以下に示すすべての SetupExtensions.exe コマンドで使用できます。

  • /silent - ユーザーに入力または確認を求めることなく、コマンドをサイレントに実行します。
  • /uninstall - 拡張機能をアンインストールします。

使用例:

&"C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe" /Chrome-Policy-Offline /silent
&"C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe" /Chrome-Policy-Offline /uninstall /silent
&"C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe" /Chrome-Policy-Offline /silent
&"C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe" /Chrome-Policy-Offline /uninstall /silent

UiPath Chrome 拡張機能のコマンド

コマンド

効果

権限の昇格が必要

/Chrome-Enterprise

UiPath Chrome 拡張機能の最適なインストール方法を自動的に選択します。

マシンが Microsoft Active Directory に参加している場合は

その後、 /Chrome-Policy-Offline を使用して拡張機能がインストールされます。Microsoft Active Directory に参加しておらず、マシンが Chrome ウェブ ストアにアクセスできる場合は、Chrome ウェブ ストアを使用して拡張機能がインストールされます /ChromePolicyGlobal 。指定しない場合、拡張機能は /ChromeGlobal を使用してインストールされます。

はい

/Chrome-Policy-Offline

Installs the UiPath Extension for Chrome using the Group Policy Offline method.

拡張機能がブラウザーで自動的に有効化され、すべてのマシン ユーザーに対して利用可能になります。

はい

/ChromePolicyGlobal

Installs the UiPath Extension for Chrome using the Group Policy Online method.

拡張機能がブラウザーで自動的に有効化され、すべてのマシン ユーザーに対して利用可能になります。

はい

/ChromeGlobal

すべてのマシン ユーザーに対して UiPath Chrome 拡張機能をインストールします。

chrome://extensions に移動してブラウザー内で拡張機能を手動で有効化する必要があります。

はい

/Chrome

現在のユーザーに対して UiPath Chrome 拡張機能をインストールします。

chrome://extensions に移動してブラウザー内で拡張機能を手動で有効化する必要があります。

いいえ

/ChromeNativeHostGlobal

ネイティブ メッセージング ホスト コンポーネントのみをインストールします (ChromeNativeMessaging.exe)。

This component is required to enable communication between the UiPath Extension for Chrome and UiPath Studio/Robot.

Use /ChromeNativeHostGlobal when you want to deploy the UiPath Extension for Chrome to the browser using an alternative method, such as:

  1. ExtensionSettings Group Policy
  2. Cloud Machine Policy

This command does not create or update the Windows Registry keys used by Chrome Group Policy. You must configure the required policies separately to install the UiPath extension in Chrome.

The Native Host Only method also supports installing the UiPath extension using Group Policy Offline . To do so, add the following value to the ExtensionInstallForceList policy:
ndmegdjihnhfmljjoaiimbipfhodnbgf;file:///C:/ProgramData/UiPath/UiPath.Common/ChromeExtension_SelfHosted/extension_manifest_chrome.xml

はい

/ChromeCleanup

マシンにインストールされている UiPath Chrome 拡張機能をアンインストールします。

はい

UiPath Edge 拡張機能のコマンド

コマンド

効果

権限の昇格が必要

/Edge-Enterprise

Automatically selects the most appropriate installation method for the UiPath Extension for Edge .

If the machine is joined to a Microsoft Active Directory then the extension will be installed using /Edge-Policy-Offline. Otherwise, if the machine has access to the Edge Web Store the extension will be installed using /Edge-Chromium-PolicyGlobal. Otherwise, the extension will be installed using /Edge-Chromium-Global.

はい

/Edge-Policy-Offline

Installs the UiPath Extension for Edge using the Group Policy Offline method.

拡張機能がブラウザーで自動的に有効化され、すべてのマシン ユーザーに対して利用可能になります。

はい

/Edge-Chromium-PolicyGlobal

Installs the UiPath Extension for Edge using the Group Policy Online method.

拡張機能がブラウザーで自動的に有効化され、すべてのマシン ユーザーに対して利用可能になります。

はい

/Edge-Chromium-Global

すべてのマシン ユーザーに対して UiPath Edge 拡張機能をインストールします。

edge://extensions に移動してブラウザー内で拡張機能を手動で有効化する必要があります。

はい

/Edge-Chromium

現在のユーザーに対して UiPath Edge 拡張機能をインストールします。

edge://extensions に移動してブラウザー内で拡張機能を手動で有効化する必要があります。

いいえ

/Edge-Chromium-NativeHostGlobal

Installs only the Native Messaging Host component (ChromeNativeMessaging.exe).

This component is required to enable communication between the UiPath Extension for Edge and UiPath Studio/Robot.

Use /Edge-Chromium-NativeHostGlobal when you want to deploy the UiPath Extension for Edge to the browser using an alternative method, such as: ExtensionSettings .

This command does not create or update the Windows Registry keys used by Microsoft Edge Group Policy. You must configure the required policies separately to install the UiPath extension for Edge.

The Native Host Only method also supports installing the UiPath extension using Group Policy Offline . To do so, add the following value to the ExtensionInstallForceList policy:
ndmegdjihnhfmljjoaiimbipfhodnbgf;file:///C:/ProgramData/UiPath/UiPath.Common/EdgeExtension_SelfHosted/extension_manifest_edge.xml

はい

/Edge-Chromium-Cleanup

マシンにインストールされている UiPath Edge 拡張機能をアンインストールします。

はい

UiPath Firefox 拡張機能のコマンド

コマンド効果権限の昇格が必要
/Firefox-Policy-Offlineグループ ポリシーを使用して UiPath Firefox 拡張機能 をインストールします。ブラウザーで拡張機能が自動的に有効化され、すべてのマシン ユーザーが利用できるようになります。このインストール方法では、アクティブなインターネット接続は必要ありません。はい
/Firefox現在のユーザーに対して UiPath Firefox 拡張機能 をインストールします。この拡張機能は、ブラウザーで [about:addons] に移動して手動で有効化する必要がありますいいえ

UiPath Java 拡張機能のコマンド

コマンドメッセージ権限の昇格が必要
/Javaすべてのマシン ユーザーに対して UiPath Java 拡張機能 をインストールします。はい

UiPath Silverlight 拡張機能のコマンド

コマンドメッセージ権限の昇格が必要
/Silverlightすべてのマシン ユーザーに対して UiPath Silverlight 拡張機能 をインストールします。はい

UiPath Citrix 拡張機能のコマンド

コマンドメッセージ権限の昇格が必要
/CitrixClientすべてのマシン ユーザーに対して UiPath Citrix 拡張機能 をインストールします。はい

UiPath Windows リモート デスクトップ拡張機能のコマンド

コマンドメッセージ権限の昇格が必要
/RdpClientGlobalすべてのマシン ユーザーに対して UiPath Windows リモート デスクトップ向け拡張機能 をインストールします。はい
/RdpClient現在のユーザーに、 UiPath Windows リモート デスクトップ向け拡張機能 をインストールします。いいえ

UiPath VMware Horizon 拡張機能のコマンド

コマンドメッセージ権限の昇格が必要
/VMwareClientGlobalすべてのマシン ユーザーに対して UiPath VMware Horizon 拡張機能 をインストールします。はい
/VMwareClient現在のユーザーに対して UiPath VMware Horizon 拡張機能 をインストールします。いいえ

UiPath Amazon WorkSpaces 拡張機能のコマンド

コマンドメッセージ権限の昇格が必要
/amazon-workspaces-client現在のユーザーに対して UiPath Amazon WorkSpaces 拡張機能をインストールします。いいえ
/amazon-workspaces-client-globalUiPath Amazon WorkSpaces 拡張機能をシステムごとにインストールします。はい

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得