Hi all,
I am using NSIS for making an installer.
1.I have to just execute Mysql setup in the first step
2.And later on the successful execution of the step1 (that is installing the mysql in the system) I need to execute my database scripts.
3.now i need to run my myproj.exe
Here the problem is installer is directly running all the steps parallelly. But i have to run them step by step and only after the successful execution of the previous steps.
Thanks, srinivas.