Add-AppxPackage

Un utilitaire PowerShell pour ajouter un paquet d'applications signé (.appx, .msix, .appxbundle, .appxbundle et .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