I’m working on a C# Winforms client application that interacts with a MySQL database, and I’m looking for guidance on how to create an installer for it using Visual Studio. The application and the database should be install in the client´s PC. Every installation of the client requires MySQL to be installed also.
1