deploy 2 applicaiton in one setup project

  • Thread starter Thread starter PCell
  • Start date Start date
P

PCell

Hello
I have applicaiton which is built from 2 different processes GUI
process (winform project) and Service Process (window service project)
I would like to create one deployment project for both of the
projects, can anyone guid me to how this can be donw with .NET
framework. Or should I use different tool?

Thanks in advnace
 
There's no reason why you can't just add all the required files into a
single setup project. If you're familiar with Setup&Deployment projects,
create one and add the files or project output, custom actionm installer
classes etc.
 
Back
Top