Hello,

I have a feature with the ID "f_20_Programs" and want test if this
feature is installed. So I've a condition for one custom action in the
InstallUISequence after CostFinalize with the following content:

<Custom Action="MyAction"
Sequence="1203"><![CDATA[!f_20_Programs=3]]></Custom>

My Feature is defined as follows:

<Feature Id="f_20_Programs" Title="Programme" Description="sisNET Suite
Programme" Level="3" Absent="allow" AllowAdvertise="no"
ConfigurableDirectory="SISNETPATH">
        ...
        ...
</Feature>

I'm using WIX 3.0.3815.0. When I build my project I receive the
following ICE79 error:

ICE79: Feature 'f_20_Programs' referenced in column
'InstallUISequence'.'Condition' of row 'MyAction' is invalid.
 
When I run the setup the condition is evaluated to "True" if the feature
is installed and to "False" if the feature is not installed. But why
comes this ICE79 error?

Can anybody help me? What's wrong?

Matthias

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to