Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my windows application,i want to create setup file for this application,pls help me ...
Posted
Updated 21-Feb-11 18:00pm
v2

Create a new Project in your solution: Under "Other Project Types" there is "Set up and Deployment"

There is a tutorial here[^]
 
Share this answer
 
Comments
Yusuf 21-Feb-11 8:56am    
propose as answer
Hi,

see this CP article:
Visual Studio Windows Application Setup Project[^]
The Express Versions of VisualStudio don't support Setup projects, so you need to have the Professional Version I think.
 
Share this answer
 
Comments
Espen Harlinn 25-Feb-11 6:49am    
Good article, my 5
Add a Setup project to your solution.

0) Right-click your solution in the Solution Explorer in Visual Studio.

1) Select Add new item from the context menu.

2) Find and select "Setup Project" in the list of templates.
 
Share this answer
 
Comments
somil030 21-Feb-11 9:02am    
bt there is no option "Setup Project" in my VB.NET 2008
In addition to OriginalGriff answer This Link[^] also might help you
 
Share this answer
 
Comments
somil030 22-Feb-11 3:16am    
Thank you ....Sir..

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