新手:从4.7回滚到之前安装的.net版本 [英] Newbie: Rollback from 4.7 to previous installed .net version

查看:195
本文介绍了新手:从4.7回滚到之前安装的.net版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello All,

Hello All,

我们最近在几台2012-R2和2008-R2服务器上安装了.net framework 4.7。

We recently installed .net framework 4.7 on several 2012-R2 and 2008-R2 servers.

现在我们需要回滚到以前的版本。

Now we need to rollback to the previous version.

我认为简单地卸载.net 4.7将回滚到基本版本(例如4.5)而不是之前安装的版本(例如.6.2)。

I believe simply uninstalling .net 4.7 will rollback to the base version (eg. 4.5) instead of the previously installed version (eg.6.2).

有没有办法确定安装了以前的版本?谢谢。

Is there a way I can determine which was the pervious version installed? Thanks.

推荐答案

欢迎来到MSDN论坛。

Welcome to MSDN forum.

>>我认为简单地卸载.net 4.7将回滚到基本版本(例如4.5),而不是之前安装的版本(例如.6.2)。

如果您之前在PC上安装了.net framework 4.5.1,...... 4.6.2,安装/卸载.net framework 4.7将不会对它们产生影响。

If you have installed .net framework 4.5.1,......4.6.2 in your PC before, installing/uninstalling .net framework 4.7 will not have effect on them.

您可以
通过查看注册表找到.NET Framework版本

1.On在"开始"菜单中,选择"运行"。

1.On the Start menu, choose Run.

2.在"打开"框中,输入regedit.exe。

2.In the Open box, enter regedit.exe.

您必须具有管理凭据才能运行regedit。 exe。

You must have administrative credentials to run regedit.exe.

3.在注册表编辑器中,打开以下子项:

3.In the Registry Editor, open the following subkey:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup \ NDP\v4 \Full

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full

请注意,Full子项的路径包括子项Net Framework而不是.NET Framework。

Note that the path to the Full subkey includes the subkey Net Framework rather than .NET Framework.

检查一个名为Release的DWORD值。 Release DWORD的存在表明.NET Framework 4.5或更新版本已安装在该计算机上。

Check for a DWORD value named Release. The existence of the Release DWORD indicates that the .NET Framework 4.5 or newer has been installed on that computer.

Release DWORD的值表示安装了哪个版本的.NET Framework。

The value of the Release DWORD indicates which version of the .NET Framework is installed.

祝你好运,

Joyce


这篇关于新手:从4.7回滚到之前安装的.net版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆