Re: [WiX-users] Getting the MSI Main UI window handle

2008-10-22 Thread Michael Owings
toolset. > Subject: [WiX-users] Getting the MSI Main UI window handle > > I have some C++ custom actions in my installer that will occasionally > pop up message box warnings or prompts. I'm using NULL (Desktop) as the > parent window handle for these message boxes, but under vista,

Re: [WiX-users] Getting the MSI Main UI window handle

2008-10-22 Thread Rob Mensching
Use MsiProcessMessage() and the right thing happens. -Original Message- From: Michael Owings [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 13:56 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Getting the MSI Main UI window handle I have some

[WiX-users] Getting the MSI Main UI window handle

2008-10-22 Thread Michael Owings
I have some C++ custom actions in my installer that will occasionally pop up message box warnings or prompts. I'm using NULL (Desktop) as the parent window handle for these message boxes, but under vista, they tend to show up hidden beneath the main WIX ui. Is there a way to get a useable windo