I have developed a Windows application using C# .NET. I made an installer using Visual studio setup project.
If I install it in another computer I have to separately create database with all required table.
Considering users convenience, I need to integrate all this tasks to a single installer and left no hard work end user.