Skip to content

Add FabioColor.FadedBalancerDCTL version 1.6.0#338292

Merged
microsoft-github-policy-service[bot] merged 7 commits intomicrosoft:masterfrom
fabiocolor:fabiocolor-fadedbalancerdctl-1.6.0
Feb 17, 2026
Merged

Add FabioColor.FadedBalancerDCTL version 1.6.0#338292
microsoft-github-policy-service[bot] merged 7 commits intomicrosoft:masterfrom
fabiocolor:fabiocolor-fadedbalancerdctl-1.6.0

Conversation

@fabiocolor
Copy link
Contributor

@fabiocolor fabiocolor commented Feb 10, 2026

Summary\n- Add new package manifest for FabioColor.FadedBalancerDCTL\n- Version: 1.6.0\n- Installer source: GitHub release ZIP containing Inno installer\n\n## Validation\n- Installer URL and SHA256 match release asset\n- Nested installer path points to included EXE

Microsoft Reviewers: Open in CodeFlow

Copilot AI review requested due to automatic review settings February 10, 2026 16:12
@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-132-338292-20260210-1

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a new WinGet manifest set for FabioColor.FadedBalancerDCTL version 1.6.0, enabling installation via a GitHub Release ZIP that contains a nested Inno Setup installer.

Changes:

  • Added version manifest (ManifestType: version) for 1.6.0
  • Added default locale metadata (en-US) including URLs, license, descriptions, and tags
  • Added installer manifest using InstallerType: zip with NestedInstallerType: inno

Reviewed changes

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

File Description
manifests/f/FabioColor/FadedBalancerDCTL/1.6.0/FabioColor.FadedBalancerDCTL.yaml Introduces the version entry for 1.6.0.
manifests/f/FabioColor/FadedBalancerDCTL/1.6.0/FabioColor.FadedBalancerDCTL.locale.en-US.yaml Provides en-US metadata (publisher, license, descriptions, links).
manifests/f/FabioColor/FadedBalancerDCTL/1.6.0/FabioColor.FadedBalancerDCTL.installer.yaml Defines ZIP installer + nested Inno installer file mapping.

@fabiocolor
Copy link
Contributor Author

@microsoft-github-policy-service agree

@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-132-338292-20260210-2

@fabiocolor
Copy link
Contributor Author

Aligned with the Advanced package fix: added explicit Inno InstallerSwitches (/SUPPRESSMSGBOXES, /SP-, /NORESTART) to ensure unattended Winget install validation is not blocked by dialogs. Commit: cc1be73.

@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-132-338292-20260210-3

@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-132-338292-20260210-4

@fabiocolor
Copy link
Contributor Author

Aligned this PR with the refreshed installer release: updated manifests to version 1.6.2 with the new asset URL/hash and nested installer filename from tag v1.6.2.

@fabiocolor
Copy link
Contributor Author

Applied an additional install-validation adjustment: set installer Scope: machine for DCTL (installer writes to ProgramData and requires elevation).

@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-132-338292-20260210-5

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs-Attention This work item needs to be reviewed by a member of the core team. and removed Needs-Author-Feedback This needs a response from the author. Needs-Attention This work item needs to be reviewed by a member of the core team. New-Package labels Feb 10, 2026
@fabiocolor
Copy link
Contributor Author

Correction to previous comment (shell escaping corrupted markdown):

From the InstallationVerificationLogs artifact, the failure happens before installer execution:

  • Installer failed security check
  • IAttachmentExecute::Save() result: -2147467259
  • URL tested was the release ZIP

Mitigation applied in this PR update:

  • Switched manifest from zip + nested inno installer to direct inno EXE URL for v1.6.3
  • Updated InstallerSha256 accordingly

Goal: remove the archive wrapper from validation path and improve SmartScreen/Attachment Manager handling.

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs-Attention This work item needs to be reviewed by a member of the core team. and removed Needs-Author-Feedback This needs a response from the author. labels Feb 11, 2026
@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-132-338292-20260211-1

@microsoft-github-policy-service microsoft-github-policy-service bot removed Needs-Attention This work item needs to be reviewed by a member of the core team. New-Package Validation-Installation-Error Error installing application labels Feb 11, 2026
@wingetbot wingetbot added New-Package Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Validation-No-Executables labels Feb 11, 2026
@stephengillie
Copy link
Collaborator

Verify:
This application appears to be a plugin for another application. I couldn't find how to have it display the version number.
image

@fabiocolor
Copy link
Contributor Author

Thanks for verifying. You’re correct: this package is a DaVinci Resolve DCTL plugin/add-on, so it does not expose a standalone app UI/About dialog with a version label.

Version can be validated via package metadata instead:

  • (installed version)
  • (published version)
  • Manifest/release used by this PR points to installer asset.

If you prefer a different verification method for plugin-style packages, I can align with that pattern.

@fabiocolor
Copy link
Contributor Author

Correction to my previous comment (shell formatting issue):

Thanks for verifying. You’re correct: this package is a DaVinci Resolve DCTL plugin/add-on, so it does not expose a standalone app UI/About dialog with a version label.

Version can be validated via package metadata instead:

  • winget list FabioColor.FadedBalancerDCTL (installed version)
  • winget show FabioColor.FadedBalancerDCTL (published version)
  • Manifest/release used by this PR points to v1.6.3 installer asset.

If you prefer a different verification method for plugin-style packages, I can align with that pattern.

@stephengillie
Copy link
Collaborator

I meant to approve it above.

@microsoft-github-policy-service microsoft-github-policy-service bot merged commit 5a4f73a into microsoft:master Feb 17, 2026
1 check passed
@microsoft-github-policy-service microsoft-github-policy-service bot added the Moderator-Approved One of the Moderators has reviewed and approved this PR label Feb 17, 2026
@wingetbot
Copy link
Collaborator

Publish pipeline succeeded for this Pull Request. Once you refresh your index, this change should be present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Moderator-Approved One of the Moderators has reviewed and approved this PR New-Package Publish-Pipeline-Succeeded Validation-Completed Validation passed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments