- 基本情報
- セットアップと構成
- オートメーション プロジェクト
- 依存関係
- ワークフローの種類
- 制御フロー
- ファイルの比較
- オートメーションのベスト プラクティス
- ソース管理との連携
- デバッグ
- ログ
- 診断ツール
- ワークフロー アナライザー
- ワークフロー アナライザーについて
- ST-DBP-002 - 多数の引数
- ST-DBP-003 - 空の catch ブロック
- ST-DBP-007 - 複数のフローチャートレイヤー
- ST-DPB-010 - [ワークフロー] または [テスト ケース] の複数のインスタンス
- ST-DBP-020 - 未定義の出力プロパティ
- ST-DBP-021 - ハードコードされたタイムアウト
- ST-DBP-023 - 空のワークフロー
- ST-DBP-024 - 永続性アクティビティの確認
- ST-DBP-025 - 変数のシリアル化の前提条件
- ST-DBP-027 - Persistence のベスト プラクティス
- ST-DBP-028 - 引数のシリアル化の前提条件
- ST-USG-005 - ハードコードされたアクティビティのプロパティ
- ST-USG-009 - 未使用の変数
- ST-USG-010 - 未使用の依存関係
- ST-USG-014 - パッケージの制限
- ST-USG-017 - パラメーターの修飾子が無効
- ST-USG-020 - 最小ログ メッセージ
- ST-USG-024 - 未使用で保存されたままの値
- ST-USG-025 - 保存した値の誤用
- ST-USG-026 - アクティビティの制限
- ST-USG-027 - 必要なパッケージ
- ST-USG-028 - ファイル テンプレートの呼び出しの制限
- ST-USG-027 - 必須のタグ
- ST-USG-034 - Automation Hub URL
- 変数
- 引数
- インポートされた名前空間
- コード化されたオートメーション
- トリガーベースの有人オートメーション
- オブジェクト リポジトリ
- ScreenScrapeJavaSupport ツール
- 拡張機能
- Studio でのテスト
- トラブルシューティング
拡張機能をインストールする
The UiPath Extension for VMware Horizon enables native automation of VMware applications. Install it from UiPath Studio or the Command Prompt.
UiPath Studio から
- UiPath Studio を開きます。
- [ホーム] > [ツール] > [UiPath 拡張機能] に移動します。
- [VMware Horizon] > [インストール] を選択します。確認のダイアログ ボックスが表示されます。
- 変更を反映するために、すべての VMware 接続を再起動します。
Result: The UiPath Extension for VMware Horizon is installed at C:\Program Files (x86)\Common Files\UiPath\UiPath.Common\.
コマンド プロンプトから
- Select the Windows Start button.
- Enter
cmdin the search field. - Open the context menu for Command Prompt and select Run as administrator.
- ディレクトリを UiPath インストール フォルダーへ変更します。
cd C:\Program Files\UiPath\Studio\UiPathfor per-machine installationscd %localappdata%\Programs\UiPath\Studio\UiPathfor per-user installations
- Run the
SetupExtensions /VMwareClientcommand to install the extension. A confirmation dialog box is displayed. - 変更を反映するために、すべての VMware 接続を再起動します。
Result: The UiPath Extension for VMware Horizon is installed.
To generate native selectors for VMware technologies, you also need to deploy the UiPath Remote Runtime component on all your VMware application servers. For more information, see About the UiPath Remote Runtime.
The UiPathRemoteRuntime.msi installer is available from Product Downloads in the UiPath Customer Portal or from Download Center in the UiPath Automation Cloud.
拡張機能をアンインストールする
UiPath Studio から
- 実行中のすべての VMware のアプリケーションを閉じます。
- UiPath Studio を開きます。
- [ホーム] > [ツール] > [UiPath 拡張機能] に移動します。
- Select VMware Horizon > Uninstall and confirm your choice.
Result: The UiPath Extension for VMware Horizon is uninstalled.
コマンド プロンプトから
- 実行中のすべての VMware のアプリケーションを閉じます。
- Select the Windows Start button.
- Enter
cmdin the search field. - Open the context menu for Command Prompt and select Run as administrator.
- ディレクトリを UiPath インストール フォルダーへ変更します。
cd C:\Program Files\UiPath\Studio\UiPathfor per-machine installationscd %localappdata%\Programs\UiPath\Studio\UiPathfor per-user installations
- Run the
SetupExtensions /VMwareClient /uninstallcommand to uninstall the extension. A confirmation dialog box is displayed.
Result: The UiPath Extension for VMware Horizon is uninstalled.