From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127563 invoked by alias); 19 Dec 2017 05:35:50 -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 127534 invoked by uid 89); 19 Dec 2017 05:35:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_00,EXECUTABLE_URI,KAM_EXEURI,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=calgary, Calgary, bat, Hx-spam-relays-external:sk:smtp-ou X-HELO: smtp-out-no.shaw.ca Received: from smtp-out-no.shaw.ca (HELO smtp-out-no.shaw.ca) (64.59.134.12) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 19 Dec 2017 05:35:47 +0000 Received: from [192.168.1.100] ([24.64.240.204]) by shaw.ca with ESMTP id RAZ6eQvWXYy1iRAZ7edVAk; Mon, 18 Dec 2017 22:35:45 -0700 X-Authority-Analysis: v=2.2 cv=f8g4PK6M c=1 sm=1 tr=0 a=MVEHjbUiAHxQW0jfcDq5EA==:117 a=MVEHjbUiAHxQW0jfcDq5EA==:17 a=N659UExz7-8A:10 a=v82BPIQ6AAAA:8 a=NEAV23lmAAAA:8 a=w_pzkKWiAAAA:8 a=E8OyY4XQTpz2KXhO0SoA:9 a=pILNOxqGKmIA:10 a=kdvKi6FvV4v_X1HGDEmx:22 a=sRI3_1zDfAgwuvI8zelB:22 Reply-To: Brian.Inglis@SystematicSw.ab.ca Subject: Re: cygwin installation fails in Windows 10 when running with --quite-mode To: cygwin@cygwin.com References: From: Brian Inglis Message-ID: <67906920-7358-4e5e-8a9a-c326c0279c09@SystematicSw.ab.ca> Date: Tue, 19 Dec 2017 09:14:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfM8sjLN04UIWKOzAZgyvm6/peZ1JiiY1l7f1BvFKFPZuYYmITVYXSi5T1VFC/eN1cjWxaGbVZoYSD/x8yR+N5luw+fkrRXbH43adCVGNyXAAwDW6gqEs i2mhtXig/SvEqDF6QMZU1C4agLEAWN5NYJpp0oTMY2N61lOb3/XKBOB7GDH7lh2T4CWe6SMF/C56bQ== X-IsSubscribed: yes X-SW-Source: 2017-12/txt/msg00189.txt.bz2 On 2017-12-18 11:50, Arkady wrote: > On Mon, Dec 18, 2017 at 7:41 PM, Arkady wrote: >> On Mon, Dec 18, 2017 at 7:27 PM, Arkady wrote: >>> 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?> Reproduced again with Autounattend.xml >> 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 > 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. Suggest the first step in your process should be to download https://cygwin.com/setup-x86.exe as you will get warnings if setup .exe and .ini versions mismatch (setup just changed again). Use -B to install for current user only, or run under admin account and use -W to wait for elevated child, You could add -v to get more info in ROOT/var/log/setup.log (appended summaries) and .../setup.log.full (last run details). You might want to add -g to be able to rerun and keep versions in old installs upgraded in sync with new installs, as Cygwin does rolling releases and supports only current releases; you might also need this for initial installs to get base packages: it's been a long time since I tried any initial installs. You should not need to run cmd unless you want to run a bat[ch] or c[om]m[an]d script. -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada -- 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