Could you please check and post the entries in the ControlEvent table that 
your WiX code generates?

-- 
Stefan Krueger
Microsoft Windows Installer MVP

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Scott
Parker
Sent: Thursday, April 26, 2007 2:37 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Check for at least one required
feature?


So then is it correct to say that &FEATURE doesn't evaluate to
anything
during the UI Sequence? Or do I have my Publish actions below
screwy?

Here's an example: In my main Installer .wxs file I have...
   <Feature Id="FEATUREAAA" Level="1" >

Then in a secondary file dialogs.wxs on a Next button I have
   <Publish Event="NewDialog"
Value="AAADialog"><![CDATA[&FEATUREAAA =
3]]></Publish>
   <Publish Event="NewDialog" Vaue="NormalDialog">1</Publish>

It ALWAYS goes to NormalDialog regardless of whether or not I
select
FEATUREAAA in the customization step earlier in the UI sequence.


Any thoughts or help? Thanks,
-Scott




--------------------------------------------------------------------------------




-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to