I've my software completely functional. Now I need to make an installer(pack) for it.
My software uses MySQL Server, .NET MySQL connector.
So, along with my assemblies I want to pack these MySQL softwares also so that my client can install everything at one go.
How do I do that? This is the first time I'm making an installer, I've no clue about how to do it. So, please mention what all classes / documentation do I need to go through for this?