Hi Dmytro, Thanks for posting here in the forum. I have checked all of the Microsoft App links you have sent. Is your device a personal or managed by your company or organisation? The reason you're seeing file size and "max 10 installs" info on one Microsoft Store app page but not the other is likely due to how the app publisher configured the listing.
Some developers provide detailed metadata like file size, install limits, and system requirements. Others skip it, either intentionally or because the app is distributed differently (like via a web wrapper or dynamic install). Microsoft Store only shows what the publisher includes, and sometimes it hides info for apps that are installed via external links or enterprise channels.
As for the download errors (0x80072EE2 and 0x801901F6), they’re both network-related: 0x80072EE2 means a timeout connecting to Microsoft’s servers. 0x801901F6 usually points to a failed HTTP request, often due to server-side issues or corrupted Store cache.
Here’s what you can try: Reset the Store cache: Press Win + R, type wsreset.exe, and hit Enter. Check your internet: Try switching to a different network or mobile hotspot. Flush DNS: Open Command Prompt as admin and run ipconfig /flushdns. Disable proxy settings: Go to Internet Options > Connections > LAN Settings and uncheck "Use a proxy server". Make sure BITS service is running: Open services.msc, find "Background Intelligent Transfer Service", and start it if it's stopped.
Let me know what happens. Regards, Rez