Skip to content

How I supposed to install .msixbundle from releases without having AppInstaller installed #4113

Answered by Trenly
ITaluone asked this question in Q&A
Discussion options

You must be logged in to vote

In PowerShell you should be able to use Add-AppxPackage <path-to-file> to install it directly. You can also skip the download entirely and use Add-AppxPackage https://aka.ms/getwinget for the latest stable release or Add-AppxPackage https://aka.ms/getwingetpreview for the latest pre-release

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ITaluone
Comment options

Answer selected by ITaluone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants