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: Subject: Re: automatic deploying, howto ? From: Rance Hall To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , 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 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