The Chain is evaluated from top to bottom when doing an 'Install', and in reverse order (from bottom to top) when doing an uninstall. Typically I just let Burn manage these details.
Yes you can create a custom BA (or with WixStdBA use a BAFunctions.dll) and override the various Plan (and other event handlers). I found this blog to be helpful (whether I planed to do an mba or not, in addition to the info in your chm). http://www.wrightfully.com/part-1-of-writing-your-own-net-based-installer-with-wix-overview/ Also your bundle.exe creates a log, typically in your %temp% folder. In looking at that file, particularly with MSI verbose logging enabled, you will see the information about what has been planned, why, and the sequence. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapper-Modify-Setup-tp7596927p7596930.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that Matters. http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

