Powershell Install Msix Official
The primary way to install an MSIX package on Windows using PowerShell is by running the cmdlet (or its modern alias Add-AppPackage ) followed by the path to your file. Execute Add-AppxPackage -Path "C:\Path\To\App.msix" in a PowerShell window to instantly trigger a silent, secure application installation for the current user.
To install an or AppX package using PowerShell, you primarily use the Add-AppPackage (or its alias Add-AppxPackage ) cmdlet. Current User Installation powershell install msix
