On 02-Oct-12 08:40, Brian_Covington wrote:
> Yes, that is what I am expected to see, but I do not see anything.  If you
> look at the log, you can see where I "clicked" the checkbox, which sets the
> string variable AddLocalSet on the Engine, but the PlanMsiFeature, where I
> look at what checkboxes are checked and attempt to alter the Feature states
> accordingly, never gets called.  I have a command button which calls
> Plan(LaunchAction.Modify), which I assumed would be the correct call to get
> the PlanMsiFeatures called, but either that is a wrong assumption or I have
> to do more to tell the package it has modified features.
It should get called for any action. The logging makes it look like Burn 
forgot the package had feature selection enabled or otherwise lost the 
feature count between Detect and Plan. Hard to tell more without getting 
it under the debugger. MsiEnginePlanCalculatePackage in msiengine.cpp is 
the function that *should* be calling OnPlanMsiFeature.

-- 
sig://boB
http://joyofsetup.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