在Windows Server 2008 R2上使用WMI远程安装.Net Framework 4.0 [英] Remote Install of .Net Framework 4.0 using WMI on Windows Server 2008 R2

查看:257
本文介绍了在Windows Server 2008 R2上使用WMI远程安装.Net Framework 4.0的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我试图在Windows Server 2008 R2 SP1(无服务器核心)计算机上进行.Net Framework 4.0的远程安装(使用C#,WMI代码).但是它失败,并显示以下错误代码:

Hi,
I am trying to do a Remote Install (using C#, WMI code) of .Net Framework 4.0 onto a Windows Server 2008 R2 SP1 (no Server Core) machine. But it is failing with the following error code:

由于错误2147942405访问被拒绝",因此无法安装Windows更新. (命令行:"wusa.exe" C:\ 0f6afa9298187e07050f55e54d6ee81f \ Windows6.1-KB958488-v6001-x64.msu"/quiet/norestart")

Windows update could not be installed because of error 2147942405 "Access is denied." (Command line: "wusa.exe "C:\0f6afa9298187e07050f55e54d6ee81f\Windows6.1-KB958488-v6001-x64.msu" /quiet /norestart")

我知道这不是权限问题,因为我能够创建目录,删除目录,复制文件并运行其他安装程序exe,而没有任何问题.实际上,我什至尝试安装.Net Framework 4.5并能正常工作,只是我们需要支持Windows 同样是2003年,所以我不能使用它.

I know it is not a permissions issue because I am able to create directories, remove directories, copy files and run other setup exe's with no issues at all. Infact, I even tried to install .Net Framework 4.5 and it worked except we need to support Windows 2003 as well, and so I cannot use it.

此外,使用Windows 2003计算机上的远程WMI可以完全相同地安装.Net 4.0.

Also, the exact same .Net 4.0 install works using remote WMI onto a Windows 2003 machine.

最后,在上面的错误中显示的Windows Update也已经安装在计算机上.因此,我不确定.Net Framework为什么还要为此做任何事情.

Lastly, the Windows Update that is displayed in the error above, is already installed on the machine as well. So, I am not sure why .Net Framework is even bothering to do anything about it.

这是完整的详细日志:

如果我在本地计算机上手动运行安装程序exe,它也可以正常运行.我的命令是:"dotnetFx40_Full_x86_64.exe EnableUserControl = 1 ALLUSERS = 2 REBOOT = ReallySuppress/norestart/quiet".

If I run the setup exe manually on the local machine, it works as well. My command is: "dotnetFx40_Full_x86_64.exe EnableUserControl=1 ALLUSERS=2 REBOOT=ReallySuppress /norestart /quiet ".

同时启动下载和安装操作.
[4/25/2013,23:50:7]行动:正在下载和/或验证项目...

Launching Download and Install operations simultaneously.
[4/25/2013, 23:50:7] Action: Downloading and/or Verifying Items...

[4/25/2013,23:50:7]验证数字签名:C:\ c2643d206fa6561336064b \ SetupUtility.exe
[4/25/2013,23:50:7] C:\ c2643d206fa6561336064b \ SetupUtility.exe:正在验证SetupUtility.exe的签名...

[4/25/2013, 23:50:7]Verifying Digital Signatures: C:\c2643d206fa6561336064b\SetupUtility.exe
[4/25/2013, 23:50:7] C:\c2643d206fa6561336064b\SetupUtility.exe: Verifying signature for SetupUtility.exe...

[4/25/2013,23:50:7] C:\ c2643d206fa6561336064b \ SetupUtility.exe-已成功验证SetupUtility.exe的签名
[4/25/2013,23:50:7] C:\ c2643d206fa6561336064b \ SetupUtility.exe已成功验证SetupUtility.exe的签名
[4/25/2013,23:50:7] SetupUtility.exe的签名验证成功
[4/25/2013,23:50:7]文件C:\ c2643d206fa6561336064b \ SetupUtility.exe,已锁定安装.
[4/25/2013,23:50:7]验证数字签名:C:\ c2643d206fa6561336064b \ SetupUtility.exe成功
[4/25/2013,23:50:7]验证数字签名:C:\ c2643d206fa6561336064b \ Windows6.1-KB958488-v6001-x64.msu
[4/25/2013,23:50:7] C:\ c2643d206fa6561336064b \ Windows6.1-KB958488-v6001-x64.msu:正在验证Windows6.1-KB958488-v6001-x64.msu的签名...

[4/25/2013, 23:50:7]C:\c2643d206fa6561336064b\SetupUtility.exe - Signature verified successfully for SetupUtility.exe
[4/25/2013, 23:50:7] C:\c2643d206fa6561336064b\SetupUtility.exe Signature verified successfully for SetupUtility.exe
[4/25/2013, 23:50:7]Signature verification succeeded for SetupUtility.exe
[4/25/2013, 23:50:7]File C:\c2643d206fa6561336064b\SetupUtility.exe, locked for install.
[4/25/2013, 23:50:7]Verifying Digital Signatures: C:\c2643d206fa6561336064b\SetupUtility.exe Success
[4/25/2013, 23:50:7]Verifying Digital Signatures: C:\c2643d206fa6561336064b\Windows6.1-KB958488-v6001-x64.msu
[4/25/2013, 23:50:7] C:\c2643d206fa6561336064b\Windows6.1-KB958488-v6001-x64.msu: Verifying signature for Windows6.1-KB958488-v6001-x64.msu...

[4/25/2013,23:50:7] C:\ c2643d206fa6561336064b \ Windows6.1-KB958488-v6001-x64.msu-已成功验证Windows6.1-KB958488-v6001-x64.msu的签名
[4/25/2013,23:50:7] C:\ c2643d206fa6561336064b \ Windows6.1-KB958488-v6001-x64.msu已成功验证Windows6.1-KB958488-v6001-x64.msu的签名
[4/25/2013,23:50:7] Windows6.1-KB958488-v6001-x64.msu的签名验证成功 [4/25/2013,23:50:7]文件C:\ c2643d206fa6561336064b \ Windows6.1-KB958488-v6001-x64.msu,已锁定安装.
[4/25/2013,23:50:7]验证数字签名:C:\ c2643d206fa6561336064b \ Windows6.1-KB958488-v6001-x64.msu成功
[4/25/2013,23:50:7]验证数字签名:C:\ c2643d206fa6561336064b \ SetupUtility.exe
[4/25/2013,23:50:7] C:\ c2643d206fa6561336064b \ SetupUtility.exe:正在验证SetupUtility.exe的签名...

[4/25/2013, 23:50:7]C:\c2643d206fa6561336064b\Windows6.1-KB958488-v6001-x64.msu - Signature verified successfully for Windows6.1-KB958488-v6001-x64.msu
[4/25/2013, 23:50:7] C:\c2643d206fa6561336064b\Windows6.1-KB958488-v6001-x64.msu Signature verified successfully for Windows6.1-KB958488-v6001-x64.msu
[4/25/2013, 23:50:7]Signature verification succeeded for Windows6.1-KB958488-v6001-x64.msu
[4/25/2013, 23:50:7]File C:\c2643d206fa6561336064b\Windows6.1-KB958488-v6001-x64.msu, locked for install.
[4/25/2013, 23:50:7]Verifying Digital Signatures: C:\c2643d206fa6561336064b\Windows6.1-KB958488-v6001-x64.msu Success
[4/25/2013, 23:50:7]Verifying Digital Signatures: C:\c2643d206fa6561336064b\SetupUtility.exe
[4/25/2013, 23:50:7] C:\c2643d206fa6561336064b\SetupUtility.exe: Verifying signature for SetupUtility.exe...

[4/25/2013,23:50:7] C:\ c2643d206fa6561336064b \ SetupUtility.exe-已成功验证SetupUtility.exe的签名
[4/25/2013,23:50:7] C:\ c2643d206fa6561336064b \ SetupUtility.exe已成功验证SetupUtility.exe的签名
[4/25/2013,23:50:7] SetupUtility.exe的签名验证成功
[4/25/2013,23:50:7]文件锁已推迟用于C:\ c2643d206fa6561336064b \ SetupUtility.exe.
[4/25/2013,23:50:7]验证数字签名:C:\ c2643d206fa6561336064b \ SetupUtility.exe成功
[4/25/2013,23:50:7]验证数字签名:C:\ c2643d206fa6561336064b \ SetupUtility.exe
[4/25/2013,23:50:7] C:\ c2643d206fa6561336064b \ SetupUtility.exe:正在验证SetupUtility.exe的签名...

[4/25/2013, 23:50:7]C:\c2643d206fa6561336064b\SetupUtility.exe - Signature verified successfully for SetupUtility.exe
[4/25/2013, 23:50:7] C:\c2643d206fa6561336064b\SetupUtility.exe Signature verified successfully for SetupUtility.exe
[4/25/2013, 23:50:7]Signature verification succeeded for SetupUtility.exe
[4/25/2013, 23:50:7]File lock postponed for C:\c2643d206fa6561336064b\SetupUtility.exe.
[4/25/2013, 23:50:7]Verifying Digital Signatures: C:\c2643d206fa6561336064b\SetupUtility.exe Success
[4/25/2013, 23:50:7]Verifying Digital Signatures: C:\c2643d206fa6561336064b\SetupUtility.exe
[4/25/2013, 23:50:7] C:\c2643d206fa6561336064b\SetupUtility.exe: Verifying signature for SetupUtility.exe...

[4/25/2013,23:50:8] C:\ c2643d206fa6561336064b \ SetupUtility.exe-已成功验证SetupUtility.exe的签名
[4/25/2013,23:50:8] C:\ c2643d206fa6561336064b \ SetupUtility.exe已成功验证SetupUtility.exe的签名
[4/25/2013,23:50:8] SetupUtility.exe的签名验证成功
[4/25/2013,23:50:8]文件C:\ c2643d206fa6561336064b \ SetupUtility.exe,已锁定安装.
[4/25/2013,23:50:8]验证数字签名:C:\ c2643d206fa6561336064b \ SetupUtility.exe成功
[4/25/2013,23:50:8]验证数字签名:C:\ c2643d206fa6561336064b \ netfx_Core.mzz
[4/25/2013,23:50:8] C:\ c2643d206fa6561336064b \ netfx_Core.mzz:正在验证netfx_Core.mzz的签名...

[4/25/2013, 23:50:8]C:\c2643d206fa6561336064b\SetupUtility.exe - Signature verified successfully for SetupUtility.exe
[4/25/2013, 23:50:8] C:\c2643d206fa6561336064b\SetupUtility.exe Signature verified successfully for SetupUtility.exe
[4/25/2013, 23:50:8]Signature verification succeeded for SetupUtility.exe
[4/25/2013, 23:50:8]File C:\c2643d206fa6561336064b\SetupUtility.exe, locked for install.
[4/25/2013, 23:50:8]Verifying Digital Signatures: C:\c2643d206fa6561336064b\SetupUtility.exe Success
[4/25/2013, 23:50:8]Verifying Digital Signatures: C:\c2643d206fa6561336064b\netfx_Core.mzz
[4/25/2013, 23:50:8] C:\c2643d206fa6561336064b\netfx_Core.mzz: Verifying signature for netfx_Core.mzz...

[4/25/2013,23:50:8]正在评估IsPresent:
[4/25/2013,23:50:8]返回假
[4/25/2013,23:50:8]正在评估IsPresent:
[4/25/2013,23:50:8]返回假
[4/25/2013,23:50:8]正在评估IsPresent:
[4/25/2013,23:50:8]返回假
[4/25/2013,23:50:8]正在评估IsPresent:
[4/25/2013,23:50:8]返回假
[4/25/2013,23:50:8] C:\ c2643d206fa6561336064b \ netfx_Core.mzz-已成功验证netfx_Core.mzz的签名
[4/25/2013,23:50:8] C:\ c2643d206fa6561336064b \ netfx_Core.mzz签名已成功验证netfx_Core.mzz
[4/25/2013,23:50:8] netfx_Core.mzz的签名验证成功 [4/25/2013,23:50:8]文件C:\ c2643d206fa6561336064b \ netfx_Core.mzz,已锁定安装.
[4/25/2013,23:50:8]验证数字签名:C:\ c2643d206fa6561336064b \ netfx_Core.mzz成功
[4/25/2013,23:50:8]验证数字签名:C:\ c2643d206fa6561336064b \ netfx_Core_x64.msi
[4/25/2013,23:50:8] C:\ c2643d206fa6561336064b \ netfx_Core_x64.msi:正在验证netfx_Core_x64.msi的签名...

[4/25/2013, 23:50:8]evaluating IsPresent:
[4/25/2013, 23:50:8]returning false
[4/25/2013, 23:50:8]evaluating IsPresent:
[4/25/2013, 23:50:8]returning false
[4/25/2013, 23:50:8]evaluating IsPresent:
[4/25/2013, 23:50:8]returning false
[4/25/2013, 23:50:8]evaluating IsPresent:
[4/25/2013, 23:50:8]returning false
[4/25/2013, 23:50:8]C:\c2643d206fa6561336064b\netfx_Core.mzz - Signature verified successfully for netfx_Core.mzz
[4/25/2013, 23:50:8] C:\c2643d206fa6561336064b\netfx_Core.mzz Signature verified successfully for netfx_Core.mzz
[4/25/2013, 23:50:8]Signature verification succeeded for netfx_Core.mzz
[4/25/2013, 23:50:8]File C:\c2643d206fa6561336064b\netfx_Core.mzz, locked for install.
[4/25/2013, 23:50:8]Verifying Digital Signatures: C:\c2643d206fa6561336064b\netfx_Core.mzz Success
[4/25/2013, 23:50:8]Verifying Digital Signatures: C:\c2643d206fa6561336064b\netfx_Core_x64.msi
[4/25/2013, 23:50:8] C:\c2643d206fa6561336064b\netfx_Core_x64.msi: Verifying signature for netfx_Core_x64.msi...

[4/25/2013,23:50:9] C:\ c2643d206fa6561336064b \ netfx_Core_x64.msi-已成功验证netfx_Core_x64.msi的签名
[4/25/2013,23:50:9] C:\ c2643d206fa6561336064b \ netfx_Core_x64.msi签名已成功验证netfx_Core_x64.msi
[4/25/2013,23:50:9] netfx_Core_x64.msi的签名验证成功 [4/25/2013,23:50:9]文件C:\ c2643d206fa6561336064b \ netfx_Core_x64.msi,已锁定安装.
[4/25/2013,23:50:9]验证数字签名:C:\ c2643d206fa6561336064b \ netfx_Core_x64.msi成功
[4/25/2013,23:50:9]验证数字签名:C:\ c2643d206fa6561336064b \ netfx_Extended.mzz
[4/25/2013,23:50:9] C:\ c2643d206fa6561336064b \ netfx_Extended.mzz:正在验证netfx_Extended.mzz的签名...

[4/25/2013, 23:50:9]C:\c2643d206fa6561336064b\netfx_Core_x64.msi - Signature verified successfully for netfx_Core_x64.msi
[4/25/2013, 23:50:9] C:\c2643d206fa6561336064b\netfx_Core_x64.msi Signature verified successfully for netfx_Core_x64.msi
[4/25/2013, 23:50:9]Signature verification succeeded for netfx_Core_x64.msi
[4/25/2013, 23:50:9]File C:\c2643d206fa6561336064b\netfx_Core_x64.msi, locked for install.
[4/25/2013, 23:50:9]Verifying Digital Signatures: C:\c2643d206fa6561336064b\netfx_Core_x64.msi Success
[4/25/2013, 23:50:9]Verifying Digital Signatures: C:\c2643d206fa6561336064b\netfx_Extended.mzz
[4/25/2013, 23:50:9] C:\c2643d206fa6561336064b\netfx_Extended.mzz: Verifying signature for netfx_Extended.mzz...

[4/25/2013,23:50:9]正在评估IsPresent:
[4/25/2013,23:50:9]返回假
[4/25/2013,23:50:9]正在评估IsPresent:
[4/25/2013,23:50:9]返回假
[4/25/2013,23:50:9]正在评估IsPresent:
[4/25/2013,23:50:9]返回假
[4/25/2013,23:50:7]在安装执行者上调用PerformAction
[4/25/2013,23:50:7]行动:对所有项目执行行动...

[4/25/2013, 23:50:9]evaluating IsPresent:
[4/25/2013, 23:50:9]returning false
[4/25/2013, 23:50:9]evaluating IsPresent:
[4/25/2013, 23:50:9]returning false
[4/25/2013, 23:50:9]evaluating IsPresent:
[4/25/2013, 23:50:9]returning false
[4/25/2013, 23:50:7]calling PerformAction on an installing performer
[4/25/2013, 23:50:7] Action: Performing actions on all Items...

[4/25/2013,23:50:7]等待项(SetupUtility.exe)可用
[4/25/2013,23:50:8] SetupUtility.exe现在可以安装
[4/25/2013,23:50:8]为Exe项目创建新的Performer
[4/25/2013,23:50:8]为Exe项目创建了新的ExePerformer
[4/25/2013,23:50:8]操作:在C:\ c2643d206fa6561336064b \ SetupUtility.exe的Exe上执行操作...

[4/25/2013, 23:50:7]Wait for Item (SetupUtility.exe) to be available
[4/25/2013, 23:50:8]SetupUtility.exe is now available to install
[4/25/2013, 23:50:8]Creating new Performer for Exe item
[4/25/2013, 23:50:8]Created new ExePerformer for Exe item
[4/25/2013, 23:50:8] Action: Performing Action on Exe at C:\c2643d206fa6561336064b\SetupUtility.exe...

[4/25/2013,23:50:8]使用命令行启动SetupProcess = SetupUtility.exe/aupause
[4/25/2013,23:50:8] Exe日志文件:
[4/25/2013,23:50:8] C:\ Users \ ADMINI〜1 \ AppData \ Local \ Temp \ dd_SetupUtility.txt
[4/25/2013,23:50:8]日志文件C:\ Users \ ADMINI〜1 \ AppData \ Local \ Temp \ dd_SetupUtility.txt存在,并将添加到Watson上传列表中
[4/25/2013,23:50:8] Exe(C:\ c2643d206fa6561336064b \ SetupUtility.exe)成功.
[4/25/2013,23:50:8] Exe日志文件:dd_SetupUtility.txt
[4/25/2013,23:50:8]动作已完成
[4/25/2013,23:50:8]错误0映射到自定义错误:
[4/25/2013,23:50:8]等待获得商品(clr_optimization_v2.0.50727_32)
[4/25/2013,23:50:8] clr_optimization_v2.0.50727_32现在可以安装
[4/25/2013,23:50:8]为ServiceControl项目创建新的Performer
[4/25/2013,23:50:8]操作:ServiceControl-停止clr_optimization_v2.0.50727_32 ...

[4/25/2013, 23:50:8]Launching CreateProcess with command line = SetupUtility.exe /aupause
[4/25/2013, 23:50:8]Exe log file(s) :
[4/25/2013, 23:50:8]C:\Users\ADMINI~1\AppData\Local\Temp\dd_SetupUtility.txt
[4/25/2013, 23:50:8]Log File C:\Users\ADMINI~1\AppData\Local\Temp\dd_SetupUtility.txt exists and will be added to the Watson upload list
[4/25/2013, 23:50:8]Exe (C:\c2643d206fa6561336064b\SetupUtility.exe) succeeded.
[4/25/2013, 23:50:8]Exe Log File: dd_SetupUtility.txt
[4/25/2013, 23:50:8] Action complete
[4/25/2013, 23:50:8]Error 0 is mapped to Custom Error:
[4/25/2013, 23:50:8]Wait for Item (clr_optimization_v2.0.50727_32) to be available
[4/25/2013, 23:50:8]clr_optimization_v2.0.50727_32 is now available to install
[4/25/2013, 23:50:8]Creating new Performer for ServiceControl item
[4/25/2013, 23:50:8] Action: ServiceControl - Stop clr_optimization_v2.0.50727_32...

[4/25/2013,23:50:8] ServiceControl操作成功!
[4/25/2013,23:50:8]动作已完成
[4/25/2013,23:50:8]错误0映射到自定义错误:
[4/25/2013,23:50:8]等待获得商品(clr_optimization_v2.0.50727_64)
[4/25/2013,23:50:8] clr_optimization_v2.0.50727_64现在可以安装
[4/25/2013,23:50:8]为ServiceControl项目创建新的Performer
[4/25/2013,23:50:8]操作:ServiceControl-停止clr_optimization_v2.0.50727_64 ...

[4/25/2013, 23:50:8]ServiceControl operation succeeded!
[4/25/2013, 23:50:8] Action complete
[4/25/2013, 23:50:8]Error 0 is mapped to Custom Error:
[4/25/2013, 23:50:8]Wait for Item (clr_optimization_v2.0.50727_64) to be available
[4/25/2013, 23:50:8]clr_optimization_v2.0.50727_64 is now available to install
[4/25/2013, 23:50:8]Creating new Performer for ServiceControl item
[4/25/2013, 23:50:8] Action: ServiceControl - Stop clr_optimization_v2.0.50727_64...

[4/25/2013,23:50:8] ServiceControl操作成功!
[4/25/2013,23:50:8]动作已完成
[4/25/2013,23:50:8]错误0映射到自定义错误:
[4/25/2013,23:50:8]请等待项目(Windows6.1-KB958488-v6001-x64.msu)
[4/25/2013,23:50:8] Windows6.1-KB958488-v6001-x64.msu现在可以安装
[4/25/2013,23:50:8]为Exe项目创建新的Performer
[4/25/2013,23:50:8]为Exe项目创建了新的ExePerformer
[4/25/2013,23:50:8] WU服务已启用或正在运行
[4/25/2013,23:50:8] WU服务:sureWUServiceIsNotDisabled成功
[4/25/2013,23:50:8]操作:在C:\ c2643d206fa6561336064b \ Windows6.1-KB958488-v6001-x64.msu的Exe上执行操作...

[4/25/2013, 23:50:8]ServiceControl operation succeeded!
[4/25/2013, 23:50:8] Action complete
[4/25/2013, 23:50:8]Error 0 is mapped to Custom Error:
[4/25/2013, 23:50:8]Wait for Item (Windows6.1-KB958488-v6001-x64.msu) to be available
[4/25/2013, 23:50:8]Windows6.1-KB958488-v6001-x64.msu is now available to install
[4/25/2013, 23:50:8]Creating new Performer for Exe item
[4/25/2013, 23:50:8]Created new ExePerformer for Exe item
[4/25/2013, 23:50:8]WU Service was already enabled or was running
[4/25/2013, 23:50:8]WU Service: EnsureWUServiceIsNotDisabled succeeded
[4/25/2013, 23:50:8] Action: Performing Action on Exe at C:\c2643d206fa6561336064b\Windows6.1-KB958488-v6001-x64.msu...

[4/25/2013,23:50:8]使用命令行= wusa.exe"C:\ c2643d206fa6561336064b \ Windows6.1-KB958488-v6001-x64.msu"启动CreateProcess; /quiet/norestart
[4/25/2013,23:50:9] Exe(C:\ c2643d206fa6561336064b \ Windows6.1-KB958488-v6001-x64.msu)失败,出现0x5-访问被拒绝. .
[4/25/2013,23:50:9] exe上的PerformOperation返回了退出代码5(转换为HRESULT = 0x5)
[4/25/2013,23:50:9]动作已完成
[4/25/2013,23:50:9]错误0x5映射到自定义错误:
[4/25/2013,23:50:9]此项目的OnFailureBehavior将回滚.
[4/25/2013,23:50:9]行动:对所有项目执行行动...

[4/25/2013, 23:50:8]Launching CreateProcess with command line = wusa.exe "C:\c2643d206fa6561336064b\Windows6.1-KB958488-v6001-x64.msu" /quiet /norestart
[4/25/2013, 23:50:9]Exe (C:\c2643d206fa6561336064b\Windows6.1-KB958488-v6001-x64.msu) failed with 0x5 - Access is denied. .
[4/25/2013, 23:50:9]PerformOperation on exe returned exit code 5 (translates to HRESULT = 0x5)
[4/25/2013, 23:50:9] Action complete
[4/25/2013, 23:50:9]Error 0x5 is mapped to Custom Error:
[4/25/2013, 23:50:9]OnFailureBehavior for this item is to Rollback.
[4/25/2013, 23:50:9] Action: Performing actions on all Items...

[4/25/2013,23:50:9]动作已完成
[4/25/2013,23:50:9]动作已完成
[4/25/2013,23:50:9] C:\ c2643d206fa6561336064b \ netfx_Extended.mzz-已成功验证netfx_Extended.mzz的签名
[4/25/2013,23:50:9] C:\ c2643d206fa6561336064b \ netfx_Extended.mzz签名已成功验证netfx_Extended.mzz
[4/25/2013,23:50:9] netfx_Extended.mzz的签名验证成功 [4/25/2013,23:50:9]文件C:\ c2643d206fa6561336064b \ netfx_Extended.mzz,已锁定安装.
[4/25/2013,23:50:9]验证数字签名:C:\ c2643d206fa6561336064b \ netfx_Extended.mzz成功
[4/25/2013,23:50:9]验证数字签名:C:\ c2643d206fa6561336064b \ netfx_Extended_x64.msi
[4/25/2013,23:50:9] C:\ c2643d206fa6561336064b \ netfx_Extended_x64.msi:正在验证netfx_Extended_x64.msi的签名...

[4/25/2013, 23:50:9] Action complete
[4/25/2013, 23:50:9] Action complete
[4/25/2013, 23:50:9]C:\c2643d206fa6561336064b\netfx_Extended.mzz - Signature verified successfully for netfx_Extended.mzz
[4/25/2013, 23:50:9] C:\c2643d206fa6561336064b\netfx_Extended.mzz Signature verified successfully for netfx_Extended.mzz
[4/25/2013, 23:50:9]Signature verification succeeded for netfx_Extended.mzz
[4/25/2013, 23:50:9]File C:\c2643d206fa6561336064b\netfx_Extended.mzz, locked for install.
[4/25/2013, 23:50:9]Verifying Digital Signatures: C:\c2643d206fa6561336064b\netfx_Extended.mzz Success
[4/25/2013, 23:50:9]Verifying Digital Signatures: C:\c2643d206fa6561336064b\netfx_Extended_x64.msi
[4/25/2013, 23:50:9] C:\c2643d206fa6561336064b\netfx_Extended_x64.msi: Verifying signature for netfx_Extended_x64.msi...

[4/25/2013,23:50:9] C:\ c2643d206fa6561336064b \ netfx_Extended_x64.msi-已成功验证netfx_Extended_x64.msi的签名
[4/25/2013,23:50:9] C:\ c2643d206fa6561336064b \ netfx_Extended_x64.msi签名已成功验证netfx_Extended_x64.msi
[4/25/2013,23:50:9] netfx_Extended_x64.msi的签名验证成功 [4/25/2013,23:50:9]文件C:\ c2643d206fa6561336064b \ netfx_Extended_x64.msi,已锁定安装.
[4/25/2013,23:50:9]验证数字签名:C:\ c2643d206fa6561336064b \ netfx_Extended_x64.msi成功
[4/25/2013,23:50:9]验证数字签名:C:\ c2643d206fa6561336064b \ SetupUtility.exe
[4/25/2013,23:50:9] C:\ c2643d206fa6561336064b \ SetupUtility.exe:正在验证SetupUtility.exe的签名...

[4/25/2013, 23:50:9]C:\c2643d206fa6561336064b\netfx_Extended_x64.msi - Signature verified successfully for netfx_Extended_x64.msi
[4/25/2013, 23:50:9] C:\c2643d206fa6561336064b\netfx_Extended_x64.msi Signature verified successfully for netfx_Extended_x64.msi
[4/25/2013, 23:50:9]Signature verification succeeded for netfx_Extended_x64.msi
[4/25/2013, 23:50:9]File C:\c2643d206fa6561336064b\netfx_Extended_x64.msi, locked for install.
[4/25/2013, 23:50:9]Verifying Digital Signatures: C:\c2643d206fa6561336064b\netfx_Extended_x64.msi Success
[4/25/2013, 23:50:9]Verifying Digital Signatures: C:\c2643d206fa6561336064b\SetupUtility.exe
[4/25/2013, 23:50:9] C:\c2643d206fa6561336064b\SetupUtility.exe: Verifying signature for SetupUtility.exe...

[4/25/2013,23:50:9] C:\ c2643d206fa6561336064b \ SetupUtility.exe-已成功验证SetupUtility.exe的签名
[4/25/2013,23:50:9] C:\ c2643d206fa6561336064b \ SetupUtility.exe已成功验证SetupUtility.exe的签名
[4/25/2013,23:50:9] SetupUtility.exe的签名验证成功
[4/25/2013,23:50:9]文件C:\ c2643d206fa6561336064b \ SetupUtility.exe,已锁定安装.
[4/25/2013,23:50:9]验证数字签名:C:\ c2643d206fa6561336064b \ SetupUtility.exe成功
[4/25/2013,23:50:9]动作已完成
[4/25/2013,23:50:9]发送清单报告
[4/25/2013,23:50:9]最终结果:安装失败,错误代码:(0x00000005),访问被拒绝. " (经过的时间:0 00:00:02).

[4/25/2013, 23:50:9]C:\c2643d206fa6561336064b\SetupUtility.exe - Signature verified successfully for SetupUtility.exe
[4/25/2013, 23:50:9] C:\c2643d206fa6561336064b\SetupUtility.exe Signature verified successfully for SetupUtility.exe
[4/25/2013, 23:50:9]Signature verification succeeded for SetupUtility.exe
[4/25/2013, 23:50:9]File C:\c2643d206fa6561336064b\SetupUtility.exe, locked for install.
[4/25/2013, 23:50:9]Verifying Digital Signatures: C:\c2643d206fa6561336064b\SetupUtility.exe Success
[4/25/2013, 23:50:9] Action complete
[4/25/2013, 23:50:9]Sending Manifest Report
[4/25/2013, 23:50:9]Final Result: Installation failed with error code: (0x00000005), "Access is denied. " (Elapsed time: 0 00:00:02).

请帮助,
莫妮卡

Please help,
Monica

 

推荐答案

莫妮卡,

感谢您的信息.

您在哪里下载了.NET?

Where did you download your .NET?

请确保您正在使用此软件包: http://www.microsoft.com/zh-cn/download/details.aspx?id=22833

Please make sure you are using this package: http://www.microsoft.com/en-us/download/details.aspx?id=22833

对于Server Core,.NET软件包将与普通软件包不同.

For Server Core, .NET packages will be different from normal packages.

此致


这篇关于在Windows Server 2008 R2上使用WMI远程安装.Net Framework 4.0的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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