Home > Software engineering >  Xamarin UWP app won't install for multiple users
Xamarin UWP app won't install for multiple users

Time:04-19

I have created a Xamarin UWP app and installed it on a company PC, all seems fine. Multiple people log on to these PC's however and it seems that only the person who installed the app can access it. I can't seem to find it on any other user account.

When I try to install it via a different user account I get a 'Catastrophic Failure (0x8000ffff)' error from the appinstaller.

Pretty stumped about this as we need multiple users to be able to access the app on the PC, either using the same installation or an installation per account.

CodePudding user response:

Okay just in case anyone stumbles across this,

I needed to run the supplied install PowerShell script, instead of the appinstaller.

  • Related