add-appxpackage
Una utilidad de PowerShell para agregar un paquete de aplicación firmado (
.appx
,.msix
,.appxbundle
y.msixbundle
) a una cuenta de usuario. Más información: https://learn.microsoft.com/powershell/module/appx/Add-AppxPackage.
Add-AppxPackage -Path {{ruta\al\paquete.msix}}
Add-AppxPackage -Path {{ruta\al\paquete.msix}} -DependencyPath {{ruta\a\dependencias.msix}}
Add-AppxPackage -AppInstallerFile {{ruta\al\app.appinstaller}}
Add-AppxPackage -Path {{ruta\al\paquete.msix}} -DependencyPath {{ruta\a\dependencias.msix}} -AllowUnsigned