Hello I have developed one desktop application using .net C#
Now I want to create setup(.exe) file to run the application on another computer
My Application contains
*Windows forms & MDI parent form.
*one service based database.
*C# Datasets.
*cystal reports.
How to create the .exe file with all above things.
And what are the components I need to install on another computer to run this application.
Thanks in advanace.