X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=fq 5Nf4b2Ya8/amgaZqfxt+IUhXl4fsSLaUaO/NrTUu9wLjgfe95RWKyc8ICHrp9at6 Yvq3ez7xMKgLoXokuQQ8rkOrM7BikSlguiwsCiZn/qRWERQAgJIR9SigNFZ0faL6 JnNkXo1jolKWXuctF7i/0BFM8H6BS+gpHl733PqqI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=QKw8l2KA rHJ25BLu87OsBtRoh5o=; b=m4TndSg9+S5RmRCFSMpKizOocaj2zO0UbL/qQDpw fPpo8x0SCus5npowaAL4Ywd/u6tWu8OLdj/IBgjGNso8NWkEnQYITq/7Jg3qJuZ3 kIchBkO7JASp46V/9Gc1P+Q9fKGMyGwJEaqc9G4bQlx9A4Yg3jSOQYRAnt6He5Yz cVw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=kuaf, kuaf!, coincidence, H*f:sk:CAFLqW4 X-HELO: mail-vk0-f43.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=0exViJ7mYsj+AeAYdGHmAaG3eDPGTAhVeaydJoMVAmU=; b=X41KYHW8eMzfwfq0oIV7+sc2Q1aXmMvVe+xJRad/IGEcROI5py3oo+vrUcweJZi5Tq ELKGu9A/MognL9SIdQduyp32aQQGh4Uckel9jNnzyx+nrzosJELqyNv9Xy0nYyH60KfG gFncijvlVFlPHeM8sh6uKLoHS1bhr4cbI6cWywjCIYmyadOh71Sz89xgPBS8rDxoJPpM fq2lWiNzzZynrluC2VOHZV4PZNT+npSBQ7hMrWLS2hrgjeWnvJgguppwxL20drsFPawk ppZtIVEI1+xSE2e8KeOy26TiJWMIxem1EZYm8N8Gnv8HSZf6qvp3nV5D5sn0CDDOsdDM Rg+w== X-Gm-Message-State: AD7BkJLQPVa7jmo9jQejYVJs07fPJlM+Ob6Wmyo5YfAHuB88mDLNwEqqSUt6g2K2k8hAOIq0Q7RHGlP+CMYxbQ== MIME-Version: 1.0 X-Received: by 10.31.133.201 with SMTP id h192mr1501005vkd.102.1460038055467; Thu, 07 Apr 2016 07:07:35 -0700 (PDT) In-Reply-To: <245532336.20160407161600@yandex.ru> References: <245532336 DOT 20160407161600 AT yandex DOT ru> Date: Thu, 7 Apr 2016 22:07:35 +0800 Message-ID: Subject: Re: The setup-x86.exe can't be called by blocked way on Windows 10 From: kuaf To: cygwin Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes 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-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. 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-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. > > By a pure coincidence. > > > -- > With best regards, > Andrey Repin > Thursday, April 7, 2016 16:15:16 > > Sorry for my terrible english... > -- 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