Hi,

 

I am tyring to use a condition to check if a pre-requisite application is 
installed.  The way I am doing it is to set a property with a registry search.  
I am checking this preperty in a condition, nd want the installation to stop if 
the registry is not found, and display a message to the user.

 

The problem I am getting is that when I try to compile, I get the error message 
that the condition element contains an unexpected attribute 'Message'.  Where 
can I put the message?

 

Here is the code:

<Component Id='CheckAX' Guid='{ACC8C0B1-B59F-49d2-99F2-7B7F7702C7A8}'>

<Condition Message='This application requires Microsoft Dynamics Business 
Connector to be installed. Please install then run setup again.'>

<![CDATA[Installed OR BUSINESSCONNECTOR]]>

</Condition>

</Component>

<Feature Id="ProductFeature" Title="NeuScanSetup" Level="1">

<ComponentRef Id="CheckAX" /> 

</Feature>

 

Thanks.
                                          
_________________________________________________________________
We want to hear all your funny, exciting and crazy Hotmail stories. Tell us now
http://clk.atdmt.com/UKM/go/195013117/direct/01/
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to