Context:
We want to force the installation of new versions of our MSIX bundled apps. Because of risk of data loss, we don't want to force close them but give users the option to save their work and install the update. Sometimes critical updates happen and we want to update the app ASAP (not wait until next morning).
The solution we have thought of is, using Intune to distribute .appinstaller
files, which then will be in charge of installing and updating the app, using the built-in updating system.
Uploading a .appinstaller
file via the portal is not supported (AFAIK)
Questions:
- Is it possible to distribute
.appinstaller
files via Intune - Can you schedule app updates in Intune
- Is it possible to gracefully close the app in stead of forcing it
- Are we looking at it all wrong and are there better ways for facilitating our use case
Thank you for any help in advance!