Hi Eric,
On 2/15/22 17:43, Eric Pouech wrote:
programs/uninstaller/main.c | 6 ++++-- programs/winedbg/winedbg.c | 3 ++- programs/wusa/main.c | 3 ++-
wusa should probably use GUI subsystem, which would prevent the problem. I think that uninstaller could do the same.
winedbg is a bit more problematic, since -mconsole seems right here. For auto mode, we can make sure that we launch the right winedbg in the first place. For interactive mode, it feels like it would make sense to create a console if we don't have one available. Maybe even we could make it a more general default by making initial console handling match what your patch 3 does? It would look something like the attached patch (attaching for sake of discussion; not really tested, maybe needs some better heuristics).
Thanks,
Jacek