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:date:from:to:subject:in-reply-to:message-id :references:mime-version:content-type; q=dns; s=default; b=MU8Rg eFVNof7UmA84d/jUpwgdwpw6p25O0EqCOUz2BYMZnlAfsWQ0yXBG1+faNaRCiaps EY3DxcT2tQhbSuh5ZXLwuVIcO9egWFfDjWMul2FIK1lb8OMcdHmPx1c7yg63xNOS F5tP/1XFWRqPkX3zO67VPd6yjI8FLdzOjAC3pQ= 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:date:from:to:subject:in-reply-to:message-id :references:mime-version:content-type; s=default; bh=rJ0Tk0koAP2 udfzYzyxs39BUlx0=; b=BVIU7CUGpxZVh6AqNVDhqi8ZrDWn5TiYOn5yIvW+Y8M vXZcyB7TSUBUkeCR5PV5kC16kq0dO8e0JXpsuwB6QFa3XjO+D0w3N01UK0Cafkgj scaP/wMgXL2hopzv3qTOPc2hmSfcKO8TA4uPN6V7S0l8Z74a/bKwWk9q8Xy8QfMQ = 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.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS,TVD_RCVD_IP autolearn=ham version=3.3.2 spammy=dialog, Hx-languages-length:1640, her, doctor X-HELO: ripple.fruitbat.org Date: Fri, 26 May 2017 12:37:50 -0700 (PDT) From: "Peter A. Castro" To: The Cygwin Mailing List Subject: Re: setup release candidate - please test In-Reply-To: <1fe172eb-8745-0982-db60-137f195cd881@dronecode.org.uk> Message-ID: References: <1680333473 DOT 595405 DOT 1495810914804 DOT ref AT mail DOT yahoo DOT com> <1680333473 DOT 595405 DOT 1495810914804 AT mail DOT yahoo DOT com> <1fe172eb-8745-0982-db60-137f195cd881 AT dronecode DOT org DOT uk> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-IsSubscribed: yes On Fri, 26 May 2017, Jon Turney wrote: > Date: Fri, 26 May 2017 18:25:17 +0100 > Subject: Re: setup release candidate - please test > > On 26/05/2017 16:01, Ian Lambert via cygwin wrote: >> On Fri, 5/26/17, Jon Turney <> wrote: >> Subject: Re: setup release candidate - please test >> Date: Friday, May 26, 2017, 8:05 AM >> >> > Can you give an example of a setup command >> line containing an invalid >> > option >> which "quietly does nothing" rather than reporting >> an error? >> >> The example above, when started from a desktop icon, >> in windos 7 enterprise. > > Ah, maybe I have misunderstood what you meant: I thought you meant the > invalid option is silently ignored, but you meant that when started like > that, an invalid option causes setup to silently do nothing. > > That's because the error is being written to a non-existent console. > Unfortunately, knowing if we've been started from a terminal or not to report > the error appropriately is a bit of a problem. It's been a while since I did real Win32 programming, but I seem to recall there were some indirect ways of determining if you had a Console environment, like calling GetConsoleTitle() and if it returns an error then you don't have a console. Or maybe GetStdHandle() ? If you detemine you don't have a Console, then create a pop-up dialog box showing the error with a dummy OK button? I'd bet Corinna would have this kind of knowledge at her fingertips. :) [snip] -- --=> Peter A. Castro Email: doctor at fruitbat dot org / Peter dot Castro at oracle dot com "Cats are just autistic Dogs" -- Dr. Tony Attwood -- 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