On Mon Nov 20 13:36:27 2023 +0000, eric pouech wrote:
agreed, this is not Windows behavior for regsvr32, and the target is that all output should be migrated to user32 dialogs for regsvr32. But 1) there's seem to be some demand for not breaking the existing behavior (and ease scripting integration in Unix world), 2) I don't want to put on the critical path the changes for the migration to GUI interface. note still that there are some others native GUI which output to std (msiexec IIRC)
Could we use something like `MESSAGE` (or `ERR`) macro in addition to implementing Windows behavior? That should address 1).