Re: [WiX-users] Message Box display option

2012-06-07 Thread Ravi Raj
Can I use this in C#. If yes then a sample code will help. On Fri, Jun 8, 2012 at 10:10 AM, Rob Mensching wrote: > Try using ::MsiProcessMessage() to send the message box. > > On Thu, Jun 7, 2012 at 3:11 AM, Ravi Raj >wrote: > > > I am using Message Box to display some information in immediate

Re: [WiX-users] Message Box display option

2012-06-07 Thread Rob Mensching
Try using ::MsiProcessMessage() to send the message box. On Thu, Jun 7, 2012 at 3:11 AM, Ravi Raj wrote: > I am using Message Box to display some information in immediate custom > actions. These boxes are behaving wired. When I click on parent screen, the > box goes to back of the installer frame

[WiX-users] Message Box display option

2012-06-07 Thread Ravi Raj
I am using Message Box to display some information in immediate custom actions. These boxes are behaving wired. When I click on parent screen, the box goes to back of the installer frame and mouse pointer (showing as wait cursor) responds on dialog buttons but won't able to click any of them. This