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=K3WcKRG o/m9ZPRJ9NUOt+MB9lsrs5nj8NCLc0d23tcq9Uc0K7X6ETVgN0mSRIdI/2wFtuNz bW6kTxc2uJEzH26JBg2Y3C/k6FfufCx/7i9G+OzHg8BGQXnyOtRzFIJzL8ZxMUYq wTnSIkun0Hvcb7R7kaZfRFZX289I1xIKiNvw= 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=BgrEflP2wJcuv g8yL1mESHWc+zY=; b=OmZpPWpV36PUhpu3Key3kCwwXcSPFL8BZLA9tG7RYqnyx Ejd0HT/12x2e8Yn9hEbpA0oQuyTgK8tpIoCntgxSgbl2sibGTJroQ2YbsEuVDEgX 1M5UTSfVkxSvl/5xc+WJrkyOAUIC30i0vcSCnApPj2uMHMWmaWG+NF/FHhYtkE= 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_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 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 In-Reply-To: References: From: Arkady Date: Mon, 18 Dec 2017 20:50:09 +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" 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