X-Recipient: archive-cygwin AT delorie DOT 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:from:mime-version:content-type :content-transfer-encoding:message-id:date:to:cc:subject :in-reply-to:references; q=dns; s=default; b=xkPmTW9W65qoDZnzAw8 WzG0suUa6tkbE4s6BVqGQjQkBuMi5I+8mdE5+9dZvzARCy1iImVl1UlBDaFO56LR 2nkyi8H+qc+bIcsOVK7L4spPbWWpeeXlNixW99TBpL+fZvszuL3I8yOPKN/S+jTu BC7shdUDsgbF9Jymg/EdqOpM= 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:from:mime-version:content-type :content-transfer-encoding:message-id:date:to:cc:subject :in-reply-to:references; s=default; bh=4kqd07WuMdwPNZdvCJbz9XosY IY=; b=mufgOFogfYIODc5fs+7z5ju6u70kVa/DKtgbTL4FiQ8Hr6SfnMirZyAaM rUwYojv7cCVzZ9zUrvdDtwYgdpDXaTw1ohjyUvp3T45DT/r1231KHd+N4430sk7e E36c4vKUWzYlzQqYrvXX179W9uvDBv/JKNRM2DZeg0uxrwcXaU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_HK_NAME_FM_DR autolearn=ham version=3.3.2 X-HELO: mail-wi0-f177.google.com X-Received: by 10.194.78.230 with SMTP id e6mr39484075wjx.43.1441191238109; Wed, 02 Sep 2015 03:53:58 -0700 (PDT) From: Dr Rainer Woitok X-Google-Original-From: Dr Rainer Woitok MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21990.54586.643600.292606@woitok.gmail.com> Date: Wed, 2 Sep 2015 12:53:46 +0200 To: Marco Atzeri Cc: cygwin AT cygwin DOT com Subject: Re: Running Cygwin's "setup.exe" on a new computer In-Reply-To: Msg <55E5AEAF.1080103@gmail.com> of 2015-09-01 15:57:03 +0200 from marco.atzeri@gmail.com References: <21989 DOT 40723 DOT 827300 DOT 907850 AT woitok DOT gmail DOT com> <55E5AEAF DOT 1080103 AT gmail DOT com> Marco, On Tuesday, 2015-09-01 15:57:03 +0200, you wrote: > ... > $ cygcheck -cd | awk 'BEGIN{printf("setup-x86_64.exe ")} {if (NR>2) { > printf ("-P " $1 " ") }} END { printf ("\r\n pause ")}' > cyg-install-x86_64.bat Even if I slightly compress the command line created that way by using a single "-P" option followed by the string of comma separated package names, I end up with a command line consisting of some 16700 characters! I'm not at all sure how Windows and/or "setup-x86*.exe" would react to that. Besides, since "cygcheck" apparently finds the relevant information in some file, and "setup-x86*.exe" apparently finds the relevant informat- ion in some file, too, it would perhaps be way easier to just provide the correct file in the correct location on the new machine. Any ideas along these lines, anybody? Sincerely, Rainer -- 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