Re: The setup-x86.exe can't be called by blocked way on Windows 10

2016-04-07 Thread kuaf
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

Re: The setup-x86.exe can't be called by blocked way on Windows 10

2016-04-07 Thread kuaf
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-

Re: The setup-x86.exe can't be called by blocked way on Windows 10

2016-04-07 Thread 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. 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

The setup-x86.exe can't be called by blocked way on Windows 10

2016-04-07 Thread kuaf
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