Skip to content

Fix WinGet product code metadata - #38

Merged
Has-X merged 1 commit into
mainfrom
dev
Aug 22, 2026
Merged

Fix WinGet product code metadata#38
Has-X merged 1 commit into
mainfrom
dev

Conversation

@Has-X

@Has-X Has-X commented Aug 22, 2026

Copy link
Copy Markdown
Owner

Add the Inno product code at the installer manifest root so WinGet list and upgrade correlation remains reliable.

Copilot AI lite review requested due to automatic review settings August 22, 2026 13:54
@Has-X
Has-X merged commit 020f250 into main Aug 22, 2026
6 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 Changes recommended

The newly added ProductCode value does not match the Inno Setup AppId/uninstall identifier format (missing {}), which undermines the intended WinGet correlation fix.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR updates the WinGet installer manifest metadata for the Windows (Inno Setup) installer so WinGet can reliably correlate the installed app with the manifest for winget list/winget upgrade.

Changes:

  • Adds an Inno Setup ProductCode at the installer manifest root for improved WinGet correlation.
File summaries
File Description
packaging/winget/manifests/c/Chromatic/Sensitivity/1.1.3/Chromatic.Sensitivity.installer.yaml Adds root-level ProductCode metadata intended to improve WinGet upgrade/list correlation for the Inno installer.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART
UpgradeBehavior: install
ProductCode: A2E220C2-402D-4B6F-94D2-04D09F30A25E_is1
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