Replace <bundle_file> with the path to your bundle file.
Add-AppxPackage -Path "C:\Downloads\MyApp.msixbundle" -ForceTargetApplicationArchitecture x64
If you are trying to write a script to install an MSIX bundle, use the Add-AppxPackage cmdlet.
Replace <bundle_file> with the path to your bundle file.
Add-AppxPackage -Path "C:\Downloads\MyApp.msixbundle" -ForceTargetApplicationArchitecture x64
If you are trying to write a script to install an MSIX bundle, use the Add-AppxPackage cmdlet.