询问者
windows server 2008 R2 SP1安装WSUS问题

问题
全部回复
-
你好,
请问你安装的版本是WSUS3.0 SP2么?
请检查是否在以下官网下载
https://www.microsoft.com/en-gb/download/details.aspx?id=5216
请问现在服务器安装的 .net framework是哪个版本?
请检查在事件查看器里有无安装相关的错误事件。
建议尝试用cmd运行以下命令
Best Regards,
C:\ WINDOWS \ system32> lodctr / R
来重建性能计数器库。
Frank
Please remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com -
你好,
请问现在服务器安装的 .net framework是哪个版本?
根据你的错误描述,这是一个事件ID为11722的事件。
请把事件管理器里面的关于此事件的截图或者详细描述上传到论坛,方便我们快速解决这个问题。 (在“运行”中输入eventvwr)
在运行中输入services.msc(服务管理器)并确定WSUSCertServer服务是否存在
Best Regards,
如果此服务确实存在,请使用以下SC命令将其删除(以管理员权限启动cmd):sc delete WSUSCertServer
刷新服务管理器
确认删除WSUSCertServer服务后,尝试安装WSUS v3 SP2
Frank
Please remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com- 已建议为答案 frank_songMicrosoft contingent staff, Moderator 2018年4月9日 9:48
-
请问您的问题解决了吗? 如果您使用我们的方案解决问题,请“将其标记为答案”,以帮助其他社区成员快速找到有用的回复。 如果您使用自己的方案解决问题,请在此处分享您的经验和解决方案。 对于有类似问题的其他社区成员也是非常有帮助的。 如果没有,请回复并告诉我们目前的情况,以提供进一步的帮助。
Best Regards,
Frank
Please remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com -
你好,我也遇到现象一样的问题。我在真实机器上遇到问题后还特地使用虚拟机安装了一个新的重新试验,还是遇到一样的问题。
此windows installer软件包有问题,做为安装过程一部分的程序没有按预期完成。请和技术人员或软件包开发商联系。
查看安装日志:
2019-06-07 06:07:38 Success MWUSSetup Detected that setup was launched through Server Manager
2019-06-07 06:07:39 Success MWUSSetup Validating pre-requisites...
2019-06-07 06:07:40 Error MWUSSetup Failed to determine if an higher version of WSUS is installed. Assuming it is not... (Error 0x80070002: 系统找不到指定的文件。)
2019-06-07 06:07:40 Error MWUSSetup WSUS is outdated. But this will not block setup (Error 0x00000000: 操作成功完成。)
2019-06-07 06:08:20 Success MWUSSetup Initializing installation details
2019-06-07 06:08:20 Success MWUSSetup Skipping Asp.Net install since not running on win2k3...
2019-06-07 06:08:20 Success MWUSSetup Installing wYukon using ocsetup
2019-06-07 06:08:20 Success MWUSSetup Windows Internal database is already installed on this machine
2019-06-07 06:08:20 Success MWUSSetup Installing WSUS...
2019-06-07 06:08:22 Success CustomActions.Dll Unable to get INSTALL_LANGUAGE property, calculating it...
2019-06-07 06:08:22 Success CustomActions.Dll Successfully set propery of WSUS admin groups' full names
2019-06-07 06:08:23 Success CustomActions.Dll .Net framework path: C:\Windows\Microsoft.NET\Framework64\v4.7.3062
2019-06-07 06:08:25 Success CustomActions.Dll Creating user group: WSUS Reporters with Description:
2019-06-07 06:08:25 Success CustomActions.Dll Creating WSUS Reporters user group
2019-06-07 06:08:25 Success CustomActions.Dll WSUS Reporters user group already exists
2019-06-07 06:08:25 Success CustomActions.Dll Successfully created WSUS Reporters user group
2019-06-07 06:08:25 Success CustomActions.Dll Creating user group: WSUS Administrators with Description:
2019-06-07 06:08:25 Success CustomActions.Dll Creating WSUS Administrators user group
2019-06-07 06:08:25 Success CustomActions.Dll WSUS Administrators user group already exists
2019-06-07 06:08:25 Success CustomActions.Dll Successfully created WSUS Administrators user group
2019-06-07 06:08:25 Success CustomActions.Dll Successfully created WSUS user groups
2019-06-07 06:08:25 Success CustomActions.Dll Succesfully set binary SID property
2019-06-07 06:08:25 Success CustomActions.Dll Succesfully set binary SID property
2019-06-07 06:08:25 Success CustomActions.Dll Successfully set binary SID properties
2019-06-07 06:10:10 Error MWUSSetup InstallWsus: MWUS Installation Failed (Error 0x80070643: 安装时发生严重错误)
2019-06-07 06:10:10 Error MWUSSetup CInstallDriver::PerformSetup: WSUS installation failed (Error 0x80070643: 安装时发生严重错误)
2019-06-07 06:10:10 Error MWUSSetup CSetupDriver::LaunchSetup: Setup failed (Error 0x80070643: 安装时发生严重错误)
2019-06-07 06:10:12 Error MWUSSetup DoInstall: Wsus setup failed (Error 0x80070643: 安装时发生严重错误)
之前在真实物理机上也是同样现象。
操作系统是Windows Server 2008 R2 standard,已经打上所有必须的更新补丁。
在Windows Server 2012 R2的虚拟机上试验是可以安装成功的