Great. Please post a screenshot for the x86 error.
Trouble installing C++
I have been trying to download specific versions of C++ for an application that uses it to run, and i have been getting this error code(0x80070652) every time i try to install it
I have followed everything on this(https://answers.microsoft.com/en-us/windows/forum/all/im-getting-error-code-0x80070652-when-trying-to/d214fbcc-cb3e-47d0-aada-28e8eeeeecc0) thread that seemed to have the same problem as me, but nothing has worked.
Windows for home | Windows 11 | Install and upgrade
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
9 answers
Sort by: Most helpful
-
Anonymous
2024-07-31T07:02:42+00:00 it has installed! thank you so much!
and yes, i am having the same problems with the x86 version, getting the download for that would also be helpful, thank you! -
Ramesh Srinivasan 81,805 Reputation points Independent Advisor
2024-07-31T06:43:26+00:00 The cache of the previous VC++ redist x64 package is missing. Please run this installer:
https://download.visualstudio.microsoft.com/dow...
If you get a similar error for the x86 version, let me know.
-
Anonymous
2024-07-31T06:41:19+00:00 Hi Macee, I'm Ramesh, here to answer your query at the Microsoft Community.
Error 0x80070652 occurs if an instance of msiexec.exe is already running. Please open Task Manager and click on the Details tab.
Terminate all instances of msiexec.exe, and try running the setup again.
Alternatively, open an admin Command Prompt and run:
taskkill /im "msiexec.exe" /fThis closes all instances of msiexec.exe.
Let me know if that helps.
Hi there Ramesh! i appreciate you taking your time to help me out, it means a lot to me.
After i ended the task it seemed to help, but i ran into another problem.
I am not sure what this all means or what to do next
-
Ramesh Srinivasan 81,805 Reputation points Independent Advisor
2024-07-31T06:12:06+00:00 Hi Macee, I'm Ramesh, here to answer your query at the Microsoft Community.
Error 0x80070652 occurs if an instance of msiexec.exe is already running. Please open Task Manager and click on the Details tab.
Terminate all instances of msiexec.exe, and try running the setup again.
Alternatively, open an admin Command Prompt and run:
taskkill /im "msiexec.exe" /fThis closes all instances of msiexec.exe.
Let me know if that helps.