I have a MySQL based exe and it needs libmySQL.dll to run.

I have looked and looked on how to "merge", and I believe I found out that you can't do that with .NET. Though maybe that's not why.

So if that's not possible is there any way to compile the dll into the exe and it gets extracted once opened the exe is opened?

Any other ideas are appreciated too.

Thanks.