Click here to Skip to main content
15,893,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Does anyone know which group I can browse in order to learn how to deploy software across workstations?

I have no clue on how this is done, what I would like to learn is how to write your own program that will remotely install software from your workstation to other workstations across the network.

There are programs out there that does it, but there is always something missing or not running properly in those programs.


Thanks.
Posted

1 solution

Software deployment can be done in a number of ways. When you package your application as a MSI file, you can deploy it to remote machines via PowerShell, command line, or a deployment application. If you want to use a free solution to do this, you can look at this option:

http://wpkg.org/[^]

If you use Active Directory, you can also use Group Policy (free and already installed on your domain).

Here are some other opinions as well:

http://stackoverflow.com/questions/6774474/remote-installation-deployment-of-msi-exe-files[^]
http://www.geekytidbits.com/unattended-msi-installation-psexec/[^]
Installing MSI packages remotely[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900