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

Reply via email to