I use the LoadLibrary API to register 32bit-DLL but it doenst work with 64bit DLLs.
I get the error code 193 if i try to register a 64bit DLL.

Does anyone know how to register a 64bit DLL on a 64bit windows with my vb app?

I cant do this with the app installer, because the installer runs as admin and the DLL is only registered for the admin account. So i need a solution to register the DLL for a non-admin account too.