On Tue Nov 21 09:47:59 2023 +0000, eric pouech wrote:
so you mean: a) move all output to graphical first b) to keep scripting, we need a way to disable graphical output (either new command line option, or force use of null_drv) ; and output messages forced in English locale to stdout
As Nikolay mentioned, regsvr32 already has /s which may be used to disable graphical output. For console version of script host cscript may be used instead of wscript.
If other tools don't have similar switches, I guess we could try to detect nulldrv and skip popups when it's used or something along those lines, I'm not sure.