Before i proceed with my question, lets give you the detail about the project:

Am developing on inventory + accounting software in VB.NET and using MYSQL as database! now my question as below:

1.How to make a single setup package which include MYSQL server installation setup within it

2.while user is running the setup, database table should be created automatically, how to make it possible!

Its really urgent as my project is in final phase and any help regarding this would be a big favor!

You will need to look into using a setup wizard.

Something like InnoSetup or InstallShield would do what you are wanting.

As for creating the database, you will probably have to write a script or module that can be fired from the setup wizard.

Something like vbscript or a vb module might be what you are looking for.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.