I have two features in my application installer, one that requires .NET 
Framework 1.1, and one that requires version 2.0.

Is it possible to set launch conditions per the features actually being 
installed (as below)? Or are these conditions checked prior to the feature 
selection? If so, how can I error out the installation if a feature is selected 
that has a prerequisite that is NOT installed?

Thanks!


<PropertyRef Id="NETFRAMEWORK20"/>

<PropertyRef Id="NETFRAMEWORK11"/>

<Condition Message="This application requires .NET Framework 1.1. Please 
install the .NET Framework then run this installer again.">

<![CDATA[(Installed AND &FirstAdminFeature=3) OR NETFRAMEWORK11]]>

</Condition>

<Condition Message="This application requires .NET Framework 2.0. Please 
install the .NET Framework then run this installer again.">

<![CDATA[(Installed AND (&SecondAdminFeature=3 OR &CommonFeature=3))OR 
NETFRAMEWORK20]]>

</Condition>



David Bartmess
Wall Street On Demand
david.bartm...@wallst.com<mailto:david.bartm...@wallst.com>
direct: 303.417.9999 x585
cell: 303.883-9117
fax: 303.444.2586

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to