It might be because the feature level is 0, which is disabled. Try setting it
to something above the install level (which is 1 by default). 

-----Original Message-----
From: Natalie Carr [mailto:natalie.c...@measuresoft.com] 
Sent: 08 October 2012 16:00
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] AddLocal not selecting feature

Hi I have my feature:      

<Feature Id="Solo" Title="Solo" Level="0">

        <ComponentGroupRef Id="Solo" />

        <ComponentGroupRef Id="SoloConfig"/>

</Feature>

 

I want to install it depending on a radio button selection so on the relevant
dialog I set this publish statement:

<Publish Dialog="DatascanPortDlg" Control="Next" Event="AddLocal"
Value="Solo">DEVICETYPE = "3"</Publish>

 

But it does not select the feature, can anyone help please?

 

 

Kind Regards,

 

Natalie Carr

 

-----------------------------------------------------------------------------
-
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly what is
happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at
no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to