[exclusive]: Powershell Msixbundle
Get-ChildItem "C:\Apps" -Filter "*.msixbundle" | ForEach-Object Add-AppxPackage -Path $_.FullName
$cert = Import-Certificate -FilePath "company.cer" -CertStoreLocation "Cert:\LocalMachine\TrustedPeople" Then install the bundle: powershell msixbundle
Install with dependencies: