Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Make setup file of my application by vs2010
Hi
I have an C# application which already created it. For make setup of project, I used from Installshield software. Now I heared that the Visual Studio .NET 2010 has ability to make setup file. How can use it for make setup my application? (VS2010)

Thanks very much
Posted

1 solution

Here is the step to crete setup file in VS2010

1.On the File menu, point to Add, then click New Project.

2.In the resulting Add New Project dialog box, in the Project Types pane, open the Other Project Types node, open Setup and Deployment Projects, and select Visual Studio Installer.

3.In the Templates pane, choose Setup Project for a standard setup, or Web Setup Project for a Web application.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900