プロセスを作るごとにUiPath.UIAutomation.Activitiesをインストールしないで
デフォルトでインストールされた状態で毎回プロセスを作れる状態にするにはどうしたらいいでしょうか?
You can do it with project template.
Create a project
Install the required packages
Export project as template
Use this template for every new project.
Refer this documentation for more details on how to do it.
Thank you for your advice on this topic!
I’ve been working on it based on your input and have managed to make some progress.
I wanted to let you know that I’ve created a template as part of the process.
However, when I search in the Template tab, it doesn’t appear.
Could you help me understand what might be wrong or if I’m missing something?
あと非公式な別解ですが、Community等のユーザー単位インストールの場合、
%USERPROFILE%\AppData\Local\Programs\UiPath\Studio\ProjectTemplates\Blank\Windows\VisualBasic\.Local
にtemplate.jsonがあるので、これを書き換えるとデフォルトプロジェクトとしてこの設定で起動します。(上記はWindowsプロジェクト、VBの場合です。UiPathをすべて閉じた状態でお試しください。JSONの形式を壊さないよう注意が必要です。)
パブリッシュのオプションでローカルを選択したらテンプレートとして出てきました。
ありがとうございました。