Deploying .NET Application with MySQL
Posted by: Ketan Soliya
Date: December 11, 2008 10:58AM

I have developed C# application using MySQL as back-end tool. In this application, the client must set up his/her own MySQL Server and run a script to prepare the back-end database before installing the Application.

I would like to add the MySQL installation and database setup to the installer.

I would like to deploy a very simple single user C# application designed for people who are not IT literate to install and run in a standalone fashion on their own windows platform.

And I would like to keep the installation process as simple as possible to the point that the user would not necessarily even be aware of what is running under the hood and does not have to mess around with installing MySQL as a separate component, i.e. it all goes in configured and ready to go in one operation as far as the end user is concerned with no difficult or unexpected set up questions.

Thanks

Options: ReplyQuote


Subject
Written By
Posted
Deploying .NET Application with MySQL
December 11, 2008 10:58AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.