views:

38

answers:

2

Hi

My project has now finished and I want create a setup file .

What shoud I add in Application Folder in File System section ?

Where and how can I add my icon of project , database , recource and essential dll file?

Thanks

+1  A: 

In Visual Studio, you add a setup project application to your solution. Setup is a project type, so it's like adding another .exe.

Visual Studio has a wizard that takes you through most of the steps.

Beth
+1  A: 

Well if your question is like "How do I create a setup of my project?" You should try reading some of the tutorials on internet.

Creating Setup and Deployment Projects in VS.NET

Setup and Deployment with Prerequisites Included in VB.Net 2008

Serial Number in Setup and Deployment

Searock