Hello,
I'm not sure why you encountered the related behavior.
That error means
A dynamic link library (DLL) initialization routine failed ,so most likely the
DllMain from the .DLL fails when it is called by the Windows Installer. Some dependency might be missing.
Can you please try to use the
Extract registration info from native library option from the
Registration tab of the related .DLL and see if the behavior still persist? Also, the
The self registration method of registering components has many drawbacks so the
Extract registration info from native library is the preferred way to register a file.
Please let us know if that worked.
Best regards,
Dan