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
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
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.
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