I am quite new to C# .net windows form application. I am building a Windows Form application and using MySql with it as a back end.
Now the problem is when I build the installed I want my installer to check if MySQL dot net connector is installed in the users PC and if not it should automatically install it.
As soon as this is done I will be creating a database using my application.