Using the command line installer, you can easily install Cygwin with a list of required packages
setup-x86.exe -q -p='tar,sed,<more packages>'
Is it also possible to fix the version of packages, something like
setup-x86.exe -q -p='tar:1.2.3,sed,<more packages>'
(this obviously doesn't work)?
source share