Expand description
MSIX installation implementation.
This is a thin adapter around the Windows App Installer APIs exposed by
crate::windows_dep::packages::msix_install. It does not unpack files or manage a
portable install tree; it only records the MSIX receipt metadata WinBrew
needs later for removal.
Functionsยง
- install ๐
- Install an MSIX package and return the receipt data WinBrew needs later.