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=BK fHwJfyzLQVrQA5vs6lANVWXcwHUGs6/dz4HG676zoF4VznZbZgflqmMOVFVGjHCg w9nP97oiS7/ncEq1fa62csh67QHdfMjUkKtlI7aQr7Oy2RyQjnoZnBgSp7Sv8+Zi GsKGR/Y/3K4/H36kP78DkqRsno4KL7txkUfuEr5a4= 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=CEHzETqC skZuqAHg4EsPP5DRcB0=; b=lQPeE3WEcqF9s+eGFnONV6kFplHYXtwpy3ovLcKn PoPDYUv+wjksuXmPON5h8f3KBlKosRKiQRCFp+OKPRDXyEzC244tTdJGOrkYJVpJ eLp927xY1qeztwWSzWOVsbWGgeRotV6Hg99nH7GK4Lq8Vac/eBMIr+L3Uv616oqP rx8= 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=-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 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) In-Reply-To: <245532336.20160407161600@yandex.ru> References: <245532336 DOT 20160407161600 AT yandex DOT ru> Date: Thu, 7 Apr 2016 22:15:02 +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 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