21 Nov
2023
21 Nov
'23
10:16 a.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4440#note_53038