Click here to Skip to main content
16,004,653 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
how to make a setup of a project which install front end as well as back end in c#.net(window application)

means project deployment
Posted

1 solution

Any deployment project should install the entire project, I don't see how else it could work. Perhaps your 'back end' includes SQL Server, or it's a web app, or there's some other detail you forgot to state. Otherwise, I don't see how anyone could need to ask this ?

Visual Studio does deployment projects, but I use Advanced Installer, the free version is more than adequate for most basic projects.
 
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