Server not responding error Install
Nessa
-
brucine Posted messages 24733 Registration date Status Member Last intervention -
brucine Posted messages 24733 Registration date Status Member Last intervention -
Good evening,
I can't install the software to update my Epson printer. I keep getting the message "Install server not responding."
What should I do?
I can't install the software to update my Epson printer. I keep getting the message "Install server not responding."
What should I do?
1 answer
-
Hello,
The situation is neither related to the printer nor to its software, but to Windows installation processes.
It is relatively complex and involves successive tests until it works (trying to reinstall the software at each step), I will try to summarize:
1) Make sure that the Windows Installer service is running: type services.msc in the search box, scroll down to Windows Installer, right-click, and start
2) Uninstall and reinstall Windows Installer.
Open a Windows command prompt as an administrator, and enter the following lines one by one:
msiexec /unreg
msiexec /regserver
regsvr32.exe /s %windir%\system32\msi.dll
sc create msiserver start= auto binpath= “c:\Windows\System32\msiexec.exe /V” displayname= “Windows Installer”
Net start msiserver
3) Use the Microsoft tool allegedly intended for this purpose:
https://support.microsoft.com/en-us/topic/fix-problems-that-block-programs-from-being-installed-or-removed-cca7d1b6-65a9-3d98-426b-e9f927e1eb4d
4) Check if a particular user account is corrupted: if you have another user account, try the installation with that account; if not, you may want to create a temporary one for the situation
5) Try to repair Windows
-the components, administrator script at the command line:
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /RestoreHealth
-system check:
sfc/scannow
If all this fails, there may be a conflict between different programs, and if we cannot find it or generally cannot find the corruption, the only option left will be to restore (if there is a restore point) or reset Windows.