Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to connect to server. Error: 0x8007000E

A client is getting this error in the log file when he tries to run my installer.

Failed to connect to server. Error: 0x8007000E

The installer works fine when I test it on my own machine.

Here is the complete log file

=== 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 ===
like image 908
ravenspoint Avatar asked Nov 25 '25 03:11

ravenspoint


1 Answers

MSIEXEC.exe is both a client (the command you type in a command prompt) and a server ( the part that gets hosted as the Windows Installer Service ). This error means the server failed to start and/or the client failed to connect to it.

From an elevated command prompt try:

net stop msiserver

msiexec /unreg

msiexec /regserver

net start msiserver

Then try running our installer again. You'll have to do more troubleshooting of this broken machine if it still doesn't work. This is unlikely to mean there is anything wrong with the MSI you created it's just a corrupted windows on the target machine.

like image 176
Christopher Painter Avatar answered Nov 27 '25 13:11

Christopher Painter



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!