Install - Msixbundle From Powershell
Add-AppxPackage -Path .\YourApp.msixbundle -Verbose
# Install certificate first (if needed) $cert = Get-ChildItem -Path "C:\path\to\certificate.cer" $cert | Import-Certificate -CertStoreLocation Cert:\CurrentUser\TrustedPeople install msixbundle from powershell