.net maui blazor project msix install in window for all users

109 Views Asked by At

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:

  1. Add uap:SupportedUsersmultiple</uap:SupportedUsers> in Package.appxmanifest not worked

any idea how we can do it.

appreciate your response

0

There are 0 best solutions below