Forum Discussion
Company Portal Installation failing due to missing Microsoft.UI.Xaml.2.7
Microsoft.UI.Xaml.2.7 is a framework dependency (WinUI 2) and, in a perfect world, the Microsoft Store should detect that dependency and install it before Company Portal installs. That’s exactly how Store framework dependencies are meant to work.
The key part is your question about “adding it as a dependency” in Intune: with Microsoft Store app (new) you don’t get a “dependency chain” feature like you do for Win32 apps. Intune’s dependency feature is Win32-only, and even there it explicitly can’t depend on other app types (including Microsoft Store apps). So there isn’t a supported way to say “Company Portal depends on Microsoft.UI.Xaml.2.7” when both are Store apps.
What you can do (and what most people do in this scenario) is deploy Microsoft.UI.Xaml.2.7 and assign it as Required to the same device group(s) as Company Portal. It won’t guarantee strict install order, but in practice Intune will keep retrying and once the framework is present, Company Portal will install.
Take a look --> https://learn.microsoft.com/en-us/answers/questions/4186161/what-is-microsoft-ui-xaml-2-7-and-why-dont-i-have
- Sriram_JastiJan 13, 2026Copper Contributor
Thank you for the Response Simone_Termine.
1. I tried to follow your suggestion to deploy Microsoft.UI.Xaml.2.7 as Microsoft Store app (new). However i am unable to find the exact package. Can you give me the correct application name ?2. As per your explanation in my organization in some cases Microsoft Store is not installing the dependencies. so is this something that needs to be corrected on my organization settings or Microsoft store support team should review and take necessary action.
- Simone_TermineJan 13, 2026Brass Contributor
Hi Sriram_Jasti ,
that’s likely because Microsoft.UI.Xaml.2.7 is a framework dependency, not a normal “Store app” with a user-facing listing, and those framework packages often don’t show up in Intune’s Store search. Microsoft also explicitly notes that some Store apps won’t be displayed/available when searching inside Intune.
Did you try to take a look here? --> https://learn.microsoft.com/en-us/answers/questions/4186161/what-is-microsoft-ui-xaml-2-7-and-why-dont-i-have- Sriram_JastiJan 14, 2026Copper Contributor
Hi Simone_Termine - Yes I did look the Thread you mentioned. Solution mentioned in the article needs to be carried out on each device individually. Unfortunately this does not serve for broader deployments.