2
I have a Windows Forms connecting to a database Mysql remote (is on a server). Basically, all it does is read data from a table, or write or anything. I am using the Entity Framework and my project has the following dependencies regarding Mysql: Mysql.Data, Mysql.Data.Entity.EF6.
Good, so far everything is 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 at hand before installing my system, download link.
No way to include this blessed as a prerequisite in my installer? When generating the install it already automatically goes with the project?
Very complete the installer! Really superior to the conventional available in VS. With this installer I was able to locate where the problem was in the build of my system. I now managed a . msi with all necessary files, including Mysqlconnector! Thank you.
– Henrique Neves
Yes it is Very Efficient even with registry handling and program installation order. good that it helped
– Renan Silveira