Expand description
MSIX backend surface used by the Windows facade.
What this module does:
- installs MSIX packages by delegating to the Windows App Installer APIs
- removes MSIX packages using the package full name stored in the receipt
- keeps the leaf implementation modules private so callers only see the
narrow
installandremoveentry points
What this module does not do:
- it does not extract archives or copy payload files
- it does not infer package identity from the registry
- it does not own the package layout logic for portable or zip-based flows