The WixBA at src\Setup\WixBA is the C# managed BA that is used by the
installer that installs the toolset.  The Bundle does not have a
bal:Condition in it and as far as I can tell there is nothing directly
related to Bal:Condition in WixBA.  However I think what folks have
suggested is that one could look at how the processing of bal:Condition is
implemented in the C++ WixStdBA at src\ext\BalExtensions\wixstdba and using
that functionality as a pattern implement something like that in the managed
BA that you are writing.  I think one would want to look at
EvaluateConditions in WixStandardBootstrapperApplication.cpp for a starter.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Burn-Bundle-condition-does-not-work-if-using-MBA-tp7581757p7587777.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to