Ordering what executes after update?

Hi wyBuilders,

I am wondering if there is a way to order what executes after an update. I am trying to go through a scenario where I need to update my app to a .NET 4.5 framework. The issue I am seeing is that I also execute my app (restart) after an update. Since both things execute, the .NET 4.5 framework begins to install (silently) but wyUpdate also launches my app. Is there a way to tell wyUpdate to wait for the first file I execute to finish before execute the second file?

Thanks!Magnets

Hey Magnets,

The order things are executed is the order they appear in wyBuild. So either rename your .NET framework installer or create a batch file that's before your other items to be executed. Click "wait for execution to finish" so everything doesn't run at once.