Click here to Skip to main content
15,888,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing a desktop application using VB.NET and MySQL. When I send support people to the client site to run the setup, I want that setup to install MySQL automatically.

How can I add MySQL and MySQL Connector/Net as prerequisites so that the program automatically install them on client's site?
Posted
Updated 23-Apr-10 20:06pm
v3

Hi,

Download Mysql and Mysql/C sharp connector MSI from Mysql site.
Prepare a Bootstrapper package by adding product.xml and package.xml to it.
To know how to author bootstrapping,

http://msdn.microsoft.com/en-us/library/aa730839(v=VS.80).aspx[^]

after preparing a bootstrapper paste it in

c:\Program files\Microsoft SDKs\v6.0\bootstrapper\packages\

Restart Visual studio.. you will fing your package as pre requisite
 
Share this answer
 
Comments
Dalek Dave 16-Mar-11 5:18am    
What were you looking for to find this? :)
MinhajAli 22-Jun-12 5:31am    
Restart Visual studio.. you will fing your package as pre requisite

Hi I am Finding package in Prerequisites but its neither installing the MySQL nor giving any error or message...

If Any One have Any Idea....Reply....
Unless you buy an installer program that allows this, I don't think you can. I handle it by writing a Win32 program that checks for dependancies and runs installers as needed.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900