UiPath.CLI.Windows: Failed to load the dll from [C:\Program Files\dotnet\host\fxr\9.0.0\hostfxr.dll], HRESULT: 0x800700C1

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:

  1. Go to Official UiPath Artifactory
    https://uipath.visualstudio.com/Public.Feeds/_artifacts/feed/UiPath-Official

  2. Search for UiPath.CLI.Windows

  3. Download UiPath.CLI.Windows 24.12.9111.31003 using the [Download]-button

  4. 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.

  5. Extract it with Windows 11 Explorer

  6. Open a shell in extraction directory\tools

  7. Run uipcli.exe

  8. 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

It works on Windows 11 x86/64-Bit
.\uipcli version
uipcli 24.12.0+6cbf4a4dec6dd86ca379172448dd61e54ed66967

This means that the documentation needs to be updated: ARM-based Windows is not supported? What about .NET platform independence?