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:from:date :message-id:subject:to:content-type; q=dns; s=default; b=snwNAoG Ys4Xfq8e6h9eWOrncv9Xb0oaCNuDdYAsKhq5HHcbBrovdOfakvm+dkcd8JVXgFs3 uiZPHWucd+qyoUm2kQQkZkcFlmYVUzJo9GdBiBKuY0LcJo6i+W7nvUZBkv/Nu+4S bhD7OEw8y+heMwdAMjbsdPNE7UdBjkMi/QR8= 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:from:date :message-id:subject:to:content-type; s=default; bh=C95rKsFF9067r KoqHI/HrcPjGzE=; b=Uc+hDyNmwKJg5MW29x3XU+so/pt/KP76Ttmvnb/AjlMJf lnEq2TqGC8aj3QAFdcBoXMqhY5fkyWpjgrlVf2yyckZvleOIGb4sZEpo/sxiowU5 kcUJUX6JCZDBUB+bs0FY64ZGF3R3Y7fuTLOsspZwzfYoZ4Z4sOoZjhY3zcX2es= 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.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=U*stromeko, Stromeko AT nexgo DOT de, stromeko AT nexgo DOT de, Stromekonexgode X-HELO: mail-wm0-f46.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=5Hnhlr7qVaGScj7MBWvUsOnojlemcfZnn01RAZtrM28=; b=koT3VGxyVT0zn8cVBFG1a/r/G4owGM2akRxIFyqsYfeer9h+MFbOLaE7dl5iibU4MS AiOdkv/MsAaz28uOkrKzXeeoYPN3r+kyY7ezjE1p7O/ojXIaSbNVypYTnkaobbRkIZtu i6DgQTLSdY0TLaGhQ+aXxDX5BQ3K/5VXM6Z+SjSX33Frunk6gWEGROT1dbVZ7Ax6LXtK hFTGI4XgnrlKRkUqP/vkUyq4PonnfnVPMbGw4bvzUiWivMCniiQGB0Zf9EI6orv2mnrz 1tNkgdipLVIA8WZTxXqhIynCCnbV5v5fTO+r+s66DTY4UxJlzwkWM10lw0JJrkw23RoE uSeQ== X-Gm-Message-State: AKGB3mJLoMUvO+Kdjr3z112hqBG6gSfgvbBa/+Mvkyh/CDcHlDY2ed/Q /vvsVkZrRcuroW/aiX1ym0Qk1Xh+LX0t/cmXwrs= X-Google-Smtp-Source: ACJfBosoHhM9kAgK4Rh1xjjtbFS+btlU3r2griewwjjEBycRdy6wqK2lAjHSp/okKTHc1uES7fF5IBwoHI4MDuKYXOY= X-Received: by 10.80.165.226 with SMTP id b31mr5267932edc.172.1513773560285; Wed, 20 Dec 2017 04:39:20 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <87po79elst DOT fsf AT Rainer DOT invalid> From: Arkady Date: Wed, 20 Dec 2017 14:38:59 +0200 Message-ID: Subject: Re: cygwin installation fails in Windows 10 when running with --quite-mode To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Another clue - flags -d -n -N probably solve the problem or make the problem very rare On Wed, Dec 20, 2017 at 2:37 PM, Arkady wrote: > I have little doubt that here is a bug in the Cygwin installer. I > reproduce the problem > consistently. I use the following command 10 times > setup-x86.exe -q -s http://cygwin.mirror.constant.com > The setup fails one time of three in my Win10 64 bits setup. > > On Wed, Dec 20, 2017 at 2:25 PM, Arkady wrote: >> On Wed, Dec 20, 2017 at 12:27 PM, Achim Gratz wrote: >>> Arkady writes: >>>> setup-x86_64.exe -q -p wget -v >>>> >>>> The installation fails with the last line "Changing gid to >>>> Administrators" and a small dialog box "setup-x86_64.exe" has stopped >>>> working A problem caused the program to stop working correctly..." >>> >>> That is usually caused by BLODA that recognizes an application that >>> tries to elevate itself while run from some script. The solution may be >>> as simple as to remove the ADS annotation that says "this executable was >>> downloaded from the dangerous internet" or you may have to explicitly >> >> Thank you, Achim, >> >> I am running in the Administrator console - there is "Administrator: >> Command Prompt" at the top >> of the windows. I am pulling the file from Internet using a power shell script. >> According to dir /R there is only one data stream for the file >> >>> except setup.exe someplace. Other potential solutions are to start the >>> CMD or script with administrative privileges so setup doesn't need to >>> elevate itslef or use a program like runas that can start setup directly >>> with elevated privileges. Which of these is most appropriate to your >>> environment is something you'll have to find out yourself. >>> >>> >>> Regards, >>> Achim. >>> -- >>> +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ >>> >>> SD adaptation for Waldorf microQ V2.22R2: >>> http://Synth.Stromeko.net/Downloads.html#WaldorfSDada >>> >>> -- >>> 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 >>> -- 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