Skip to content

How to Bundle Multiple Architectures for WinUI App Submission to Microsoft Store? #9450

Answered by DarranRowe
nextcodelab asked this question in Q&A
Discussion options

You must be logged in to vote

This is currently a known issue and one draw back of the WinUI 3 with the packaging in the same project.
The project type with the separate application packaging project will bundle properly. Unfortunately, you would need to use makeappx directly to bundle the separate .msix files into a .msixbundle.
It is pretty easy to bundle.

  1. Copy the .msix files that you want to bundle into a separate directory. The contents of that directory will be the contents of the bundle.
  2. Use the command makeappx bundle /d [input_directory] /p [bundle_path].msixbundle

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by nextcodelab
Comment options

You must be logged in to vote
0 replies
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