E
E
Eugene2015-12-31 16:24:26
PowerShell
Eugene, 2015-12-31 16:24:26

How to parallelize package installation execution in Windows Powershell?

I decided to automate the installation of packages in Windows using powershell. Now the script looks like a sequence of commands Install-Package (package name). Everything works, but it works very slowly. The packages are downloaded sequentially and not very fast. Is it possible to download packages in parallel?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
azarij, 2015-12-31
@azarij

in theory, the installation of each package starts a background job.
See also here www.get-blog.com/?p=189
There is an opinion that parallel software installations may conflict with each other.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question