Running Wix 3.7, I have a feature with several ComponentGroupRef's: <Feature Id="", Title="", Level="1"> <ComponentGroupRef Id="one" /> <ComponentGroupRef Id="two" /> ... <ComponentGroupRef Id="xxx" /> <ComponentGroupRef Id="yyy" /> </Feature>
I need to "yyy" to execute after "xxx" because of a dependency (it needs to wait for IIS to start). How do I do this? I know Wix order-of-execution is unpredictable. And I know if I were doing via Custom Actions, I could order them, but I would rather not do Custom Actions if I don't have to. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

