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:cc:content-type; q=dns; s=default; b=yqCy pbxCY00F5L8kJ4c9ha7vHF1paoLPO/6JY+kEnypjH3IKLYi7kCdGXOddhJ9bycoT eM3NtUmbRtyIdYz0fcjygUrCK3oAsI8aU1qZi3HJv0tgHBDx2Mrnb57M9rrZszof EMMS7sSLlc1XdJf57musEW5PHLhJElywj1dkZv4= 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:cc:content-type; s=default; bh=NXZZ6Fu78Y eLC5HagoRDUsnBC+w=; b=u4eGQnJyXTeHtFbCwsKnjkRwcB3nGNbE8aT1Vqp16x QV17Y3xLIux+aJYIs/lFW/Ccje6SBzV8Fo/mogIccN7g/x8eHi5XuplRb7bDpzYH uob1rnDkmkSzhhS8vQzJerHawsQM2kdHnNDjqjlYcR5/bTSt4T0oknbyNq2oNKno 4= 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=sk:cygwin., Hx-languages-length:1560 X-HELO: mail-wr0-f170.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:cc; bh=w25ktubSd5EftexunK79ygx7aYXAMRgu3d2Z6G/a1F0=; b=tq9p7iu8TwhPZuNyZ9S260IA6Pq5gS2A4C/fn4N7kWLnkG+DzYWsVrijziOCWYbL/B 76W+/afxCuJ+prCN0wqXkWCiWPGiM/cUdcyZMr7/mDbkntTu+IIuKfJkq6BaiSuCRZZr ReGpZ4XIJ13XsxFzO4f344pjYtuuAGTEZPZtRWo3gVXheK7yUsEhd9WB+1FKcWs5nTiC Gwl6FqDSiJMMx1YUgdZnz8X6rgMFAQ/sMuOBsafhh+cbYJ2IM/jcYkVRAV0zGwEORtsK bRYVUEXXyyj4XrDt+UTmJMuxEmK4nzgHtDFEdxxc5hmD4AmT+CJrtNXjWIx8LGqAY01I TA1g== X-Gm-Message-State: AKGB3mLvQUxfteXUaXMPxXe4Pf6FpkzsycsrpQqkuCDlAGys+pyBOZBQ lIEUPlC4Q9Tf0/rWuMg0FqoPkVsYEEqjdQ8JwR4= X-Google-Smtp-Source: ACJfBot4uO4LR+dOsx0q8/n11RQpYmZxajksXHpiNI9Sm9uNFs3MK8SsF013xaIsfHiKuzQDJxSA9fHKaiG5CvL9elo= X-Received: by 10.223.150.61 with SMTP id b58mr806366wra.185.1513620483045; Mon, 18 Dec 2017 10:08:03 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Arkady Date: Mon, 18 Dec 2017 20:07:42 +0200 Message-ID: Subject: Re: cygwin installation fails in Windows 10 when running with --quite-mode To: cygwin AT cygwin DOT com Cc: larytet Content-Type: text/plain; charset="UTF-8" The following command on a clean Windows 10 virtual machine setup-x86_64.exe -p wget,screen -q -R C:\cygwin -s http://cygwin.mirror.constant.com completes fine, sets the icon on the desktop. When I open the cygwin terminal and try commands wget or screen I am getting "command not found" Indeed folder C:\cygwin does not contain wget and screen utilities. Apparently I am still missing something about the usage of quiet mode 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