views:

182

answers:

0

Hi Guys,

We need to be able to deploy a couple of windows services to the remote machine as a part of a build. This is a nightly build which deploys the whole application to the TEST environment so it has to be automated somehow.

For the Web project MSDeploy can be used, as well as for the DB servers. But what about windows services? They have to be stopped (if already installed) on the target machine, then binaries need to be copied, the service has to be registered (if not previously installed), etc, etc...

related questions