Skip to content

Rename confusing Step 6 table header on Create App Installer file page - #494

Merged
John Kennedy (GrantMeStrength) merged 1 commit into
MicrosoftDocs:mainfrom
RDMacLachlan:users/romaclac/docbug-40425473
Jul 28, 2026
Merged

Rename confusing Step 6 table header on Create App Installer file page#494
John Kennedy (GrantMeStrength) merged 1 commit into
MicrosoftDocs:mainfrom
RDMacLachlan:users/romaclac/docbug-40425473

Conversation

@RDMacLachlan

Copy link
Copy Markdown
Collaborator

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 element

Labeling 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

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>
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit f8bf78e:

✅ Validation status: passed

File Status Preview URL Details
msix-src/app-installer/how-to-create-appinstaller-file.md ✅Succeeded

For more details, please refer to the build report.

@RDMacLachlan

Copy link
Copy Markdown
Collaborator Author

John Kennedy (@GrantMeStrength) and Howard Kapustein (@DrusTheAxe), this is a very minor change. Can you review and approve :-)

@GrantMeStrength
John Kennedy (GrantMeStrength) merged commit 87fb664 into MicrosoftDocs:main Jul 28, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants