Possible Duplicate:
What are the popular (free?) options for application deployment?
I have about 20-30 Windows clients in my office. I need to programmatically access each one of them and install some software on them.
What's the simplest way to achieve something like this without using any shelf software, but just from coding?
What I would do on Linux is I would use scp
to transfer the file executable and connect through ssh to run that executable (I'm not even sure this is the right way to do it on Linux).