I am having an application package which I need to install on 500+ users workstations in a production environment. I don't have any SMS tool or software distribution tool to deploy that I need to do with Windows Server 2003 options only or command-line interface batch file.
|
feedback
|
|
If the computers are in your Windows domain, you could use the Software Installation extension with group policies for automated installations. This TechNet article explains this technique: How Group Policy Software Installation Extension Works
There is another article on TechNet, which explains the basics: What Is Group Policy Software Installation Extension?
| |||
|
feedback
|
|
Your other option would be to use Sysinternals (now a part of Microsoft) psexec. It can either run a command remotely on a specified machine or on all machines in a text file. Have the machines either run the installer or a batch file that copies/installs your application. | |||
|
feedback
|
