I have a windows application developed using .NET MAUI Blazor application to manage Users and their data.
I have generated a MSIX package with a temporary test Certificate.
Now I have one Administrator account through which I am installing this MSIX package.
My Requirement:
I also have multiple Users that will be using this installed application via their own local Windows accounts. I want to install application in administrator account and then It will available for all users.
I tried:
- Add uap:SupportedUsersmultiple</uap:SupportedUsers> in Package.appxmanifest not worked
any idea how we can do it.
appreciate your response