Bug 556 - Print -h to stdout and hide new console otherwise
Summary: Print -h to stdout and hide new console otherwise
Status: RESOLVED INVALID
Alias: None
Product: cygwin
Classification: Unclassified
Component: setup.exe (show other bugs)
Version: unspecified
: P2 enhancement
Target Milestone: ---
Assignee: Max Bowsher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-17 19:48 UTC by Reini Urban
Modified: 2004-11-20 20:23 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
556-hide-newconsole.patch (1.65 KB, patch)
2004-11-17 19:49 UTC, Reini Urban
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Reini Urban 2004-11-17 19:48:54 UTC
This patch includes and enables the patch from #554, switches setup.exe to
console mode, checks if the parent is a new console, and hide it then. 
If it already was a console (setup called from a tty) or -h was given leave that
console.
Comment 1 Reini Urban 2004-11-17 19:49:25 UTC
Created attachment 286 [details]
556-hide-newconsole.patch
Comment 2 Max Bowsher 2004-11-20 20:23:09 UTC
As per recent mailing list discussion, this is a sledgehammer-to-crack-a-nut
approach.

The correct way to deal with this would be to show the options in some kind of
GUI dialog.

I don't view this as a necessary enhancement - at least not at the moment, when
our options are purely experts-only - so I'm resolving-invalid this bug for now.