install mysql
-
Hello friends, i have one query prepare a vb application with one button install mysql when the user clicks on the install button mys sql setup should run. How to work on this please can u help me, if u have any sample code please give and help me Thanks
Praveen Kumar.R
-
Hello friends, i have one query prepare a vb application with one button install mysql when the user clicks on the install button mys sql setup should run. How to work on this please can u help me, if u have any sample code please give and help me Thanks
Praveen Kumar.R
if you are using vb.net then with your setup project, u can add a custom action install so you need to put the mySql setup in your setup project and do a custom install to make it install.. i have a similar thing done when i had to install codecs automatically for a media player software and it works... i think an example is when you are installing JDK widout JRE, 0pe it helps you
phatkin