Matteo Pagani Thank you for this great article, I was hoping to find exactly that information.
We are about to start porting our WPF application to .NET Core and then we want to make use of MSIX as well. Our application als relies heavily on plugins, some of which are provides by our company others are coded by the customers themselves.
From your previous answer I can see, that AppInstaller files allow a customer to define the exact installation bundle in regards of plugins and dependencies for every department individually. Which is absolutely awesome.
What I am not 100% clear at the moment: Can you deploy an AppInstaller file through central desktop management tools also? Or should you handle the msix packages and their interdependencies through your desktop management, if you have that kind of central deployment?
Documentation says "App Installer allows for Windows 10 apps to be installed by double clicking the app package". In most enterprise scenarios (we know), users never have to / are allowed to install anything themselves.
Thank you for clarifying.