Skip to content

Are msixbundles downloaded incrementally when installed via appinstaller? #1465

Answered by DrusTheAxe
benstevens48 asked this question in Q&A
Discussion options

You must be logged in to vote

will the whole msixbundle file be downloaded

No

will only the necessary bits be downloaded?

Yes

Deployment accomplishes this through several techniques, including...

  • Given a bundle containing x86, x64, arm and arm64 a main packages only 1 is retrieved and installed. In your case, the x64 main package's files will be downloaded but not the x86, arm or arm64
  • Given a bundle containing Resource packages only the applicable resource packages' content are retrieved and installed. If a pakcage has EN, DE and FR resource packages and only FR is applicable then the EN and DE resource packages aren't retrieved
  • Deployment uses byte range requests (when the underlying transport protocol supports…

Replies: 4 comments 1 reply

Comment options

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

Comment options

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

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