Red Hat, Inc. Cygwin 2
Copy this this to a notepad as batch file to be run locally c:\install.bat, which will trigger an internet download for extra packages on it’s own. install.bat @ECHO OFF REM -- Automa… Read More
1. Create a New Online Shell Script, 1. Add “Setup.exe” as a New Dependency – By using Script tex: setup.exe -q -R c:\cygwin -s MIRROR Where MIRROR is one listed at http:/… Read More
to select the add on we can put wise Script setup.exe -q -R C:\cygwin -C X11 -C X11 will only run X Server, so if u have to run all add on you can put -C All Amjad Rehman AJ Read More
> Is it possible to get a setup.ini file to use along side > setup.exe to allow us to install cygwin on multiple servers in our > organisation? -I would then like to add the details of the pac… Read More
"setup.exe -q -R c:\cygwin" The Cygwin Setup program will prompt you for a "root" directory. The default is C:\cygwin, but you can change it. You are urged not to choose something like C:\ (th… Read More
1. Using "Download Without Installing" option from setup program download all packages to local directory. 2. Run setup.exe with parameters: setup --quiet-mode --local-install -l C:\path\to\l… Read More