pub fn msix_remove(package_full_name: &str) -> Result<()>Expand description
Remove an installed MSIX package by its full package name.
The caller is expected to pass the exact full name stored in the install receipt. This keeps removal deterministic and avoids ambiguous package name lookups at uninstall time.