Jump to content

Install Msix Powershell All Users Jun 2026

$DependencyPaths = @( ".\Microsoft.VCLibs.x64.14.00.msix", ".\Microsoft.NET.Native.Runtime.2.2.msix" ) Add-AppxPackage -Path ".\MyApp.msix" -DependencyPath $DependencyPaths -Scope Machine