A PowerShell utility to add a signed app package (
.appx
,.msix
,.appxbundle
and.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