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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=k4/g0FrHGUoVTH255cDIXarOZZW3eWvUpKgUI7R7aDp9Wf0Hzu6Fl
	r7KKFTnor8lbQ+LrvyAZcRL1ERE7nqjck+WYkH5byA/syg3Eq8ktnI6NNmTC/3io
	L2YjURieKvu8m/UHO5YUCjNw2AqFHqs9rgTrgnUdfUNLd7GbWgCCZk=
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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; s=default;
	 bh=dSLB+pGE06D5jzhJYiy0iPruM/0=; b=Whl9C9FEt0XR3RPQTWYsePs8S+tk
	GTGw5SLtQQz1OpU0dy/HZe5VyTOHIibTGVZaMafxdEWhsrWI31t7F1LwLyWdlB2V
	fJJHJx2j7AxCRPq99sZreRoBngZ06IXWjwgEZKEJN1hz+X9QonAuCPCvggoza+Lz
	JRtG405SyqhyVhc=
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=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Brian Inglis <Brian.Inglis@SystematicSw.ab.ca>
Subject: Re: Unable to retain installation configuration on Windows 10
Date: Tue, 22 Sep 2015 16:29:28 +0000 (UTC)
Lines: 15
Message-ID: <loom.20150922T182344-229@post.gmane.org>
References: <CANO68EModQriQpZMK0QCU+j3vskLXuNxD+nznJbvLEqKoQnEBQ@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes

Xi Shen <davidshen84 <at> gmail.com> writes:
> On Windows 7, the setup program is able to remember last install
> location. But on Windows 10 64 bit, the installation root is always
> "c:\cygwin64", and the package location is always
> "current_dir\cygwin64".
> 
> I think some register key is messed up?

Install directory can be seen using:
$ reg query HKLM\\SOFTWARE\\Cygwin\\setup /s
or
$ echo $( < /proc/registry/HKEY_LOCAL_MACHINE/SOFTWARE/Cygwin/setup/rootdir )
and the package directory using:
$ fgrep -A1 last-cache /etc/setup/setup.rc



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

