section sequencing
hi, is there any way to define the sequence of section to execute. e.g in my case i have two sections, one to install mysql and other to create dabase and tables. Now the problem is both sections executes simultaneously and it runs the create script before installing the mysql. plz help