I have made a project in Visual studio 10 that uses Mysql database and Crystalreports along with
it. But i dont know how to make a setup that will automatically install Mysql and Crystalreports
along with the project setup on the pc on which this project is installed.I am able to create a
simple project containg only project but it did not contain the Mysql or crystalreports setup.How
can i create such a setup that automatically installs crystal reports Mysql and the project
please refer any tutorial.
For that create a
Setup and Deployment Project. In the project prerequisites you have to includeCrystal ReportsandMySQL. If they are not there in the prerequisites list then i am afraid that you have to create your own bootstrapper program to do so.