From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130229 invoked by alias); 7 Apr 2016 14:15:20 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 130189 invoked by uid 89); 7 Apr 2016 14:15:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1270, rights, D*yandex.ru, administrator X-HELO: mail-vk0-f41.google.com Received: from mail-vk0-f41.google.com (HELO mail-vk0-f41.google.com) (209.85.213.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 07 Apr 2016 14:15:04 +0000 Received: by mail-vk0-f41.google.com with SMTP id t129so14287030vkg.2 for ; Thu, 07 Apr 2016 07:15:04 -0700 (PDT) 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=X3Is8arhGA6GWHZlFy7kOlGn2vfW2ngHjFu1vQnmqEM=; b=HM5ByrpXsaVDgDGWjgvqlFlNRe9HjrqlXvw02Q9d7Kc1nQp1679uTH+tYC59IsKJqo kxJcTz68YMBaqhUtmdVetMXfxXdM38ng0+Xk7m6jGswa6X63oRi9yXo3aTHFKNOWC9od OWUrMT4k9rwRtKCbYbtyMYsRvwXR12d7GvMFVl1XQdkNYQxhionCiAOEKQH+6atZNB+C 7a+DA8NYN6tJwcf1fn4vt3NJ1qQ4HLAg/mPkPoCwSD4Jz9gMGuuX+CVKdoMd7TroPv3h as295MrYotbzSCS5AzVwkc8MjdgbaslTMdoV5LxzIj8FF5EoKKJtrubKaD5zKRoWMSGS 5aFQ== X-Gm-Message-State: AD7BkJIUoKFiWQFarqL7/dlfeX8TL686TGgT2ojQE+bYrqu5IOdLIJ1wArY3PuXYPNWWY/tRJzKB8KW74Nl8ig== MIME-Version: 1.0 X-Received: by 10.176.3.46 with SMTP id 43mr1329918uat.80.1460038502100; Thu, 07 Apr 2016 07:15:02 -0700 (PDT) Received: by 10.103.64.154 with HTTP; Thu, 7 Apr 2016 07:15:02 -0700 (PDT) In-Reply-To: <245532336.20160407161600@yandex.ru> References: <245532336.20160407161600@yandex.ru> Date: Thu, 07 Apr 2016 14:15:00 -0000 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 X-SW-Source: 2016-04/txt/msg00145.txt.bz2 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. 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