微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

windows-server-2012-r2 – 无法在Windows Server 2012 R2 Core上安装.NET Framework 4.6

使用脱机安装程序( https://www.microsoft.com/en-us/download/details.aspx?id=48137)在Windows Server 2012 R2 Core计算机上安装.NET 4.6时,将返回以下错误
Problem signature:
Problem Event Name: VSSetup
Problem Signature 01:   Microsoft .NET Framework 4.6 Setup
Problem Signature 02:   4.6.00081
Problem Signature 03:   14.0.81.0
Problem Signature 04:   1
Problem Signature 05:   unkNown
Problem Signature 06:   None_UI_Interactive_Crash
Problem Signature 07:   0xc000008c
Problem Signature 08:   0
Problem Signature 09:   unkNown
OS Version: 6.3.9600.2.0.0.272.7
Locale ID:  1033

我也尝试使用chocolatey安装.NET 4.6.将以下错误输出生成的日志:

[11/3/2015,10:26:0]Launching Download and Install operations simultaneously.
[11/3/2015,10:26:0] Action: Downloading and/or Verifying Items
[11/3/2015,10:26:0]All buttons hidden in passive mode
[11/3/2015,10:26:0]Verifying Digital Signatures: C:\9cc6764dbba6d31323a799ae35\SetupUtility.exe
[11/3/2015,10:26:0]LoadImage Failed for rotation icon 1
[11/3/2015,10:26:0] C:\9cc6764dbba6d31323a799ae35\SetupUtility.exe: Verifying signature for SetupUtility.exe
[11/3/2015,10:26:0]LoadImage Failed for rotation icon 2
[11/3/2015,10:26:0]LoadImage Failed for rotation icon 3
[11/3/2015,10:26:0]LoadImage Failed for rotation icon 4
[11/3/2015,10:26:0]LoadImage Failed for rotation icon 5
[11/3/2015,10:26:0]LoadImage Failed for rotation icon 6
[11/3/2015,10:26:0]LoadImage Failed for rotation icon 7
[11/3/2015,10:26:0]LoadImage Failed for rotation icon 8
[11/3/2015,10:26:0]LoadImage Failed for rotation icon 9
[11/3/2015,10:26:0]LoadImage Failed for rotation icon 10

我可以在Windows Server 2012 R2的完整(gui)版本上成功安装.NET 4.6.

更新:从Full Win Server 2012 R2实例中删除Windows功能User-Interfaces-Infra后,会产生与Core实例上相同的错误.

这两个服务器都作为AWS实例运行,并使用亚马逊自己的AMI.

.NET 4.6和4.6.1安装程序都尝试使用Server Core上不可用的GUI功能并崩溃.这甚至在被动模式下也会发生.幸运的是,完全安静的安装工作:
NDP46-KB3045557-x86-x64-AllOS-ENU.exe /q

要么

NDP461-KB3102436-x86-x64-AllOS-ENU.exe /q

(如果您不希望服务器自动重启,请添加/ norestart)

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐