Skip to content

Fix Comparer CLI startup and validate Store MSIX#37

Merged
chammoru merged 14 commits into
masterfrom
codex/store-validation
May 25, 2026
Merged

Fix Comparer CLI startup and validate Store MSIX#37
chammoru merged 14 commits into
masterfrom
codex/store-validation

Conversation

@chammoru

Copy link
Copy Markdown
Owner

Summary

  • fix Comparer startup when invoked with multiple command-line file paths
  • expose one Viewer entry point in the Store MSIX while retaining the bundled Comparer workflow
  • make Viewer locate bundled Comparer relative to its installed executable
  • add a Windows Store validation workflow that builds the MSIX, smoke-tests install/uninstall, captures screenshots, and runs WACK

Validation

  • Successful Windows 2022 run: https://github.com/chammoru/Q1View/actions/runs/26398002142
  • Comparer remained running after opening reference.png and encoded.jpg from the command line
  • Viewer launched bundled Comparer while running from a different working directory
  • MSIX installed and uninstalled cleanly
  • WACK Application count now passes after using a single Store entry point
  • WACK overall result is WARNING: Blocked executables is an optional Desktop Bridge test and DPIAwarenessValidation reports a warning

Microsoft documents Desktop Bridge optional tests as informational and not used to evaluate Store onboarding: https://learn.microsoft.com/en-us/windows/uwp/debug-test-perf/windows-desktop-bridge-app-tests

Fixes #16
Relates to #27

@chammoru chammoru merged commit 8c92e1b into master May 25, 2026
1 check passed
@chammoru chammoru deleted the codex/store-validation branch May 25, 2026 11:58
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.

Comparer: support multiple file paths from the command line

1 participant