Skip to content

Add Beyond Compare as a Windows FMA - #46252

Merged
allenhouchins merged 1 commit into
mainfrom
allenhouchins-beyond-compare-windows-fma
May 27, 2026
Merged

Add Beyond Compare as a Windows FMA#46252
allenhouchins merged 1 commit into
mainfrom
allenhouchins-beyond-compare-windows-fma

Conversation

@allenhouchins

@allenhouchins allenhouchins commented May 27, 2026

Copy link
Copy Markdown
Member

Introduce Beyond Compare Windows package metadata and scripts for winget. Adds input manifest (ee/maintained-apps/inputs/winget/beyond-compare.json) plus install and uninstall PowerShell scripts that handle Inno Setup silent install flags and registry-based uninstaller discovery. Updates outputs: registers the app in ee/maintained-apps/outputs/apps.json and adds a versioned output file with installer URL, sha256, and script refs (ee/maintained-apps/outputs/beyond-compare/windows.json).

Summary by CodeRabbit

  • New Features
    • Beyond Compare (version 5.2.2.32209) is now available as a managed application on Windows platforms
    • Automated installation and uninstallation workflows enable seamless deployment and removal across Windows systems
    • Configured for silent, system-wide installation with minimal user intervention
    • Precategorized as a Developer tool for improved discoverability

Review Change Stack

Introduce Beyond Compare Windows package metadata and scripts for winget. Adds input manifest (ee/maintained-apps/inputs/winget/beyond-compare.json) plus install and uninstall PowerShell scripts that handle Inno Setup silent install flags and registry-based uninstaller discovery. Updates outputs: registers the app in ee/maintained-apps/outputs/apps.json and adds a versioned output file with installer URL, sha256, and script refs (ee/maintained-apps/outputs/beyond-compare/windows.json).
@allenhouchins
allenhouchins marked this pull request as ready for review May 27, 2026 14:19
Copilot AI review requested due to automatic review settings May 27, 2026 14:19

@claude claude Bot 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.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@allenhouchins
allenhouchins merged commit 41781b2 into main May 27, 2026
13 of 15 checks passed
@allenhouchins
allenhouchins deleted the allenhouchins-beyond-compare-windows-fma branch May 27, 2026 14:20
@coderabbitai

coderabbitai Bot commented May 27, 2026

Copy link
Copy Markdown
Contributor

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 2a85b1ff-878e-4bd9-b0bb-bbec2c219f1d

📥 Commits

Reviewing files that changed from the base of the PR and between 819e3d3 and 9de8b5c.

📒 Files selected for processing (5)
  • ee/maintained-apps/inputs/winget/beyond-compare.json
  • ee/maintained-apps/inputs/winget/scripts/beyond_compare_install.ps1
  • ee/maintained-apps/inputs/winget/scripts/beyond_compare_uninstall.ps1
  • ee/maintained-apps/outputs/apps.json
  • ee/maintained-apps/outputs/beyond-compare/windows.json

Walkthrough

This PR adds Beyond Compare as a managed Windows application. It introduces a Winget package intake configuration in JSON that specifies the application identifiers, installer metadata (x64, exe, machine-wide scope), and default categories. Two PowerShell scripts handle the lifecycle: the installation script executes the Inno Setup installer silently with machine-wide options and propagates its exit code; the uninstallation script queries the registry to locate the uninstaller, stops the running process, augments the uninstall command with silent flags if needed, and executes uninstallation synchronously. The output files register the app in the applications manifest and provide the full Windows app definition with version tracking, installer checksums, and embedded script bodies.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch allenhouchins-beyond-compare-windows-fma

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@allenhouchins
allenhouchins removed the request for review from Copilot May 27, 2026 14:42
This was referenced May 28, 2026
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