I developed a C#.NET desktop application that uses MySQL as a back-end. What I want is that when user installs the application, the MySQL server should automatically installed and username and password are automatically set and the database is restored from a SQL Dump file automatically by the installer. I am using setup project in visual studio to create installer. Is it possible to perform this operation in an installer?? If yes then please tell how to perform these operations??
I developed a C#.NET desktop application that uses MySQL as a back-end. What I
Share
I’m afraid you can’t unless your database server is MSSQL. Better create a separate installation between your application and the database server.