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

时间:2013-10-29 13:45:37

标签: windows-installer

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

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 ===

3 个答案:

答案 0 :(得分:7)

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

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

net stop msiserver

msiexec /unreg

msiexec /regserver

net start msiserver

然后再次尝试运行我们的安装程序。如果仍然无效,您将需要对此损坏的机器进行更多故障排除。这不太可能意味着您创建的MSI有任何问题,只是目标计算机上的窗口已损坏。

答案 1 :(得分:0)

软件限制政策”部分可能表示群组政策强制执行活动目录的限制? http://technet.microsoft.com/en-us/library/bb457006.aspx

检测到断开的链接(2018年3月),通过Wayback Machine重新启动:http://support.microsoft.com/kb/310791

答案 2 :(得分:-1)

客户端的安装程序服务正常。但是,他的反病毒软件正在干扰!!!!!!!!!!!!