A PowerShell utility to add a signed app package (
.appx,.msix,.appxbundleand.msixbundle) to a user account. More information: https://learn.microsoft.com/powershell/module/appx/Add-AppxPackage.
Add-AppxPackage -Path path\to\package.msix
Add-AppxPackage -Path path\to\package.msix -DependencyPath path\to\dependencies.msix
Add-AppxPackage -AppInstallerFile path\to\app.appinstaller
Add-AppxPackage -Path path\to\package.msix -DependencyPath path\to\dependencies.msix -AllowUnsigned