Re: "setup-x86 --quiet-mode" problems

2018-04-22 Thread Brian Inglis
On 2018-04-22 07:51, Andrey Repin wrote: >> On Thu 2018-04-19 (17:28), Brian Inglis wrote: >>> cygstart .../setup-x86 --quiet-mode ... && sleep 1 && kill -9 $$ $PPID >> Ahh... cygstart does the trick! :-) >> I was not aware of this helper program. Good to know! > In this specific case, it is better

Re: "setup-x86 --quiet-mode" problems

2018-04-22 Thread Andrey Repin
Greetings, Ulli Horlacher! > On Thu 2018-04-19 (17:28), Brian Inglis wrote: >> cygstart .../setup-x86 --quiet-mode ... && sleep 1 && kill -9 $$ $PPID > Ahh... cygstart does the trick! :-) > I was not aware of this helper program. Good to know! In this specific case, it is better to use cmd /C

Re: "setup-x86 --quiet-mode" problems

2018-04-20 Thread Ulli Horlacher
On Thu 2018-04-19 (17:28), Brian Inglis wrote: > cygstart .../setup-x86 --quiet-mode ... && sleep 1 && kill -9 $$ $PPID Ahh... cygstart does the trick! :-) I was not aware of this helper program. Good to know! -- Ullrich Horlacher Server und Virtualisierung Rechenzentrum TIK

Re: "setup-x86 --quiet-mode" problems

2018-04-19 Thread Brian Inglis
On 2018-04-19 10:31, Ulli Horlacher wrote: > I have an update script which calls "setup-x86 --quiet-mode". > So far, this works great, but now it tries to install a new mintty.exe, > but one mintty still running (where I started setup-x86), so setup-x86 > kills this process... and setup-x86.exe is

Re: "setup-x86 --quiet-mode" problems

2018-04-19 Thread Vince Rice
> On Apr 19, 2018, at 11:31 AM, Ulli Horlacher wrote: > > I have an update script which calls "setup-x86 --quiet-mode". > So far, this works great, but now it tries to install a new mintty.exe, > but one mintty still running (where I started setup-x86), so setup-x86 > kills this process... and set

"setup-x86 --quiet-mode" problems

2018-04-19 Thread Ulli Horlacher
I have an update script which calls "setup-x86 --quiet-mode". So far, this works great, but now it tries to install a new mintty.exe, but one mintty still running (where I started setup-x86), so setup-x86 kills this process... and setup-x86.exe is killed, too, which resulted in a damaged cygwin ins