- リリース ノート
- スタート アップ ガイド
- ハードウェアおよびソフトウェアの要件
- セットアップと構成
- Task Capture を操作する
- その他のリソース
このセクションでは、Task Capture のアプリケーションに使用できるコマンド ライン パラメーターについて確認できます。
インストール コマンド ライン引数の説明
It is possible to install or update Task Capture using the below-mentioned command lines if you have the task-capture-setup.msi installer. The table below lists all the available parameters you can use, paired with some examples.
- Setup command-line arguments cannot be used and do not work on TaskCapture.exe.
- This package natively supports all msiexec commands.
- これらのコマンドを実行するには、管理者権限が必要です。
| アイテム | コマンド | 説明 |
|---|---|---|
| インストール オプション | /i | 通常のインストールに使用します。 |
| - | /a | 管理者用インストールに使用します。 |
| - | /x | パッケージのアンインストールに使用します。 |
| - | APPLICATIONROOTDIRECTORY='{folder_path}' | インストール ディレクトリの変更に使用します。 |
| 表示オプション | /quiet | Quiet モード |
| - | /passive | 無人モード |
| - | /q[n|b|r|f] | ユーザー インターフェイスのレベルを次のように設定します。 |
| 再起動オプション | /norestart | インストールが完了した後、マシンは再起動されません。 |
| - | /promptrestart | 再起動が必要な場合、再起動を求めるメッセージが表示されます。 |
| - | /forcerestart | インストールが完了した後、マシンは再起動されます。 |
| カスタム パラメーター | LICENSECODE=1111-1111-1111-1111または LICENSECODE=offline_activation_string | スタンドアロン エディションのアプリを、ライセンス コードまたはライセンス アクティベーション文字列 (オフライン アクティベーションの場合) を使用してアクティベーションします。 |
| - | TEMPLATES=template1.ssword;template2.ssword;... | 既定のテンプレートとしてカスタム テンプレートをインストールします。 |
| - | PROXYCONFIG="config.json" を構成ファイルへのパスとともに表示します | プロキシ設定を設定します。 |
| - | SHOWSIGNIN=1 (既定) | Show the user profile icon and allows to login to UiPath Cloud. Use SHOWSIGNIN=0 to hide the sign-in dialog on the application UI. |
| テレメトリ パラメーター | TELEMETRYENABLED=1 (既定) | Telemetry is enabled by default. Use TELEMETRYENABLED=0 to disable telemetry. |
| - | SHOWTELEMETRYTOGGLE=1 (既定) | The telemetry toggle option is shown by default. Use SHOWTELEMETRYTOGGLE=0 to hide the telemetry option toggle. |
- スペースを含む値を渡す場合は、二重引用符で囲む必要があります。
- 二重引用符はエスケープする必要があります。
- エスケープする必要がある文字の前にバッククォート記号 (PowerShell の場合は `、コマンド プロンプトの場合は ^) を使用してください。
- The template file should be in .ssword format. Please see Exporting to find out how to create the file using Task Capture
例:
基本のユーザー インターフェイス (b) とライセンスのアクティベーション (LICENSECODE) を指定した、ツールのサイレント インストール (q) の例です。
In the msiexec /i ${task-capture-setup.msi} /qb LICENSECODE=${license_code} the following elements are avaialble:
-
${task-capture-setup.msi} the path to the .msi installer file,
例: C:\Users\user.name\Downloads\task-capture-setup.msi
-
${license_code} is one of the following:
- オンライン アクティベーションのライセンス コード。例: 1111-1111-1111-1111
- offline activation string: the string used at the last stage for Offline Activation in Task Capture.
The following example illustrates how to install your pre-defined custom templates by using the TEMPLATES parameter:
We'll start with the following:msiexec /i task-capture-setup.msi /qb TEMPLATES=^"C:\Users\username\Documents\MyTemplate.ssword^" - for CMDmsiexec /i task-capture-setup.msi /qb TEMPLATES="C:\Users\username\Documents\MyTemplate.ssword" - for POWERSHELLthe following elements are available:
- task-capture-setup.msi the path to the .msi installer file
- TEMPLATES= parameter contains the following information:
- ^"C:\Users\username\Documents\MyTemplate.ssword^ (CMD) or
"C:\Users\username\Documents\MyTemplate.ssword" (POWERSHELL) the path towards the pre-defined custom template that you set up.
- ^"C:\Users\username\Documents\MyTemplate.ssword^ (CMD) or
アプリケーション コマンド ライン引数の説明
Task Capture の実行可能ファイルでは、次の CLI 引数を使用できます。
- これらの引数は、.msi インストールで LICENSECODE または TEMPLATES 引数を使用してインストーラーを呼び出す場合に使用されます。
- 使用すると、他のウィンドウを開くことなく Task Capture がサイレントに呼び出されます。
ライセンス アクティベーション引数:
--activate=${license}, where ${license} has one of the following values:
-
オンライン アクティベーションのライセンス コード
e.g. --activate=1111-1111-1111-1111
-
オフライン アクティベーション文字列: Task Capture でオフライン アクティベーションを行う場合に、最後の手順で使用される文字列
ライセンス ディアクティベーション引数:
--deactivatethat deactivates active license(s). Through it, Task Capture sends a deactivation request to the License Server and removes the license file.
既定のテンプレートとしてのカスタム テンプレートのインストール:
--import-templates={template1};{template2};... adds the selected templates into the installation folder.
- 複数のテンプレートには、区切り文字としてセミコロン (;) を使用します。
- Task Capture は指定した各テンプレートをインポートしようとします。
- 選択したテンプレートのいずれかがインポートできない場合は、コード 1 が表示されます。
- エラーはすべてログ ファイルに書き込まれます。
使用状況:
MSI 版で利用可能なアクションの一部では、管理者権限が必要な場合があります。
The executable file name is Task Capture.exe and, depending on the installation type is locates in:
- %localappdata%/Programs/task-capture folder for the .exe installer;
- %programfiles%/Task Capture folder for .msi installer.
ファイル名とフォルダー名にスペースが含まれているため、実行可能ファイルのパスを二重引用符で囲むようにしてください。
例:
- "%programfiles%/Task Capture/Task Capture.exe" --activate=1111-1111-1111-1111 activates the .msi version.
- %localappdata%/Programs/task-capture/Task Capture.exe” --deactivate - deactivates the .exe version.