Our IT dept wants to roll out a windows service across all machines on its domain. The machines are running Windows XP. Is this possible? Also, is it possible to have targetted rollout to a subset of the machines?

link|improve this question

60% accept rate
Can you provide a bit more detail? Is this a service that exists and needs to be started and run or something new? – Dave M Jan 11 at 14:19
1  
Also, this question would be better suited to ServerFault. Hold on and it will be moved shortly. – tombull89 Jan 11 at 14:49
feedback

migrated from superuser.com Jan 11 at 15:13

This question came from our site for computer enthusiasts and power users.

2 Answers

Typically, for software deployment you'd use (or find a way to create) a .msi package and deploy that to the Organisational Unit that contains the computers in the domain. The software would then run as a service, although this would need testing beforehand.

You could also use batch files/login scripts to run the service from a shared area on login as well, although it depends on the enviroment.

link|improve this answer
feedback

You can rollout .msi's and applications easily so a solution may be to compile the service and any changes/registry entries you need into an installation package.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.