Visual C++ files. How to update or perhaps delete

BlueDice 20 Reputation points
2024-08-28T08:26:00.3566667+00:00

After running Ccleaner it reports a number of out of date Visual C++ files/apps.

It says that these are a security threat and should be updated (at a cost).

I don't appear to have Visual studio installed on my windows 11 pc, perhaps it's lurking somewhere, installed with MS Office or such.

Should I attempt to update the files and if so, how?

Should I delete these files?

Thanks

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,760 questions
{count} votes

Accepted answer
  1. RLWA32 45,701 Reputation points
    2024-08-28T09:00:23.02+00:00

    These kinds of notifications are common when an installed application is dependent on the C/C++ runtime DLLs that were installed with it or by the related VC++ redistributables installer. If the application and its related dependencies are old enough they are no longer supported by Microsoft and do not receive security updates. For Microsoft products you can refer to Search Product and Services Lifecycle Information to determine when they have reached end of life and are no longer supported.

    Refer to Microsoft Visual C++ Redistributable latest supported downloads to see which available downloads are supported or are out of support. Anything older than VS2005 is not included in the listing and is obviously out of support.

    It isn't possible to give a specific answer without knowing what VC++ files/apps have been identified by your tool.

    Maybe only the runtime dlls need to be updated or the entire application (including its related dependencies) needs updating or the entire application should be uninstalled and replaced by installing a currently supported version.

    Only you are in a position to accumulate and examine the available information and ultimately make that determination.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.