BLD:E0022
Error %u while loading extension DLL %s: %s
An error occurred when InstallMate tried to load the extension DLL during preflight testing. This indicates a problem with the DLL and prevents the build from completing.
Parameters
- %u
- Windows error code
- %s
- Path of the extension DLL being tested
- %s
- Error message (derived from the Windows error code)
Background information
InstallMate loads the extension DLLs during preflight testing for a few basic tests. If this fails, it usually indicates a problem with the DLL, for example a missing or incorrect entry point, missing dependencies, or altogether a missing file.
Solution
Inspect the error message to see what went wrong and try to resolve the problem.