Skip to content
⌘ NSIS Forum Archive

Registering DLL Files....HAVE ISSUES!!!

5 posts

tribe25#

Registering DLL Files....HAVE ISSUES!!!

I am trying to register a number of DLL files. I am using...

**********
SetOutPath C:\Windows\System32
File ..\Exlate32.dll
RegDLL "C:\Windows\System32\Exlate32.dll"
**********

After the install I click to see the details of the install. It tells me the following...

*************
Extract: exlate32.dll
Could not find symbol: DllRegisterServer
*************

Does this mean that my files are not being registered. And if not, any ideas on what I need to do to make this install happen? Thanks in advance.
kichik#
It means that exlate32.dll is not registerable because it doesn't export the function that is called when it should be registered.
tribe25#
Any sugestions on how to get past this? A good majority of my files gives me this message and these need to be registered. Thanks again.
kichik#
If they don't have this function exported they either don't need to be registered or have a very weird way of being registered (.NET files maybe?).
Joost Verburg#
Hard-coding paths is also not a good idea, you'd better use $SYSDIR.

You don't have to shout in your title...we will also read it if you don't