Rename confusing Step 6 table header on Create App Installer file page - #494
Merged
John Kennedy (GrantMeStrength) merged 1 commit intoJul 28, 2026
Conversation
The Step 6 "Update setting" table used the column header "Elements", but three of the four rows (HoursBetweenUpdateChecks, UpdateBlocksActivation, ShowPrompt) are XML attributes and only ForceUpdateFromAnyVersion is a true element. Rename the header to "Setting", which matches the section title and accurately describes every row. Reported via GitHub issue MicrosoftDocs#334. Resolves AB#40425473 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Roy (RDMacLachlan)
requested review from
Howard Kapustein (DrusTheAxe) and
John Kennedy (GrantMeStrength)
July 4, 2026 16:02
Contributor
|
Learn Build status updates of commit f8bf78e: ✅ Validation status: passed
For more details, please refer to the build report. |
Collaborator
Author
|
John Kennedy (@GrantMeStrength) and Howard Kapustein (@DrusTheAxe), this is a very minor change. Can you review and approve :-) |
Howard Kapustein (DrusTheAxe)
approved these changes
Jul 25, 2026
John Kennedy (GrantMeStrength)
approved these changes
Jul 27, 2026
John Kennedy (GrantMeStrength)
merged commit Jul 28, 2026
87fb664
into
MicrosoftDocs:main
2 checks passed
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.
Resolves a reported documentation confusion on the Create an App Installer file manually page.
What & why
In Step 6 (Add Update setting), the table column header was "Elements", but the rows are a mix of XML attributes and one element:
HoursBetweenUpdateChecks,UpdateBlocksActivation,ShowPrompt— attributes of<OnLaunch>ForceUpdateFromAnyVersion— the only true elementLabeling the column "Elements" is misleading (XML jargon that doesn't match the contents). This renames the header to "Setting", which matches the section title ("Update setting" /
<UpdateSettings>) and accurately describes every row.Reported via GitHub issue #334.
Files
msix-src/app-installer/how-to-create-appinstaller-file.md(Step 6 table header only)Note
This edits the same file as PR #492, but a different, non-overlapping region (Step 6 vs. the overview example / Steps 7–8), so the two can merge in either order.
Resolves AB#40425473