Skip to content

Document the self-contained multi-arch bundle install and update#616

Merged
jschick04 merged 3 commits into
jschick/button-componentfrom
jschick/phase4-docs
Jun 21, 2026
Merged

Document the self-contained multi-arch bundle install and update#616
jschick04 merged 3 commits into
jschick/button-componentfrom
jschick/phase4-docs

Conversation

@jschick04

@jschick04 jschick04 commented Jun 21, 2026

Copy link
Copy Markdown
Collaborator

What

Docs refresh for the new release pipeline (single self-contained, multi-architecture MSIX bundle), plus two fixes that surfaced while updating the docs.

Install / update text

  • README Quick Start: download one EventLogExpert_{version}.msixbundle and double-click to install. Runs natively on x64 and ARM64 (Windows installs the matching architecture), and is self-contained (the Windows App Runtime ships inside the package) so there is no separate runtime to install. Drops the old x64-only .appinstaller/.msix flow and the manual Microsoft.WindowsAppRuntime.1.7.msix step. Adds a Requirements line (Windows 11, Server 2022, Server 2025; x64 or ARM64).
  • docs/Updates-And-Diagnostics.md: removes the .appinstaller-driven update-check claim (the release no longer ships an .appinstaller); the in-app updater already checks on launch.

New hero screenshot

  • Replaces the combined-view hero with the empty-state dashboard (Quick Launch + categorized investigations), cropped to the app window: docs/.images/EventLogExpert-Dashboard.png. The combined-view image is retained (still used in docs/Viewing-Events.md).

Fix: doc screenshots were not rendering

  • Every docs/*.md screenshot was written as <!-- screenshot: NAME --> ![...](...) on a single line. A line beginning with <!-- is parsed as an HTML block, so the trailing image markdown was emitted as text and no <img> was produced (confirmed via GitHub's markdown API). Moved each comment to its own line so the image renders. Affects Filtering.md, Saved-Filters.md, Settings.md, Updates-And-Diagnostics.md, Viewing-Events.md.

Merge timing

The install text documents the NEW release format. The current latest release is still the old x64 .appinstaller/.msix, so merge this in coordination with the first self-contained bundle release; otherwise the README points users at a .msixbundle that the latest release does not yet contain. (The screenshot-rendering fix is independent and safe to merge anytime.)

@jschick04 jschick04 requested a review from a team as a code owner June 21, 2026 22:03
Copilot AI review requested due to automatic review settings June 21, 2026 22:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates end-user documentation to reflect the new release packaging format: a single self-contained, multi-architecture MSIX bundle, and removes claims tied to the now-dropped .appinstaller update mechanism.

Changes:

  • README Quick Start now points users to installing EventLogExpert_{version}.msixbundle (and provides a PowerShell install command).
  • Updates/diagnostics docs remove the .appinstaller-driven background update-check explanation, emphasizing the in-app background check on launch.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
README.md Rewrites Quick Start install steps for the self-contained multi-arch .msixbundle distribution.
docs/Updates-And-Diagnostics.md Removes .appinstaller update-check claim and clarifies the app’s own background update behavior.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Copilot AI review requested due to automatic review settings June 21, 2026 22:41
@jschick04 jschick04 force-pushed the jschick/phase4-docs branch from 7fbc0d3 to 5eb4818 Compare June 21, 2026 22:41

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 6 out of 7 changed files in this pull request and generated no new comments.

@jschick04 jschick04 changed the base branch from main to jschick/button-component June 21, 2026 22:45
@jschick04 jschick04 merged commit e4c460d into jschick/button-component Jun 21, 2026
8 checks passed
@jschick04 jschick04 deleted the jschick/phase4-docs branch June 21, 2026 22:46
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.

2 participants