public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* suggestion for setup.exe: on quiet mode start window minimized option
@ 2015-08-28 17:58 Roger Pack
  2015-08-28 20:37 ` Buchbinder, Barry (NIH/NIAID) [E]
  0 siblings, 1 reply; 3+ messages in thread
From: Roger Pack @ 2015-08-28 17:58 UTC (permalink / raw)
  To: cygwin

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-

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: suggestion for setup.exe: on quiet mode start window minimized option
  2015-08-28 17:58 suggestion for setup.exe: on quiet mode start window minimized option Roger Pack
@ 2015-08-28 20:37 ` Buchbinder, Barry (NIH/NIAID) [E]
       [not found]   ` <CAL1QdWcNVy6w6_+cP+6YcbTqw4dj05d_mFzm=9KX_uNUhaG1jw@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Buchbinder, Barry (NIH/NIAID) [E] @ 2015-08-28 20:37 UTC (permalink / raw)
  To: cygwin; +Cc: 'Roger Pack'

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

- Barry
  Disclaimer: Statements made herein are not made on behalf of NIAID.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: suggestion for setup.exe: on quiet mode start window minimized option
       [not found]   ` <CAL1QdWcNVy6w6_+cP+6YcbTqw4dj05d_mFzm=9KX_uNUhaG1jw@mail.gmail.com>
@ 2015-09-01 16:15     ` Roger Pack
  0 siblings, 0 replies; 3+ messages in thread
From: Roger Pack @ 2015-09-01 16:15 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-01 16:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-28 17:58 suggestion for setup.exe: on quiet mode start window minimized option Roger Pack
2015-08-28 20:37 ` Buchbinder, Barry (NIH/NIAID) [E]
     [not found]   ` <CAL1QdWcNVy6w6_+cP+6YcbTqw4dj05d_mFzm=9KX_uNUhaG1jw@mail.gmail.com>
2015-09-01 16:15     ` Roger Pack

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).