msiexec.exe located in SysWow64 was crashing after Windows Update 24H2

users_registry 25 Reputation points
2024-10-28T12:20:57.6833333+00:00

Following the installation of the Windows 11 Version 24H2 update, I have encountered numerous application crashes and hangs. Notably, the MSIEXEC.exe located in the SysWoW64 directory is crashing frequently, causing problems with many 32-bit applications during updates and installations. In contrast, the MSIEXEC.exe found in the System32 directory seems to be functioning without issues.

Has anyone else experienced similar problems?

Additionally, it would be helpful if others could share any known cases of application crashes, like the one mentioned above, in the comments to help us track application crash issue.

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
11,047 questions
{count} vote

2 answers

Sort by: Most helpful
  1. HdRemix 30 Reputation points
    2024-11-18T19:49:21.2+00:00

    The same issue happened to me today. I had to update SentinelOne to v24.1. Right after the update, I was able to run a normal installer.

    7 people found this answer helpful.

  2. S.Sengupta 22,456 Reputation points MVP
    2024-10-29T02:07:24.3733333+00:00

    Repair the Windows Installer Service (MSIEXEC):

    [Clear the Windows Installer cache. But it's not generally recommended.

    net stop msiserver

    del /f /q %systemroot%\Installer*.*

    net start msiserver]

    Open Command Prompt as Admin and execute the following commands. Press the Enter key after each command:

    msiexec /unregister

    msiexec /regserver

    Open Command Prompt as Admin and execute the following commands:

    sfc /scannow

    DISM /Online /Cleanup-Image /RestoreHealth


Your answer

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