Experts,
I created an Auto IT package for running multiple packages .
RunWait("\abc.exe" )
RunWait("\def.exe" )
When i run this scrpit both exe files are getting installed same time but i dont want it as it creates issues.
Please suggest what should i need to so that abc.exe installs completely then def.exe Starts installs.
I dont want to use delay command in between because iam not sure about time taken for abc.exe installatiom.
Please suggest ,it would be of great help.