Assistant側でNugetパッケージのファイルパス指定が必要でしょうか?

こんにちは
UiPath Studio 2026.0.182STS Community editionのユーザーです。

自動化プロセスをパブリッシュして他人が自分のAssistantで実行する方法を調べていますが、不明点があったので、回答が分かる方ご教示ください。

自動化プロセスをUiPath Studioでパブリッシュする際に、パブリッシュ先を「カスタム」、カスタムURLを任意のローカルフォルダに指定して、NuGetパッケージをローカルフォルダにパブリッシュしてUSBメモリで他人に渡す。Nugetパッケージを渡された他人は、自分の任意のローカルフォルダにNugetパッケージをコピーしてAssistantを起動すれば、AssistantのAutomation欄にプロセスは表示されますか?
もし、Assistant側でNugetパッケージのファイルパス指定が必要であれば、どこで指定するか、画面キャプチャで教えてください。

Hi @gorby,

Copy .nupkg to %ProgramData%\UiPath\Packages

Publish from Studio to any custom local folder (gets .nupkg file)

Copy .nupkg to C:\ProgramData\UiPath\Packages on target machine

Restart/refresh Assistant → process appears in Automations automatically

No path specification needed in Assistant. Works perfectly for Studio 2026 Community edition local sharing.

I asked a friend to place the NuGet package in the folder you pointed out and ran it using Assistant, but the process does not appear in Assistant’s Automation.

Is there any other configuration required?

One possibilty to solve this issue..
Should I publish my project to C:\ProgramData\UiPath\Packages when I publish?

@gorby

  1. Assistant > Profile > Preferences > Orchestrator > DISCONNECT

  2. Copy .nupkg to C:ProgramDataUiPathPackages

  3. Restart Assistant completely

こんにちは

「他人」が利用しているライセンスに依存します。
スタンドアローンライセンスであれば
UiPath.Settings内の NuGetServerUrlの値が使用されます。

Orchestratorに接続されているのであれば、原則としてOrchestrator側から配信する必要があります。

そのOrchestrator側から配信する方法を調べて試行錯誤していますが、まだうまく行っていません。

1.「Orchestratorテナントプロセスフィード」にパブリッシュ

2.OrchestratorからUiPath Adminの画面に切り替えて⇒Accounts & local groups⇒User Accounts⇒Invite Users

Nugetパッケージを実行してもらいたいAさんに招待メールを送りましたが、Aさんが承諾をクリックすると「Bad Request」となります。

原因分かりますでしょうか?

Hey, @arjun.shiroya

I was able to install it using the method you explained, but when I try to run it, I get an error saying “Local License is needed.”

It seems that with the Community Edition, installation is possible, but the NuGet package cannot be executed due to a license check.

これだけでは、UiPath Autoamtion cloud側の問題の可能性ありますし、Aさん側の環境の問題の可能性もあるかと思います。通信環境を変えてみる、異なるユーザーを招待してみる等々で、まずは原因の切り分けが必要の様に思えます。

試行錯誤して、AさんにAutomation Developerの「役割(Role)」を私が付与していなかったのが原因と分かりました。AさんにAutomation Developerの「役割(Role)」を付与して承諾OKとなりました。Sharedフォルダにプロセスを置いている場合、AさんにSharedフォルダのアクセス権を付与するのも必要のようですが、これは生成AIに相談します。

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.