Replies: 2 comments 7 replies
-
Looks like a doc bug. I made a PR to update the message. MSIX container does provide virtualization as explained later on the page. |
Beta Was this translation helpful? Give feedback.
-
I would like to bring to your attention the fact that the term "AppContainer" has a very specific meaning in Windows app development. It means the kind of low-trust, very-controlled-access sandbox that UWP apps run in. It has extremely limited access to the filesystem, will be involuntarily suspended (all threads shutdown) when the window is minimized, etc. Regular MSIX apps do not run in an AppContainer. What the docs are trying to say is that your app will not be sandboxed (it can access any file and perform any action the user’s account can, whenever and however it wants), but Registry writes and certain filesystem writes are redirected into a location private to that package, so that the package can be uninstalled cleanly. Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
I find the assertions in the following articles hard to make sense together:
https://docs.microsoft.com/en-us/windows/msix/msix-container
Then the article links https://docs.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-behind-the-scenes:
Could you clarify how both emphasized assertions are true? Even if this makes sense I believe those documents should be made less confusing in this regard because prima facie they seem to contradict each other.
Beta Was this translation helpful? Give feedback.
All reactions