954,551 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

VB.net deployement with MYSQL

I would like to create a deployment project for my application. And my application need mysql as database, my deployment package will package the mysql installation. How to use VB.net to check whether mysql had been installed in the client PC and if not install, mysql installation will be initiated before my application instalation start. Hope to get reply with tips, sample code or guide on how to do this. THANK YOU !! :?:

khoobl
Newbie Poster
1 post since Jun 2005
Reputation Points: 10
Solved Threads: 0
 

Pretty broad, and large topic to provide information on. What have you got for code/tips already (not in detail). What instal software are you using (Wise Solutions Installer? Install Shield?) or do you plan to do this solely through VB.Net with some sort of MSI instal file?

I would like to create a deployment project for my application. And my application need mysql as database, my deployment package will package the mysql installation. How to use VB.net to check whether mysql had been installed in the client PC and if not install, mysql installation will be initiated before my application instalation start. Hope to get reply with tips, sample code or guide on how to do this. THANK YOU !! :?:
Paladine
Master Poster
Team Colleague
824 posts since Feb 2003
Reputation Points: 211
Solved Threads: 27
 

Why are you needing mysql installed on all of the local machines. This would create many servers, which can be a security risk. A major point of having a database server is to bring all of the data to a central location.

Chester

cpopham
Junior Poster in Training
65 posts since Mar 2005
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You