Is it possible to create installer with ability to install on several computers simultaneously from one installer file? We have some programs and need to install them to the many computers in the company LAN.
I mean something like administartive install
Simultaneous install on several PC
3 posts
There is no built in support for such a thing but if you have write access to all machines via network paths then you can extract files, create shortcuts etc at your own will. I guess the hard part is getting all the network paths in the first place...
Stu
Stu
Why not build a silent installer, push the installer out to each machine, and then use GPO to run them at your will?