Pushing out a program

  • 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.

(We don't have SMS)
Thanks
 
Sadly, it is just a setup.exe and a couple of screens into it, I have to
enter a key code.
I will look into a "repackaging software"
Have any recommendations?
 
Sadly, it is just a setup.exe and a couple of screens into it, I have to
enter a key code.
I will look into a "repackaging software"
Have any recommendations?

What software is it? There are ways of installing executables
silently. I have pushed .exes before that supported switches that
made the installer silent. I had a share defined that accessible by
domain users. I created a group policy and associated logon script
which checked for the existence of that software on a users machine
and if not found installed it.

Take a look at this site and in particular the Application Installs
section for how it could be done
http://board.msfn.org/
 
Back
Top