hi all,
I have developed a small desktop application in c#(using windows forms). For this project I need mysql, MySql.Data.dll and some property files...
I am ready with my project but I need to burn it on a disk(with Autorun express).
when I run that cd
- It should ask me to check whether the system has mysql installed in it or not,if not installed already then it should install now in the specified location
- run some database scripts to generate database and relationships and constraints
- and finally it should copy my .exe file on to the hard disk (specified location).
Thanks, srini.