Forum Discussion
Custom AppInstaller UX
This works for me with AppInstaller 1.21.3133.0 and has for a while? It seems like even on Windows 10 this is active.
Checkout the MS Teams MSIX (https://go.microsoft.com/fwlink/?linkid=2196106) installer, they use the custom UX. I am using almost the same xml file in my app and it also shows the customized UX.
The source of the Teams MSIX link is this page: https://learn.microsoft.com/en-us/microsoftteams/new-teams-bulk-install-client#option-1b-download-and-install-new-teams-using-an-offline-installer
marvin_r Thanks for that. I'll have to do more investigation. That teams package does set the MaxTested field, so it is possible there is an undocumented requirement here.
- Dec 07, 2023
Update. The xml file used for the MsixAppInstallerData.xml must be utf8 with without the bom. This is what was causing the AppInstaller to reject the file. I documented how I am using this in a blog post here: How to Brand your MSIX Custom UI Installation – Confessions of a Guru (tmurgent.com)
PS: The desktop AppInstaller program outputs information to the debug console port when it works. This issue was identified by using DebugView when bringing up the Desktop AppInstaller against the package which showed that it didn't like the XML. This trick will be useful for anyone having issues with the customized feature.