This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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-packages" --root "C:\my-cygwin\cygwin" --no-shortcuts
--no-startmenu --no-desktop --packages
alternatives,aspell,aspell-en,attr,automake,base-cygwin,base-files,bash,bc,bzip2,chere,coreutils,cron,crypt,csih,ctags,curl,cygutils,cygwin,diffutils,dos2unix,editrights,findutils,gawk,gcc,gcc-core,gettext,git,git-svn

rem step2
echo OK

In the actual test execution on Windows 10, step1 and step2  were
running in parallel, instead of sequence step.

I had tested this scenario on Windows 7, it worked ok.

Thanks

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]