I have a C# application that\'s utilizes MYSQL. I\'m at a beta release point and need an installation package that includes my application, along with MYSQL. So basically, I
This question is very similar to another question. However, the answers don't really help.
You can run executables from a custom action in the .Net deployment project, that's what I'd recommend. (Look under the heading "Calling an executable as a custom action")
Hopefully everything can be taken care of by via the command line. If not, try a scripted installer like Wise or InstallShield, I think they have better support for stuff like this.
Hope that helps!