|
Subject:
|
How to make Setup File in C#
|
|
Posted By:
|
akumarp2p
|
Post Date:
|
12/8/2006 3:49:12 AM
|
Hi I have created a application in C# using Sql Server. Now I want to create setup for that. Just give me instruction how to Create Setup. Urgent.
Thanks and Regards Kumar Ashish 9350789189
|
|
Reply By:
|
bijgupt
|
Reply Date:
|
12/8/2006 4:28:24 AM
|
In your solution add new project. >> In new project dialogbox choose Setup and deployment project. with checkbox option Add to the solution.Select Setup Wizard template >> Select type of your main project i.e. window application >> In next screen select what u want to add in setup project , so must select "Primary output of <your project>" >>Include other resource you want to add in setup project like icons, images database files etc. >>Build the project.
Bijgupt
|