Looks like /LaunchAction.Modify/ does not modify the package state
and it stay in a None state
(I think Rob also mentioned it somewhere)
The engine Process Package function check if the package should be processed

//If the package is in a requested state, plan it.
 if (BOOTSTRAPPER_REQUEST_STATE_NONE != pPackage->requested)
{
   // do the stuff
}

Is this make sense to change the package state in the 
PlanPackageBegin event? i did it and the event is called.




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Detecting-Feature-state-in-Managed-BA-tp7580920p7581074.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
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