From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14774 invoked by alias); 18 Dec 2017 18:50:33 -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 14766 invoked by uid 89); 18 Dec 2017 18:50:33 -0000 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_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Administrator, setup-x86.exe, setupx86exe, UD:setup-x86.exe X-HELO: mail-wr0-f179.google.com Received: from mail-wr0-f179.google.com (HELO mail-wr0-f179.google.com) (209.85.128.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 18 Dec 2017 18:50:31 +0000 Received: by mail-wr0-f179.google.com with SMTP id l41so3076595wre.11 for ; Mon, 18 Dec 2017 10:50:31 -0800 (PST) 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=SVcRAg5iw4FCEB8YCBCQZaIwDMNWeOVajybKoRrJvFo=; b=IQGIrhgCEORdq3TrDc6dx+VNRSYMVd1MmwHDXs8tnDwVQMJzTkkaLytNRdMwkhP8r6 xnMFVZ2c1iTTbO6/kg9nOSSwCP2+jFaRlwdjsEGv+WAU85vEZyzIHgvJPWFs7Dt2ajXD +mGEbqp0ddIVnyv0qEtYlFSvoMQHr8Ndc5m5/2sflR2WsIXEJ7W8DoBdkxEmQXM3smE1 +RikB31HlggQTb+ayPLovp2SAKLDsUzaIRxgBtBOJTDafKxgkUC9cP7k6NPDtL+4CXx0 o+KNsYIyyeei5JkmSZoLSVUP9pBUyHWxLpd+1DbnuITk7AKbH0+L/CDEcE/vOkThMtJo Gh7A== X-Gm-Message-State: AKGB3mI2kpbLFjigYg++Y1XTyyP7kk30k8Ew7cVsJeO3CLppWajddSdX BZpPeWv2wpiLM+UIo87GlgbWv970EzpNHAsnl+OAvg== X-Google-Smtp-Source: ACJfBotvN0HBBy1xYsruocMyXcaGslDELnMdgTw8fo5DAV3GmdwIeq+rq6nrHk84npGzxZ5Xo9OQElPT4V5Ac8XQHbk= X-Received: by 10.223.138.138 with SMTP id y10mr1033991wry.167.1513623029686; Mon, 18 Dec 2017 10:50:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.159.45 with HTTP; Mon, 18 Dec 2017 10:50:09 -0800 (PST) In-Reply-To: References: From: Arkady Date: Tue, 19 Dec 2017 00:27:00 -0000 Message-ID: Subject: Re: cygwin installation fails in Windows 10 when running with --quite-mode To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-12/txt/msg00184.txt.bz2 Reproduced again with Autounattend.xml My goal is to prepare a Windows machine with Cygwin installed. I am trying to script the process. I have the following section the Autounattend.xml file cmd.exe /c C:\Windows\Temp\setup-x86.exe -q -R C:\cygwin -l C:\Windows\Temp --packages "wget,zip,screen" -s http://cygwin.mirror.constant.com Install Cygwin 99 true The whole file is https://github.com/larytet/auto-win/blob/master/autounattend/packer-floppy-win10/Autounattend.xml The installation fails with the same "setu-x86.exe has stopped working". I do not see output, but I bet that this is the same "Changing gid to Administrators" problem. I suspect that this is something related to running as an Administrator or System. I will greatly appreciate any tip. On Mon, Dec 18, 2017 at 7:41 PM, Arkady wrote: > I tried again on the clean Windows VM > > setup-x86_64.exe -q -B -R C:\Users\user\Downloads -s > http://cygwin/mirror/constant.com > > After that I tried > > > setup-x86_64.exe -q -B -R C:\Users\user\Downloads -s > http://cygwin/mirror/constant.com -p wget,screen > > Both worked. Looks like my bad > > On Mon, Dec 18, 2017 at 7:27 PM, Arkady wrote: >> Hi, >> >> I am trying to do: >> >> 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..." >> >> I tried >> setup-x86_64.exe -q -p wget -v -B >> and >> setup-x86_64.exe -q -p wget -v -B -R C:\Windows\Temp >> >> The same result - the setup fails >> The interactive GUI installation works fine. >> The quite mode fails to install/update Cygwin on the machin where it >> is already installed. >> >> >> What am I missing? >> >> 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