Quote:
From MSDN
Error in loading dll (Error 48)
This error has the following causes and solutions:
The file isn't DLL-executable.
If the file is a source-text file, it must be compiled and linked to DLL executable form.
The file isn't a Microsoft Windows DLL.
Obtain the Microsoft Windows DLL equivalent of the file.
The file is an early Microsoft Windows DLL that is incompatible with Microsoft Windows protect mode.
Obtain an updated version of the DLL.
The DLL references another DLL that isn't present.
Obtain the referenced DLL and make it available to the other DLL.
The DLL or one of the referenced DLLs isn't in a directory specified by your path.
Move the DLL to a referenced directory or place its current directory on the path.
[Edited by S@NSIS on 09-01-2000 at 08:36 AM]