Archive: Could not find symbol DLLRegisterServer


Could not find symbol DLLRegisterServer
When I use the UpgradeDLL macro, the RegDLL fails with this:

Could not find symbol DLLRegisterServer

Why?


What DLL? Does this happens with any DLL? Are you sure it is a registerable DLL? Did you make sure it actually has an export function named DLLRegisterServer (using Dependency Walker)? What version of NSIS?