During development of an universal windows platform app we faced a lot of limitations in terms of isolation coming with the UWP platform e.g. the restriction of not being able to launch any exe file from within an UWP App.
From what I can see, Microsoft Edge Browser is a UWP App. How is it possible that Edge can download and launch an exe file from the web and execute it, as this is some of the most important restrictions of the UWP platform?
Is Edge not a true UWP App ?
Update 1:
- Looks like the Settings App in Windows 10 is also an UWP App and does control things, that UWP Apps can't do by design. Also not a true UWP App ?