I install cygwin frequently enough that it would be handy to have the process automated. Specifically, I want to be able to specify ahead of time the packages that I want to install, so that I don't have to remember them at install-time. Is there any way to do this?
|
Yes, you can. Assuming you haven't installed Cygwin yet, bash isn't available, so you have to use a CMD script. Here's an example:
and so on. The caret ( You can run If you name this script, say, setup.bat or setup.cmd, and put it in the same directory as setup.exe, then you can run it to get a one-click install of Cygwin with all of the packages you want. |
||||
|
|
I don't know if you can script it, but I found a 'how-to' on making a custom package directory and the installer to go with it. This way, you can have all the packages you need and have the installer pre-selected. You can find that article here. |
|||
|
|
apt-cyg is similar to what I was looking for, although it requires a pre-existing cygwin install with a few non-default packages. |
|||
|
|