zoukankan      html  css  js  c++  java
  • Installation failed with error code: (0x80070643)

    在服务器上安装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_MACHINESOFTWAREMicrosoftWindowsCurrentVersionpolicies

    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.

  • 相关阅读:
    CPU 上下文切换是什么
    Linux性能优化实战
    JavaScript 概述
    最全前端资源汇总
    zabbix 源码安装
    单例
    php防止sql注入
    python 多进程读写文件
    python twisted异步将数据导入到数据库中
    scrapy-splash常用设置
  • 原文地址:https://www.cnblogs.com/rusking/p/13191001.html
Copyright © 2011-2022 走看看