Re: [WiX-users] display pre-req messages

2009-02-06 Thread Rob Mensching
9 15:19 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] display pre-req messages Thanks again, Rob. To mitigate it, we are thinking about displaying the launch condition message one after another. But I don't think it can be done using launch condition me

Re: [WiX-users] display pre-req messages

2009-02-06 Thread Bo Cordell
ssion for Windows Installer XML toolset. Subject: Re: [WiX-users] display pre-req messages Hmm, good question. Never had a message that stressed it. Wouldn't surprise me if the Windows Installer is just calling ::MessageBox(). -Original Message- From: Bo Cordell [ma

Re: [WiX-users] display pre-req messages

2009-02-06 Thread Rob Mensching
ndows Installer XML toolset. Subject: Re: [WiX-users] display pre-req messages Thanks Rob. Now I have it working. But when I set the condition message, the message box is too small to display the whole text. Is the launch condition message box fixed size? Doesn't it adjust to the content l

Re: [WiX-users] display pre-req messages

2009-02-06 Thread Bo Cordell
ensch...@microsoft.com] Sent: Thursday, February 05, 2009 7:04 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] display pre-req messages SetProperty element can be conditionalized. -Original Message- From: Bo Cordell [mailto:bcord...@microsoft.com] Sent: Thu

Re: [WiX-users] display pre-req messages

2009-02-05 Thread Christopher Painter
topher Painter, Author of Deployment Engineering Blog Have a hot tip, know a secret or read a really good thread that deserves attention? E-Mail Me --- On Thu, 2/5/09, Bo Cordell wrote: > From: Bo Cordell > Subject: [WiX-users] display pre-req messages > To: "wix-users@lists.sourcef

Re: [WiX-users] display pre-req messages

2009-02-05 Thread Rob Mensching
SetProperty element can be conditionalized. -Original Message- From: Bo Cordell [mailto:bcord...@microsoft.com] Sent: Thursday, February 05, 2009 18:36 To: wix-users@lists.sourceforge.net Subject: [WiX-users] display pre-req messages In my Wix code, I need to check 3 pre-reqs and

[WiX-users] display pre-req messages

2009-02-05 Thread Bo Cordell
In my Wix code, I need to check 3 pre-reqs and display all possible combinations of missing items at once. Without a custom action, what is the best way to do it? I thought I can set each condition (which is combination of Boolean operations) to a property and then enumerate the 3 property val