Windows Installer Service Issues After Interrupted Visual Studio Installation

Guillermo Diaz 5 Reputation points
2025-03-17T07:51:04.4533333+00:00

After a failed installation attempt of Visual Studio Community, which was canceled abruptly, the Windows Installer Service seems to be malfunctioning. A support ticket was submitted on the Visual Studio Dev Community, where different solutions were attempted without success: Windows Installer Service is Unavailable.

Currently, the installer service appears to be stuck in the background, causing issues such as preventing system shutdowns with error messages about ongoing installations. This problem persists even after multiple restarts and Windows updates. Although other aspects of the OS function normally, installation attempts for new programs are hindered by the ongoing installer process, leading to errors like "the installation cannot be done until other installation finishes."

A workaround has been to manually terminate the Windows Installer service in Task Manager prior to installation attempts. However, this method recently failed when trying to install Node.js.

I'd be open to share logs or more necessary insight but I don't know how this forum works yet. I'd been looking for a windows support service that allows me to talk privately with someone so that I know I'm not sharing critical system information publicly (also I don't know exactly what is stored in these system logs, maybe it's just fine to share, please lmk)

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. davidthegray 0 Reputation points
    2025-11-12T08:31:35.9433333+00:00

    I had that issue too. The Windows Installer Service was running and was impossible to stop. I rebooted and nothing changed. Turns out that Adobe Acrobat was updating itself. It does it silently and the only way to tell it is updating is trying to open a pdf file. It is not the first time this happens. All the other Adobe applications update on request, but Acrobat doesn't. Once the update finished, I was able to install Visual Studio (2026 in my case) without any problem.

    Was this answer helpful?

    0 comments No comments

  2. Anonymous
    2025-03-18T01:57:49.72+00:00

    Hello,

    Thank you for posting in Q&A forum.

    Based on the information you provided, I suspect the following reasons may cause this problem:

    • Corruption in Windows Installer Service registry
    • Pending/Incomplete installtion or uninstallation
    • Missing MSI binaries

    I suggest you try the following steps to see if this problem can be solved:

    1.Delete any entries found under below registry and reboot:

    HKLM\System\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress

    2.Run the below MSI fixit and clean up pending/incomplete installation or uninstallation:

    http://internal.evergreen.microsoft.com/mats/Program_Install_and_Uninstall

    3.Backup the below MSIserver service registry, replace it from a working machine and reboot

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\msiserver

    Note If you modify the registry incorrectly, you can cause serious problems. Therefore, follow these steps carefully. For additional protection, back up the registry before you modify it. For more information about how to back up and restore the registry, see How to back up and restore the registry in Windows.

    I hope the information above is helpful.

    Best regards

    Zunhui

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.