X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=VnfTOFgdn5jKuhVeI2sE+91mKKg5fK4LvkfsSE2dO3I
	yGPIXaM+FUlw0bKA9FvNmKGLVGkY7Ut2C7VCOe/h5VLX/fSIIFzAQbPRM1/46V/s
	kUxnufl+WwnjOCyOLL+mwnpiMIQM7FQOhIboToRFjmmL+MZxCG/nYRFEoc3bWjJo
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=+M57x4ZvQbBII4tTCRL75gLjbZk=; b=kFuvSWpcafDGKZAxo
	FuLl8aXo1fpdNsQd11QjDIngMj9XIYTe37dH/nyf+n4kAceGBqU1nlR6BA/vAhO9
	328va3ZZnw1LRlyP7cfkQk/wYGYTadfI9WMWXKveQunB5zASpaxqd4p899lAuO1h
	uVYh1L7uMerGb86gjm6Rf8DYU8=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RDNS_NONE,SPF_PASS autolearn=no version=3.3.2
X-HELO: mail-ee0-f42.google.com
X-Received: by 10.14.29.67 with SMTP id h43mr19887581eea.7.1383591003489;        Mon, 04 Nov 2013 10:50:03 -0800 (PST)
Message-ID: <5277EC54.80203@gmail.com>
Date: Mon, 04 Nov 2013 19:49:56 +0100
From: marco atzeri <marco.atzeri@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Seeking a suggestion for unattended mass install procedure
References: <5F8AAC04F9616747BC4CC0E803D5907D0C40C86D@MLBXv04.nih.gov> <5277D4A0.1050809@cygwin.com> <5F8AAC04F9616747BC4CC0E803D5907D0C40C913@MLBXv04.nih.gov> <5277DB67.5050903@cygwin.com> <5F8AAC04F9616747BC4CC0E803D5907D0C40C962@MLBXv04.nih.gov>
In-Reply-To: <5F8AAC04F9616747BC4CC0E803D5907D0C40C962@MLBXv04.nih.gov>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Il 11/4/2013 7:03 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] ha scritto:
>> Just make a list from that as part of your install script.
>
> That is the problem, right there.  I counted some 150 directories,
> many of which contain 10+ packages, easily.  A manageable install
> command would have looked like "setup.exe -L directory -a" to
> get and install everything it could have found under that directory,
> rather than a command that spans two or more screen-fulls to list all
> those packages.
>
> Any other alternative, please?
>
> Anton Lavrentiev
> Contractor NIH/NLM/NCBI
>

never tested, but you could use
   -C --categories

currently we have less than 30 official categories and they
very seldom change.

Of course you need to create the setup.ini from your tree,
with genini or upset, something like

  genini --recursive x86 > x86/setup.ini

Regards
Marco


--
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

