On Tue Aug 26 15:08:33 2025 +0000, Vibhav Pant wrote:
Implementing `Windows.Management.Deployment.PackageManager` requires support for reading appx/msix files. As we already had opcservices, I thought it'd be better to use `IOpcPackage/PartSet` to do that, instead of having separate ZIP + inflate code.
It's a lot of new code, so my question is about where this is supposed to lead. How are this packages distributed, how users get them, are they possibly signed, is it related in any way to Store packages?