Can't install Visual C++ 2008 Redistributable.

Sky Walker 0 Reputation points
2024-10-15T14:43:36.08+00:00

I don't know what is "Microsoft.VC90.ATL",and I can't find it on Microsoft. 1[HL}KZK1]WPTH6EV0__9IU

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,143 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,739 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Michael Taylor 54,401 Reputation points
    2024-10-15T15:05:20.11+00:00

    That is the ATL runtime library used for COM. If you installed the VC++ runtime then it would be available. You shouldn't need to install this manually.

    You tagged this with Visual Studio. Are you trying to use VS to build C++ applications? If so then run the VS installer and go to the Workloads tab. Ensure that Desktop development with C++ is checked. Go to the Individual Components tab and ensure the latest version of ATL is selected. You can then develop code using ATL. Note that the C++ 2008 version is way too old for modern code so if you're trying to build code that uses it then you'll want to update that code.

    If you're instead trying to install or run a program that is generating this error then the installer for the program should have installed the necessary binaries. If for some reason that doesn't work then you might need to go to the vcredist site here and run the installer for both x86 and x64. However note that these binaries are not supported anymore and may or may not work on Windows 11. Most likely they will but there are no guarantees.

    0 comments No comments

  2. RLWA32 45,571 Reputation points
    2024-10-15T15:21:56.55+00:00

  3. Tianyu Sun-MSFT 30,811 Reputation points Microsoft Vendor
    2024-10-16T07:14:10.1766667+00:00

    Hello @Sky Walker,

    Welcome to Microsoft Q&A forum.

    I tested locally and successfully installed the x64 and x86 version of Visual C++ 2008 Redistributable package.

    I doubt that this error is related to Windows OS and antivirus or limitations.

    Are you using any antivirus/security management software or maybe there are some limitations on your machine like permission limitation, group policy…?

    If so, kindly try to disable them temporarily or contact with administrator/IT to make sure that they won’t interfere the installation of the redistributable package.

    About Windows OS, please open Windows Settings > Windows Update > make sure that all patches have been installed correctly, and there’s no Windows Update error. Then try to install the package again.

    Sincerely,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.