How to get a list of packages from one machine and install in another with Chocolatey?
If you have a look at the help information for the choco install command (you can do this using choco install -h, you will find the following usage: cinst <pkg|packages.config> [<pkg2> <pkgN>] [<options/switches>] As you will see, it is possible to pass a packages.config file, which would contain all the packages that you want to … Read more