首页 > 其他 > 详细

Installation failed with error code: (0x80070643)

时间:2020-06-25 09:44:26      阅读:188      评论:0      收藏:0      [点我收藏+]

在服务器上安装xxx软件时报错,提示如下:

Installation failed with error code: (0x80070643), "Fatal error during installation...".

Solution:

1. 将当前登录帐号登录到Local Administrators Group. (这里假设你没有本地管理员帐号,而是使用其它帐号登录服务器来操作)

2. 关闭相关杀毒软件。

3. 检查环境变量(用户服务器变量、系统环境变量)中的TEMP和TMP是否有修改。如果有,改为默认值。

4. 本地安全策略→用权限分配→作Log on as a service 加入当前登录帐号

5. 本地安全策略→用权限分配→以操作系方式运行Act as part of the operating system 加入当前登录帐号

6. disable “User Account Control (UAC)”

Open the Registry Editor, and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies

Click  system. The right pane displays a list of registry entries. Double click EnableLUA . An Edit DWORD (32-bit) Value dialog opens. Change the Value data from 1 to 0.

 

Installation failed with error code: (0x80070643)

原文:https://www.cnblogs.com/rusking/p/13191001.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!