Skip to content

Correct VC++ Redistributable download URL#1142

Merged
Romanitho merged 1 commit intoRomanitho:developfrom
KnifMelti:feature/correct_vc
Mar 26, 2026
Merged

Correct VC++ Redistributable download URL#1142
Romanitho merged 1 commit intoRomanitho:developfrom
KnifMelti:feature/correct_vc

Conversation

@KnifMelti
Copy link
Copy Markdown
Contributor

@KnifMelti KnifMelti commented Mar 25, 2026

Proposed Changes

Fix the constant updating of VC:
The URL: https://aka.ms/vs/17/release/VC_redist.x64.exe always deliver v14.44.35211.0 and $MinVersion = [version]"14.50.0.0"

Nowadays it's a new URL as one can read in:
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-supported-redistributable-version

Correct: $VCRedistUrl = "https://aka.ms/vc14/VC_redist.$osArch.exe"

Copilot AI review requested due to automatic review settings March 25, 2026 18:55
Copy link
Copy Markdown
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

Updates Winget-AutoUpdate’s prerequisite installation logic to download the Visual C++ 2015–2022 Redistributable from Microsoft’s current “latest supported” aka.ms endpoint, avoiding the older VS release URL.

Changes:

  • Update the VC++ Redistributable download URL to https://aka.ms/vc14/VC_redist.$osArch.exe.

@Romanitho Romanitho merged commit 9bc9f4e into Romanitho:develop Mar 26, 2026
7 of 8 checks passed
@KnifMelti KnifMelti deleted the feature/correct_vc branch March 26, 2026 11:16
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.

3 participants