cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Enumerate computers on the network and check if a window service exists

My setup needs to enumerate computers on the network and check if a window service exists on one of those computers by InstallShield.

Could this be possible? Please help me as soon as possible. Thanks you very much!
(1) Reply
There is no native support so you will have to use a Custom Action. I would expect using WMI through vbscript would be the right way to go. Have a look on MSDN for the actual code.