Situation
We created and signed a MSIX package of our .NET MAUI app for distribution outside MS Store and Installation with App-Installer.
Problem
While (up to now) most of testing users don`t have any problems with installation with MS App-Installer, in one case installation fails showing this message: "App Installer failed to install package dependencies. Ask the developer for -package[!]."
Tries
Because I don't have a clue, what package exactly could be missing, I searched for some error logs / error codes in Event Viewer (here: Application and Services Logs -> Microsoft -> Windows -> AppxDeployment-Server), following these instructions , but could not find anything in AppxDeployment-Server.
Could anyone please tell me, where else to find logs for failed msix installation? Or does maybe anyone could give me a suggestion, what could be the reason for the failing installation?