Page 1 of 1

Install mysql before doing queries...

Posted: Wed Jun 14, 2006 7:51 am
by b-tween
Hello,

I need to install mysql (and php) before installing my software. The problem is that I would like to have all included in the same MSI... So is it possible to install for example...

1) Beginn install
2) Install PHP
3) Install Mysql
4) do queries on mysql
5) Install another software
6) End of install

Thank you for your help, I can't find how to "queue" software installations on one file.

Eric

Posted: Wed Jun 14, 2006 9:10 am
by jimo
If your are including there setups you can "Run Program", if they have an msi setup you can use (Un)Install MSI Setup, you can read the wthie paper about extending the runtimes and include it as a prerequisite in your package. There are many ways to accomplish this within IA script.