Archive: Shared DLLs, and DLL hell


Shared DLLs, and DLL hell
What do I need to know about Shared DLLs, do I need to fiddle in the registry for that?
And do I have to check the version of every DLL that I install to make sure its lower?


Just search the forum and you will find everything you need to know.
You can also read the readme and find AddSharedDLL and un.RemoveSharedDLL in functions.htm located in your NSIS directory.


Ah, didnt see that functions.htm, thanks. That appears to solve the problems.