Outpost 7.5.3 installs the c++2010 x64 on your 64 bit system, not sure what program you have that may need the x86 version though ??? best to leave well enough alone if your not sure
The problem with C++ versions it doesn’t tell you what program uses it and programs aren’t usually too forthcoming about their dependencies. The last thing you want to do is have to trawl through the windows services looking for C++ version dependencies.
The only way you are likely to find out about it, is if you uninstall the oldest C++ 2005 and one of your programs falls over; even then the error message us unlikely to be clear that it is a C++ dependency that is the problem. For example the ‘Side-By-Side Configuration is Incorrect’ Error in avast, which we now know related to no C++ 2008 installed or broken.
So with miscellaneous error messages like this it would be pard to pin down that this was a C++ error or what version it related to.
C++ is a damn minefield only bettered in the pain in the rear state by .net framework.
I don’t understand why it has to be so sloppy. Thanks for the input everyone. Like I said, I’m not going the trial and error route.
I don’t want to create extra work when things are going good.
If I ever discover the solution to which is which I will definitely post it.
I could tell if I would see a list of all you installed programs, but believe me it doesn’t worth the trouble, because in every 90-99% cases you would have to install all 3 branches of VC++ runtimes.
2 & 3. if the VC++ version that is packed with the program you are installing is the same version as the one you are having it will skip installing or overwrite, but if it’s a lower or higher version, it will be installed.