How to make a .NET MAUI application a machine-based installation in Windows?
We have developed an UWP application in a .NET MAUI framework. We are facing issues with the deployment of the application. The end user machines will be used by multiple users say machine1 itself will be used by more than 20 users. I am aware that UWP apps are user account based not machine based and we are successful on installing for some users with the help of Intune's machines-based deployment.
I would like to know is there any way we can make it as a machine based rather than user account based. Basically, we need to install the application in more than 500 machines which are used by more than 2000 people. Basically, I should be able to install in any one user account then remaining other users also should be able to open that application.
In WPF there is an option like make it public or just for me, I want something like this.