Error: A newer version of Microsoft Visual C++ 2010 Redistributable has been detected on the machine

后端 未结 1 1661

When I try to run the VS 2010 redistributable \"vcredist_x86.exe\", an error \"A newer version of Microsoft Visual C++ 2010 Redistributable has been detected on the machine\" oc

1条回答
  •  清酒与你
    2021-02-14 21:52

    Redistributable packages are only required on machines that don't have VS2010 installed to provide the required runtimes. If you check the Microsoft download page for example:

    http://www.microsoft.com/en-au/download/details.aspx?id=5555

    The opening paragraph is:

    The Microsoft Visual C++ 2010 Redistributable Package installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ on a computer that does not have Visual C++ 2010 installed.

    You should only need to install the redistributable on machines that you deploy your application to. The newer version is probably that Windows Update has updated to a later version than is currently downloadable in the standalone version, but in general it shouldn't pose you any problems.

    0 讨论(0)
提交回复
热议问题