I've created a C# windows service and its ready to be deployed. I have 215 servers on which this windows service is to be installed.

I have to login to each box and deploy the service. Is there an automated way to enter the a list of server names and deploy the service in all the listed servers at one shot?

Thank you, Vinay

link|improve this question
just as a side note: I guess you "earnded" the downvote because of the bad "tagging" - maybe someone with sufficient rights can retag this? – CKoenig Aug 17 '11 at 10:09
It would be helpful to know what operating systems are involved. – Ant Swift Aug 17 '11 at 10:11
Hi CKoenig, thanks for your comments. By the way, I'm new to this forum and working to identify each area. I may have missed the tagging properly. :( .Sorry for any inconvenience. – Vinay Sathyanarayana Aug 17 '11 at 10:14
Hi Anthony, only Windows 2003 and 2008 servers are involved. thank you. – Vinay Sathyanarayana Aug 17 '11 at 10:15
There you go, Vinay. Tags edited for you. Welcome to Serverfault! – Bart Silverstrim Aug 17 '11 at 11:55
feedback

migrated from stackoverflow.com Aug 17 '11 at 11:05

This question came from our site for professional and enthusiast programmers.

2 Answers

If the servers are part of an Active Directory domain then you can create a .msi installer for your service and deploy it through Active Directory.

See this question for the steps to do this.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown