delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=-1.4 required=5.0 tests=AWL,BAYES_05,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL |
X-Spam-Check-By: | sourceware.org |
MIME-Version: | 1.0 |
In-Reply-To: | <4E1CF91A.9030500@gmail.com> |
References: | <4E1CF91A DOT 9030500 AT gmail DOT com> |
Date: | Tue, 12 Jul 2011 21:14:07 -0500 |
Message-ID: | <CANWBxgavOxfO6kS0coqte3LMDrMt_A5nOHvciUE6iy+eo4H0Cg@mail.gmail.com> |
Subject: | Re: automatic deploying, howto ? |
From: | Rance Hall <ranceh AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
On Tue, Jul 12, 2011 at 8:47 PM, THE Sorcerer <sorcerer25 AT gmail DOT com> wrote: > is there anyway to automate install on all of them (with my choice of > packages) ? > > also, is there any way to automate install of some services ? (like crond or > sshd) > > > thank you ! > It's not as simple as a having an answer file and telling the setup tool to look for it, but what you want is possible. Run the setup file from an administrator level command line something like this "c:\cygwin\setup.exe --help" review the options presented and see if they give you enough flexibility to do what you want. I wrote a windows batch file that downloads a fresh copy of the installer from the web, and the executes the setup file with my supplied options, and it works for me. You can specify the directory, a specific mirror (yours perhaps) and the list of packages you want installed on the command line. As to your second question... How you install and configure each daemon is subtly different. IF the command to start each of the services you want to start is something that can be run from windows (it should) and doesn't require human interaction (sshd does not, but that's the only one I've ever needed) then you can just add the appropriate commands to the end of your batch file that you use to install cygwin in the first place. You will likely also want some sort of update script that you can run on each machine that will stop the services, update cygwin, and restart the needed services. HTH Rance -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |