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

Developer technologies Visual Studio Setup
Developer technologies C++
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Michael Taylor 60,161 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 49,536 Reputation points
    2024-10-15T15:21:56.55+00:00

  3. Tianyu Sun-MSFT 34,436 Reputation points Microsoft External Staff
    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.


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.