I am trying to install the Microsoft Windows SDK for Windows 7 and the .NET Framework 4. It fails complaining of error 5100 as indicated in http://support.microsoft.com/kb/2717426 This link says to remove the redistributable Redistributable Microsoft Visual C ++ 2010 x86 and Microsoft Visual C ++ 2010 x64. There is one big problem: none of them are installed on my box. This is a Win 7 window. When I open the programs and functions, I clearly have many instances of Microsoft Visual C ++ 2008 redistributed, but not one installed item that starts with "Microsoft Visual C ++ 2010 ..."
However, if I click the "View installed updates" button, I can clearly see several updates on top of the unavailable 2010 distribution:
Microsoft Visual C ++ 2010 x64 Redistributable (3)
- Patch for Microsoft Visual C ++ 2010 x64 Redistributable (KB982573)
- Hotfix for Microsoft Visual C ++ 2010 x64 Redistributable (KB2467173)
- Hotfix for Microsoft Visual C ++ 2010 x64 Redistributable (KB2151757)
Microsoft Visual C ++ 2010 x86 Redistributable (3)
- Patch for Microsoft Visual C ++ 2010 x86 Redistributable (KB982573)
- Patch for Microsoft Visual C ++ 2010 x86 Redistributable (KB2467173)
- Patch for Microsoft Visual C ++ 2010 x86 Redistributable (KB2151757)
These items do not have a delete function. Therefore, I obviously have corrections on top of something that is not installed. I downloaded Visual Studio 2010 C ++ redist and tried to run it to check if I would allow it to be deleted, but no, I just get a crash:
A newer version of Microsoft Visual C++ 2010 Redistributable has been detected on the machine.
I searched my entire C drive for any instance of vcredist_x64.exe, and I ran each of them, hoping that this would allow me to delete. Each of them was either for C ++ 2005 or 2008, or he gave me the same complaint that a newer version of 2010 was discovered, and I must delete it first.
Please note that this question is not redundant for Error: a newer version of Microsoft Visual C ++ 2010 Redistributable was found on the computer because this person did not actually have Visual C ++ 2010 installed to install. Well, I do not need to install it. I need to remove it in order to install the SDK.
If there is nothing in the programs and functions, how can I remove this?
winapi visual-c ++ - 2010
Eddie
source share