Site icon EfmSoft

What does Windows error code 1623 (ERROR_INSTALL_LANGUAGE_UNSUPPORTED) mean?

 
Previous Next
ERROR_INSTALL_LOG_FAILURE ERROR_INSTALL_TRANSFORM_FAILURE

ERROR_INSTALL_LANGUAGE_UNSUPPORTED

ERROR_INSTALL_LANGUAGE_UNSUPPORTED means that Windows Installer could not select a supported language for the package or transform. It is a package-language compatibility problem, not a general display-language error.

What to check for ERROR_INSTALL_LANGUAGE_UNSUPPORTED

for it, Microsoft: Windows Installer error codes · Microsoft: initialization errors

Where the result is returned

This result is Win32 system error 1623 (0x00000657) from winerror.h. AllStat describes it as “The language of this installation package is not supported by your system.”. The code is useful only together with the API that failed, because multiple Windows components can reuse system-error values while imposing different retry and cleanup rules.

Diagnostic sequence

Retry this result only after the resource or state named in “The language of this installation package is not supported by your system.” has changed. For invalid parameters, unsupported formats, missing objects, policy restrictions, and access failures, correct the input or configuration instead of immediately repeating the same call.


Looking for a different code? Search another status or error code.

Exit mobile version