Method to deploy software to multiple computers

Asked By 0 points N/A Posted on -
qa-featured

I want to install software on more than one device over a network. I have never done it before and so, don’t know how to do it.If anyone among you have any idea about how to deploy software to multiple computers for free?

SHARE
Answered By 0 points N/A #162002

Method to deploy software to multiple computers

qa-featured

Method to install software to multiple computers at once:

• Check if the software has an installer package with .msi file extension. If not, create your own by the help of various free online tools.

• Decide whether to publish the software to the user or to the computer. In user, software will be installed when user opens the file. In computer, the software will install after the computer is rebooted.

• Create a shared network and copy the .msi file onto it.

• To assign the software to a user, go to, User Configuration, then Software Settings > Software Installation. Click on New > Package Commands, and choose the file to be installed.

To assign the software to computer, navigate to Computer Configuration > Software Settings > Software Installation

Related Questions