Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am new to vb.net. I am developing a desktop application using VB.NET and MySQL. I want that setup to install MySQL automatically. . I have created a manifest package by boots rapper manifest generator but its not installing MySQL.

When I am creating the manifest file, it is displaying in properties of my project under prerequisites in setting but its not installing.

Any help will greatly appreciated.

Thanks
Posted
Updated 22-Jun-12 2:51am
v3

1 solution

I think you're better off handling that yourself, rather then letting the installer handle it. I would have my application check for MySQL the first time it's run (or even better - every time it runs), and if it's not installed prompt the user for the location of the install files. If it doesn't get installed, then show the user an error dialog and bail out.

- Pete
 
Share this answer
 
v3

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