From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x836.google.com (mail-qt1-x836.google.com [IPv6:2607:f8b0:4864:20::836]) by sourceware.org (Postfix) with ESMTPS id 2A0BA384B439 for ; Wed, 15 Apr 2020 13:29:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2A0BA384B439 Received: by mail-qt1-x836.google.com with SMTP id l60so4720925qtd.8 for ; Wed, 15 Apr 2020 06:29:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=3u/irRxPV1oFgEW5c85OWCfHwW9XKzKISPKHuo8hGAM=; b=ts9KhnHSVwwM7sZXRnAX8onTBY4RUVwEGxxNw7M2FeqPCeMpDWnXMEU+hig2+Riw/C tUEMDzMV2tSZrpdpet6R/++kLGfN7ZrJtCnrSuRpN7RWqRYm+0AUHOlmc/8h1yH6eG2A +bzR1/wlB0llsdEx3MYP8CPOdHzaR8uWeXw6cadXbiwTPxEpa1XDeLfwkdUmg9OeZ6rG wy2EmsrRYGMV/0xHJRvcmd1hzcW7YscbJi60m2jlKXPF5cQv56w6X/Z3QTWNEtCK6/nU 6P1JMchKz2LDZFuqUyKXmKBWme1l1k21ucaoiA3obYA9CKNbC7FCYPXg9r/NR0R58n+O osIQ== X-Gm-Message-State: AGi0PuaYe2Ng0OGcnyk5qySYua6gWWwUn35InUYVW1JV/oMHvZU3iwOe LrRTkMS4LlHZfR85tPCVm7ZVXifUwz55zfv18XI= X-Google-Smtp-Source: APiQypKeeM1M3RYhTwA8AC3NWfqch6SH4C67hnSdz8NFXKbNXVFlBHvzxC4tR4YZz8Oy4KgueOfbSnFsWynG+n3Kvsk= X-Received: by 2002:ac8:550c:: with SMTP id j12mr13068827qtq.22.1586957358759; Wed, 15 Apr 2020 06:29:18 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Paul Moore Date: Wed, 15 Apr 2020 14:29:07 +0100 Message-ID: Subject: Re: Can I find where cygwin is installed (for automation purposes) To: =?UTF-8?Q?Csaba_R=C3=A1duly?= Cc: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2020 13:29:22 -0000 On Wed, 15 Apr 2020 at 11:54, Csaba R=C3=A1duly via Cygwin wrote: > On my machine, I have a > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup > > key, which contains a string value named "rootdir" with the date "C:\cygw= in64". Thanks, that looks more useful. I didn't think to check there as I didn't recall having run the setup as "All users" so I assumed everything would be in HKCU. I should have checked! Paul