regsvr32: Use message boxes by default for output.
commitac8da35b87005e45947b8164a4132f3bbb4ec2cc
authorEric Pouech <epouech@codeweavers.com>
Thu, 23 Nov 2023 17:28:40 +0000 (23 18:28 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 24 Nov 2023 15:46:44 +0000 (24 16:46 +0100)
tree35b80e5a37bbe604cc3a108978b77e72229308fd
parentd9fcbf451a90d62b9a362da6ded0f8f8da5b419e
regsvr32: Use message boxes by default for output.

regsvr32 is in GUI subsystem and shouldn't interact with console.
Keeping unix I/O output in silent mode.
Removing -c option as not existing in native.

Signed-off-by: Eric Pouech <epouech@codeweavers.com>
dlls/msi/action.c
programs/regsvr32/regsvr32.c