WiX allows developers to modify the install execute sequence, the basic idea is pretty cool as it allows developers to include all kinds of crazy custom actions. There is one downside, it's not well documented in the WiX schema documentation. As it...