Archive: Registering DLL Files....HAVE ISSUES!!!


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.


It means that exlate32.dll is not registerable because it doesn't export the function that is called when it should be registered.


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.


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?).


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