I have created an application (C#, Windows Forms) on Visual Studio 2008, and now I want to make installer of this application. How can this be done?
I want my installer to
- Copy all the files that my application is using to a user chosen path (copy the files to the chosen, some for the server-side application and some for the client side).
- Also install .NET 3.5
- Check for SQL Server or SQL Server Express Edition
How can I do it?