WMI Script to Deploy Application

I need to write a WMI script to deploy an application to mulitple computers.
I have the names of the computers on a text file and i have the .exe to deploy.
Can someone get me started? Any directionwould be helpful...
thanks,
[253 byte] By [temoty] at [2007-11-19 19:36:36]
# 1 Re: WMI Script to Deploy Application
Deploy as in fully install? Why does this need to be WMI?
PeejAvery at 2007-11-10 3:39:26 >
# 2 Re: WMI Script to Deploy Application
Hi Guys!

I am facing the same problem. I have to remotely install a program on multiple machines. This is to be done from the server.

Kindly, suggest some way out.

Thanks and regards

Arun (simplyarun@rediffmail.com)
simplyarun at 2007-11-10 3:40:29 >
# 3 Re: WMI Script to Deploy Application
Well, if you are running Windows Server 2003, take a look here ( http://support.microsoft.com/default.aspx?scid=kb;en-us;325862).
PeejAvery at 2007-11-10 3:41:28 >
# 4 Re: WMI Script to Deploy Application
You can also create a Group Policy to install or make usre its installed on any/all systems on your network.
RobDog888 at 2007-11-10 3:42:33 >
# 5 Re: WMI Script to Deploy Application
Kinda late,
But for running executables on remote machines, i.e. Installing patches remotely, check out http://www.vbforums.com/showthread.php?t=311633
packetvb at 2007-11-10 3:43:28 >