I have a Windows Forms that connects to a remote MySQL database (it's on a server). Basically, all it does is read data from a table, neither write nor anything. I'm using the Entity Framework and my project has the following dependencies for Mysql : MySql.Data , MySql.Data.Entity. EF6 .
Well, so far so perfect! The application is ready and working properly. The problem is this, every time I take the application to a new client, I have to install the MysqlConnector on hand before installing my system, download link .
Is there no way to include this blessed as a prerequisite in my installer? When generating the install, does it automatically go with the project?