Create a dialog with 'continue' and 'cancel' buttons.  On the continue button 
have an event to open 
whatever dialog you want to continue your install, and on the cancel button 
have this event:
<Publish Event="EndDialog" Value="Exit"><![CDATA[1]]></Publish>

Rob

Anil Prasad wrote:
> Hi,
> 
> [Sorry for asking dumb question]
> 
> I want to display warning message in WiX based on some property value. 
> The closest I find is <Condition> which will always terminate the 
> installation. What I want to do is that if property is value is 
> something else than expected, I want user to decide if he want to 
> continue with installation or terminate it.
> 
>  
> 
> <warning “Do you want to continue as feature blah doesn’t exist, product 
> will have limited functionality”>
> 
> <![CDATA[(SomeProperty)]]>
> 
> </warning>
> 
>  
> 
> <If user select OK> then continue..
> 
>  
> 
> Can it be done?
> 
>  
> 
> Thanks in advance,
> 
> Anil
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to