How to establish a setup project including windows service project(s)?

  • Thread starter Thread starter Daniel Xiao
  • Start date Start date
D

Daniel Xiao

I intend to establish a setup project including one or multiple windows
service project(s). The outcome package should be SELF-INSTALLABLE on a
separate Windows 2003 PC. How to do?
 
Hi,

See my reply to the "
How to establish a setup project including windows service project" thread
above
 
Hi,

I have never installed more than one win services with a single setup, so I
haven;t try this yet.
What you can do is have a solutions with the three projects ( 2 win
services, 1 setup ) in the setup include two custom actions with each
project output.

Make sure that both projects have a Installer ( right click over the project
name in solutions explorer/ select "add installer" )

And please post back if this solved your problem.

cheers,
 
Back
Top