在服務器上安裝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.