Windows: Installation of msxml4 failed. Could not register type library for msxml4.dll

Hi,

short post after Summer vacation 🙂 A customer had the problem that he couldn’t install msxml4 sp3.

During installation the setup could not register type library C:\Windows\SysWOW64\msxml4.dll.

msxml4 installation error
msxml4 installation error

The reason was that he had disabled application compatibility engine by policy via registry:


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat]
"DisableEngine"=dword:00000001

or by Group Policy Object Editor

GPO Editor application compatibility engine
GPO Editor application compatibility engine

Solution is to enable the Application Compatibility Engine.

c:\> reg add " HKLM\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v DisableEngine /t REG_DWORD /d 0 /f

or by GPO Editor

Enable application compatibility engine
Enable application compatibility engine

Michael

Advertisment to support michlstechblog.info

Leave a Reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.