X-Recipient: archive-cygwin@delorie.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:from:to:subject:date:message-id:references
	:in-reply-to:content-type:content-id:content-transfer-encoding
	:mime-version; q=dns; s=default; b=czCmnX6T72ppXaAkaLQaq5TJadU10
	YM+HAV+raHRznZWJ+QiGGYmITGzJ31FR56FI1dXuAKU7zo9PPDt1dEhTN4pqfHRM
	xJlzxoobQe0636swMbnlxpFmyzJ8LuMGkzL9u7U6fV3yUsDP6IA3WYu62RllVqOm
	USzR16VSK49Uj4=
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:from:to:subject:date:message-id:references
	:in-reply-to:content-type:content-id:content-transfer-encoding
	:mime-version; s=default; bh=BFxMfU0+nNH0Dh3ADl0Bdqrm4oA=; b=fFM
	uN9orQO4eSmJs6onz0vP4JlhOQeXbmu1vnv/MMuG33IOyGetkAVORu6P29Q68Q4B
	MOeWE3HaIc9Pq6RD7E6tSVXOGBdh4isrIwlDo/Wvh8XTutfA4TGS/QZTFOIrLkHb
	exOMRLkBmrvf0+FF1uLAnxnbmedyNiOusruZMRKg=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=H*MI:sk:rrdrake, H*MI:D4434266.D3A9, Hx-languages-length:1004, mine
X-HELO: smtp01asnl.sandia.gov
X-IronPort-MID: 194102993
X-CrossPremisesHeadersFilteredBySendConnector: ES04AMSNLNT.srn.sandia.gov
From: "Drake, Richard R" <rrdrake@sandia.gov>
To: The Cygwin Mailing List <cygwin@cygwin.com>
Subject: Re: Unattended install "remembers" the download option
Date: Sat, 5 Nov 2016 17:33:05 +0000
Message-ID: <D4436FF9.D3B2%rrdrake@sandia.gov>
References: <D4434266.D3A9%rrdrake@sandia.gov>
In-Reply-To: <D4434266.D3A9%rrdrake@sandia.gov>
user-agent: Microsoft-MacOutlook/14.6.0.151221
x-ms-exchange-messagesentrepresentingtype: 1
x-ms-exchange-transport-fromentityheader: Hosted
Content-Type: text/plain; charset="us-ascii"
Content-ID: <385F558B417DCA4F9A17B7BACCA1022A@sandia.gov>
MIME-Version: 1.0
X-OrganizationHeadersPreserved: ES04AMSNLNT.srn.sandia.gov
X-RSA-Inspected: yes
X-RSA-Classifications: public
X-RSA-Action: allow
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id uA5HXmn1023843

Thanks Wayne, that was the clue I needed.

Turns out cygwin will use the Windows Registry to store previous install
locations, and in that previous location I had the "download only" option
set.  The setup program used the Registry to find a previous install
location (/etc/setup/setup.rc file) and used that to populate some options.

-rich

---------------------------------------------------------
From: Wayne Davison <wayne at opencoder dot net>
Date: Sat, 5 Nov 2016 09:14:40 -0700
Subject: Re: Unattended install "remembers" the download option

On Sat, Nov 5, 2016 at 7:01 AM, Drake, Richard R <rrdrake@sandia.gov>
wrote:
> What is really curious is where this option is being stored.  If I knew
>that, then
> maybe I could remove that setting so it would revert to the default
>setting.

Look in /etc/setup/setup.rc. I bet the line following "last-action" is
just "Download"
in your file. Mine is "Download,Install" (after a tab).

..wayne..



--
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


