Add guidance for replacing installer-based apps with MSIX#484
Open
RDMacLachlan wants to merge 1 commit into
Open
Add guidance for replacing installer-based apps with MSIX#484RDMacLachlan wants to merge 1 commit into
RDMacLachlan wants to merge 1 commit into
Conversation
Adds a new article, "Replace an existing installer-based app with MSIX," under Manage your MSIX deployment. It explains that the MSIX version installs side by side with an existing unpackaged .exe/.msi/ClickOnce app (separate package identity, no in-place upgrade), documents the two recommended ways to remove the previous version (app-driven uninstall and management-tool uninstall), and points to the deployment-technology options. Wires the article into toc.yml and links it from the deployment overview and Know your installer pages. Resolves AB#25952048 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
Learn Build status updates of commit 734c0da: ✅ 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.
Adds a new article, Replace an existing installer-based app with MSIX, under Manage your MSIX deployment.
Addresses a partner (Lenovo/AppConsult) request for guidance on the best way to replace an existing .exe/.msi/ClickOnce install with the MSIX version across deployment technologies. The article explains that MSIX installs side by side with the unpackaged app (separate package identity, no in-place upgrade), documents the two recommended ways to remove the previous version (app-driven uninstall and management-tool uninstall), and points to the deployment-technology options. Wired into
toc.ymland linked from the deployment overview and Know your installer pages.Resolves AB#25952048