DotNet core winform application framework dependent deployment need DotNet desktop runtime

Sunny Sharma 1 Reputation point
2022-07-22T16:59:29.44+00:00

We are building a Winform app built on DotNet Core 6 which is hosted on Network share DFS server. When users are trying to access this app they are getting an error you must install DotNet Desktop runtime in order to run this application. My query is it possible to install this DotNet Desktop runtime in non-admin mode using PowerShell since users would not have admin access. I see some article like this https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script but here even after executing these scripts we are still getting the same error " you must install DotNet Desktop runtime in order to run this application". Can this be achieved ?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,418 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,127 questions
{count} votes