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:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=aB
	PVT8DYFDaBpJd/LwPNqWJPKKz7fcK71DcwppEK23dLs+izPAJAZF9t1u/DoLyKW7
	0sBl3XxdLT3zEwKMxPnLq/7TgGxCbXgpjS8ztxk45rP0KEXC9aSkxqhuhj0ndQ6B
	C1Tnx/cpuC+NLJrqIJ1l1stQXgKsDyNbUHMr47TsA=
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:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=9l1r6qta
	hm8ZPaq4JW1U6npGqQU=; b=DCrl9t5yRrh9QT8xT4PaZHZXhUyDjCpTemVGIaiN
	XjA16Ev/uTXfw9biaUHCDPFIx23MgaLHKJI6nFS92TCxzSnncGJmUZpyAGAZjeyd
	P3QMWAfMpixmag9UMTYDTjZxLWYgtaUGzE2WB5xhqjgtAFf2/HtRHVOpOwPfM0oq
	M/0=
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=4.8 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPAM_URI1,SPF_PASS autolearn=no version=3.3.2
X-HELO: mail-ig0-f181.google.com
MIME-Version: 1.0
X-Received: by 10.50.73.41 with SMTP id i9mr3513231igv.14.1441124131150; Tue, 01 Sep 2015 09:15:31 -0700 (PDT)
In-Reply-To: <CAL1QdWcNVy6w6_+cP+6YcbTqw4dj05d_mFzm=9KX_uNUhaG1jw@mail.gmail.com>
References: <CAL1QdWd3B5fjrf+mnWqX_ctw0eSsA3z4EGSRoAAR+bG2ZxL0rw@mail.gmail.com>	<6CF2FC1279D0844C9357664DC5A08BA210AAB817@msgb09.nih.gov>	<CAL1QdWcNVy6w6_+cP+6YcbTqw4dj05d_mFzm=9KX_uNUhaG1jw@mail.gmail.com>
Date: Tue, 1 Sep 2015 10:15:31 -0600
Message-ID: <CAL1QdWfm4LnDwVeqpZ14U171wPAMkhA_impU2bXFSPgxix_5ow@mail.gmail.com>
Subject: Re: suggestion for setup.exe: on quiet mode start window minimized option
From: Roger Pack <rogerdpack2@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

On 8/28/15, Buchbinder, Barry (NIH/NIAID) [E] <BBuchbinder@niaid.nih.gov> wrote:
> Roger Pack sent the following at Friday, August 28, 2015 1:29 PM
>>Today I wanted to script an unattended install of cygwin. It works well.
>>However, I also wanted to be able to do it without showing a window to
>>the user at all. Suggestion/feature request: for --quiet-mode start
>>minimized, or perhaps add a "--start-minimized" option. Cheers. -roger-
>
> How do you start setup?  Maybe one of the following will work for you.
>
> A Windows shortcut can be set up to start minimized.  My impression is
> that one can use and mechanism to launch a Windows shortcut and then
> Windows will follow the instructions ("Start in:", "Run:", etc.) in the
> shortcut.
>
> In cmd:
>     start /min
>
> From a command line (though not a bash shell when cygwin, bash, or maybe
> mintty are being updated):
>     cygstart --minimize
> or
>     cmd /c start /min

Thanks that did it!

For followers, I ended up using

start /min /wait setup-x86.exe -P ...

(since I wanted to wait for it to terminate before proceeding in my
batch script, like it does when run as straight setup-x86.exe).

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

