Expand description
MSIX removal implementation.
This adapter expects the installed package receipt to contain
EngineMetadata::Msix. It extracts the stored package full name and passes
it to crate::windows_dep::packages::msix_remove.
The module does not query the registry or derive package identity on its own. That information must already be present in the receipt.
Functionsยง
- remove ๐
- Remove an MSIX package using the package full name stored in the receipt.