Quote Originally Posted by chronozphere
As far as I know, there are tricks to store the DLL inside the exe. You could try to include it as a resource and write it to disk as soon as the exe is started. This might be a possible workaround.
I wouldn't be so sure about that. For all I know, Windows looks up for needed libraries before the app is actually executed, so it might not be possible to extract it before it's invoked by the very app. Of course I may be wrong, but that's how it works, I think.