【问题标题】:Can I uninstall All other MS Visual C++ Except the latest version?我可以卸载除最新版本之外的所有其他 MS Visual C++ 吗?
【发布时间】:2018-05-31 00:34:26
【问题描述】:

我检查了我在 Windows 7 机器上安装的程序。其中安装了多个 Microsoft Visual C++ 副本。我知道他们为我过去安装的各种程序和软件提供支持文件。

但是如果我卸载旧版本,相关的软件或游戏会出现异常吗???还是我应该安装它们?

如果我为了他们的相关软件而必须让他们全部安装,如果他们的主程序已经被卸载,我怎么能找到这个 MSVC++ 的一些无用副本????

提前致谢:)

【问题讨论】:

    标签: associations windows-7-x64 uninstallation visual-c++-2010


    【解决方案1】:

    您没有提及您打算确保能够运行的游戏。即使你这样做了,我怀疑这里的任何人都在开发所有游戏,所以这里不太可能给出确切的答案。

    但是,任何软件的新版本都应尽可能与旧版本兼容,当您看到所有版本时应牢记这一点,因此您应该只能保留最新安装。

    但是,找出方法是执行以下算法

    for each installation ordered by version except the last
        uninstall
        test all the games sequentially
        if any tests failed, then reinstall the given version
    end for each
    

    【讨论】:

      【解决方案2】:

      不知道确切,但最新版本的 Visual c++ 对所有其他程序来说已经足够好了

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2020-05-22
        • 2016-01-15
        • 1970-01-01
        • 1970-01-01
        • 2015-04-18
        • 2021-11-29
        • 2018-03-01
        • 1970-01-01
        相关资源
        最近更新 更多