Install Msixbundle Using Powershell ((better)) Guide
To install an MSIXBUNDLE using PowerShell, follow these steps:
Add-AppxPackage -Path "C:\Downloads\MyApp.msixbundle" -AllUsers install msixbundle using powershell
# Install the NuGet provider if you haven't already Install-PackageProvider -Name NuGet -Force To install an MSIXBUNDLE using PowerShell, follow these
For completeness, here is how to remove what you installed: To install an MSIXBUNDLE using PowerShell
Add-AppxPackage -Path "C:\Downloads\MyApp.msixbundle" -AllUsers -ForceInstall -DisableDevelopmentMode
Here is everything you need to know.
