I found this issue is related to administrator rights on
setup-x86.exe. It works right now, thank you.
2016-04-07 21:16 GMT+08:00 Andrey Repin :
> Greetings, kuaf!
>
>> I downloaded the latest setup-x86.exe (version 2.8.7.3), attempted to
>> install through automation interface on Windows 10 OS. B
Hi, Andrey Repin,
It's not a pure coincidence. You can did a quick test on Windows 10 only with:
1. start /wait setup-x86.exe
This is a immediate return from parent process window
2. start /wait notepad.exe
The child process will wait for the notepad.exe to be closed.
Thank you
2016-
Greetings, kuaf!
> I downloaded the latest setup-x86.exe (version 2.8.7.3), attempted to
> install through automation interface on Windows 10 OS. But the batch
> file can't call it by blocked way, .e.g.
> test.cmd
>
> @echo off
> rem step1
start "Cygwin setup" /wait "setup-x86.exe" --quiet
Hi,
I downloaded the latest setup-x86.exe (version 2.8.7.3), attempted to
install through automation interface on Windows 10 OS. But the batch
file can't call it by blocked way, .e.g.
test.cmd
@echo off
rem step1
"setup-x86.exe" --quiet-mode --local-install --local-package-dir
"C:\my-packag
4 matches
Mail list logo