Forum Discussion
arai shozo
May 11, 2018Copper Contributor
About MSIX Container
In MSIX inside-out, describe about container. Desktop Bridge App : Desktop Bridge Container UWP App : AppContainer MSIX Container = Desktop Bridge Container + AppContainer I know desktop bridge c...
- May 11, 2018
The desktop bridge uses File system and registry filters. It does not use the App-V infrastructure.
MSIX enables flexibility in the container. You can be as light weight as file system and registry filters or move more into a capability model like the UWP app container. For very secure scenarios we will enable a isolated container similar to what Windows Defender Application Guard uses.
If you use the MSIX SDK to extract an MSIX on Windows 7 it does not get any containerization support. It is just offering a method to reuse the same MSIX file for multiple distributions.
John Vintzel
Principal Program Manager Lead, MSIX
jvintzel
Microsoft
May 11, 2018The desktop bridge uses File system and registry filters. It does not use the App-V infrastructure.
MSIX enables flexibility in the container. You can be as light weight as file system and registry filters or move more into a capability model like the UWP app container. For very secure scenarios we will enable a isolated container similar to what Windows Defender Application Guard uses.
If you use the MSIX SDK to extract an MSIX on Windows 7 it does not get any containerization support. It is just offering a method to reuse the same MSIX file for multiple distributions.
John Vintzel
Principal Program Manager Lead, MSIX
- arai shozoMay 12, 2018Copper Contributor
John, thank you.
>The desktop bridge uses File system and registry filters.
Yes, I think similar App-v infrastructure. I understood it for your describe it.
In my understood it, about MSIX Container.
1. similar capability of desktop bridge.
2. Add more capability of desktop bridge.
3. enabled isolated container.
And in Windows 7.
1. MSIX is deployment package.
2. not offer containerization technology.
Many thanks.