A simple examination of Windows' msiexec.exe with any PE-analyzer out there reveals that the type is set to Win32 GUI (and not Win32 CUI). And if you try to start msiexec.exe in Windows, without any parameters/keys, you'll get a GUI messagebox with possible key combinations, etc. Definately not a console with help.
I guess Wine would need this changed too.
WBR, Aleksey Bragin.
On May 24, 2008, at 4:07 AM, Steven Edwards wrote:
On Fri, May 23, 2008 at 1:55 PM, fireball@svn.reactos.org wrote:
- msiexec is GUI app, not CUI.
Is this a Wine bug then? It has it listed as a console based application. When you run msiexec directly on Windows I know it does not start a console window so I guess this would imply it is a GUI with a hidden window right?
-- Steven Edwards