Pushing out programs

  • Thread starter Thread starter johnfli
  • Start date Start date
J

johnfli

I have a program that I need to install on everybodys machine.
How can I do that remotly?

The install location is on a shared drive on the server. The files to run
is setup.exe
And I will need to install it with admin rights.


Thanks
 
Are you running sms? If so you can use this to push it out. How many
workstations are there? You could write a batch file and then email it, the
only problem with that is having to run it under admin.
 
If you're on a domain, you can use GPO. Consult
microsoft.public.win2000.group_policy for the specifics.
 
no, we don't have SMS


Eugene Taylor said:
Are you running sms? If so you can use this to push it out. How many
workstations are there? You could write a batch file and then email it, the
only problem with that is having to run it under admin.
 
Back
Top