Explain how MSIX deployment works (staging and registration)#490
Open
RDMacLachlan wants to merge 1 commit into
Open
Explain how MSIX deployment works (staging and registration)#490RDMacLachlan wants to merge 1 commit into
RDMacLachlan wants to merge 1 commit into
Conversation
Add a "How MSIX deployment works: staging and registration" concept section to the Manage your MSIX deployment overview. It describes the platform model requested in this bug: staging (once per machine), registration (once per user at sign-in), provisioning (stage + all-user registration flag + event), and how an update applied for one user propagates to every other user of the machine. Cross-links to Preinstalling packaged apps and App package updates. Resolves AB#36938354 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
Learn Build status updates of commit 76e1ce2: ✅ Validation status: passed
For more details, please refer to the build report. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a How MSIX deployment works: staging and registration concept section to
msix-src/desktop/managing-your-msix-deployment-overview.md, providing the more advanced deployment explanation requested in this bug.The new section covers the platform model described by the MSIX team in the work item:
%ProgramFiles%\WindowsApps, done once per machine and without a signed-in user.Cross-links to Preinstalling packaged apps (provisioning tools) and App package updates (differential download). Placed at the end of the file to avoid overlapping with the still-open PR #484, which edits the intro of the same document.
Resolves AB#36938354