We are building an app using .NET Core 6 Winforms. This app would be hosted on a network file share. If users need to access this app, they would need at least .NET desktop runtime to be installed on their machine.
My question: is it possible to install the .NET desktop runtime on the host machines in non-admin mode?
We have number of users who need to access this app and those users would not have the admin rights to install the needed desktop runtime on their machine so we are trying to create a utility which would install the .NET desktop runtime on their machine by using PowerShell but that's only possible if there is a way to do non-admin installation for the .NET Desktop runtime?