add-appxpackageUn utilitaire PowerShell pour ajouter un paquet d'applications signé (
.appx,.msix,.appxbundle,.appxbundleet.msixbundle) à un compte utilisateur. Plus d'informations : https://learn.microsoft.com/powershell/module/appx/Add-AppxPackage.
Add-AppxPackage -Path {{chemin\vers\paquet.msix}}
Add-AppxPackage -Path {{chemin\vers\paquet.msix}} -DependencyPath {{chemin\vers\dependences.msix}}
Add-AppxPackage -AppInstallerFile {{chemin\vers\application.appinstaller}}
Add-AppxPackage -Path {{chemin\vers\paquet.msix}} -DependencyPath {{chemin\vers\dependences.msix}} -AllowUnsigned