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.
msiexec.exe located in SysWow64 was crashing after Windows Update 24H2
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.
2 answers
Sort by: Most helpful
-
-
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