The error message "Error 87 other installer running" typically indicates that another installation process is currently active, which is preventing you from installing new programs. Since you mentioned that the Windows Installer service is running and you cannot stop it through the Task Manager, here are a few steps you can try:
- Restart Your Computer: Sometimes, simply restarting your computer can resolve the issue by terminating any stuck installation processes.
- Use Command Prompt: You can try stopping the Windows Installer service using the Command Prompt. Open Command Prompt as an administrator and run the following commands:
-
net stop msiserver -
net start msiserver
-
- Check for Pending Installations: If there are any pending installations or updates, they might be causing the issue. Check Windows Update and ensure there are no ongoing installations.
- Safe Mode: Booting into Safe Mode can help you stop the Windows Installer service. Once in Safe Mode, you can try to stop the service or uninstall any problematic programs.
- Check for Software Conflicts: Sometimes, other software can interfere with the installation process. Make sure that no other installation processes are running in the background.
If these steps do not resolve the issue, you may need to contact Microsoft support for further assistance.
References: