What are the best solutions available to install software across the network at once? It would be a Windows only environment from WindowsXP to Windows 7.
feedback
|
|
Probably use Ninite Pro, if the applications you want to install are supported by Ninite | ||||
|
feedback
|
|
I use PSEXEC along with simple scripts to install software across the network. | ||||
|
feedback
|
|
A simple solution will be a batch script. Write one and place it in start-up of ALL systems. - The batch script should contain commands to execute a specific file from a specific network location on boot-up. [This counters any problems you might encounter using PsExec on systems which have a different Admin Password, or systems which might not be on domain! It is simple and effective, I deploy all my updates this way! The second option is to use PsExec. | ||||
|
feedback
|