Closed thabse closed 1 year ago
This looks to only be specific versions of the 2005
and 2008
releases. Not sure yet whether I can do anything about this.
Here's what's currently available and not available:
The download pages, such as https://www.microsoft.com/en-us/download/details.aspx?id=18471, no longer exist, so I can only assume that Microsoft may have pulled the downloads as well.
Thanks for the update. Will you drop support for said versions or will you investigate further?
I'll try look for another link for these but I'm not confident I can resolve this.
Do you specifically require those versions? there are other 2005
and 2008
release that are still available
To be honest, I'm not sure if other versions would work. (Old) C++ redistributables aren't my area of expertise.
Are the newer 2008
releases backwards compatible? Could I encounter any issues when installing the newest 2008
release without recompiling/adapting the software that uses it?
I can't say for certain, but those later 2008
releases were to address security issues, so it's likely the application will continue to work.
I've removed the unavailable VcRedists from 4.1 #123
How do I download "Visual C++ V8.0"?
Expected Behavior
When saving a Redistributable with Version 9.0.21022.218 or 9.0.21022, it should be downloaded. Example:
Current Behavior
The file is not downloaded as it's unavailable (404).
Failure Information (for bugs)
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Get-VcList -Export Unsupported | Where-Object { $_.Architecture -eq "x86" -and $_.Version -eq "9.0.21022.218"} | Save-VcRedist -Path C:\temp\VcRedist
Note: I did not check if any other Versions are affected as well.