Hi,
I can’t follow the installation instructions for Download UiPath CLI
Installed software: .NET SDK & .NET Desktop Runtime on Windows 11 ARM:
$ dotnet --list-sdks
9.0.101 [C:\Program Files\dotnet\sdk]
$ dotnet --list-runtimes
Microsoft.AspNetCore.App 9.0.0 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 9.0.0 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 9.0.0 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Steps to reproduce the error:
-
Go to Official UiPath Artifactory
https://uipath.visualstudio.com/Public.Feeds/_artifacts/feed/UiPath-Official -
Search for UiPath.CLI.Windows
-
Download UiPath.CLI.Windows 24.12.9111.31003 using the [Download]-button
-
Rename downloaded UiPath.CLI.Windows.24.12.9111.31003.nupkg file to .zip
This is because of step 5. I found no other way to extract it without installing additional tools. -
Extract it with Windows 11 Explorer
-
Open a shell in extraction directory\tools
-
Run uipcli.exe
-
Error
Failed to load the dll from [C:\Program Files\dotnet\host\fxr\9.0.0\hostfxr.dll], HRESULT: 0x800700C1
The library hostfxr.dll was found, but loading it from C:\Program Files\dotnet\host\fxr\9.0.0\hostfxr.dll failed
- Installing .NET prerequisites might help resolve this problem.
Install .NET on Windows - .NET | Microsoft Learn