gpt4 book ai didi

windows-installer - 无法连接服务器。错误 : 0x8007000E

转载 作者:行者123 更新时间:2023-12-04 07:44:04 25 4
gpt4 key购买 nike

客户端在尝试运行我的安装程序时在日志文件中收到此错误。

Failed to connect to server. Error: 0x8007000E

安装程序在我自己的机器上测试时工作正常。

这是完整的日志文件

=== Verbose logging started: 10/29/2013 9:12:29 Build type: SHIP UNICODE 5.00.7601.00 Calling process: C:\Windows\System32\msiexec.exe ===
MSI (c) (20:FC) [09:12:29:171]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg

MSI (c) (20:FC) [09:12:29:171]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg

MSI (c) (20:F8) [09:12:29:203]: Resetting cached policy values
MSI (c) (20:F8) [09:12:29:203]: Machine policy value 'Debug' is 0
MSI (c) (20:F8) [09:12:29:203]: ******* RunEngine:
******* Product: C:\portableApps\Tick2Disk6.1.4.msi
******* Action:
******* CommandLine: **********
MSI (c) (20:F8) [09:12:29:218]: Machine policy value 'DisableUserInstalls' is 0
MSI (c) (20:F8) [09:12:29:250]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2
MSI (c) (20:F8) [09:12:29:250]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\portableApps\Tick2Disk6.1.4.msi' against software restriction policy
MSI (c) (20:F8) [09:12:29:250]: Note: 1: 2262 2: DigitalSignature 3: -2147287038
MSI (c) (20:F8) [09:12:29:250]: SOFTWARE RESTRICTION POLICY: C:\portableApps\Tick2Disk6.1.4.msi is not digitally signed
MSI (c) (20:F8) [09:12:29:250]: SOFTWARE RESTRICTION POLICY: C:\portableApps\Tick2Disk6.1.4.msi is permitted to run at the 'unrestricted' authorization level.
MSI (c) (20:F8) [09:12:29:640]: Failed to connect to server. Error: 0x8007000E

MSI (c) (20:F8) [09:12:29:640]: MainEngineThread is returning 1601
=== Verbose logging stopped: 10/29/2013 9:12:29 ===

最佳答案

MSIEXEC.exe 既是客户端(您在命令提示符中键入的命令)又是服务器(作为 Windows Installer 服务托管的部分)。此错误表示服务器无法启动和/或客户端无法连接到它。

从提升的命令提示符尝试:

net stop msiserver

msiexec /unreg

msiexec /regserver

net start msiserver

然后尝试再次运行我们的安装程序。如果这台坏掉的机器仍然不能工作,你将不得不对它进行更多的故障排除。这不太可能意味着您创建的 MSI 有任何问题,它只是目标计算机上的一个损坏的窗口。

关于windows-installer - 无法连接服务器。错误 : 0x8007000E,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19659957/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com