Archive: how to integrate apache and mysql with the source


how to integrate apache and mysql with the source
Hi,

I am new user to nsis and facing one problem, I want to integrate Apache Server and Mysql with my source to make a EXE build. In this build first it should ask the user about the installation of Apache(like user want to install Apache or wants to use the installed one) according to choice it will be directed to next page and same with Mysql

Plz Reply ASAP as i am in between of something iomportant


Mehord 1:
Include the apache and mysql packages in your application and call them if the user wants to install them

Methord 2:
Download the latest packages from the respective websites when the user wants to install them

Before you install anything it would be wise to check if they already are installed.

Also dont forget to provide a root password for mysql or the databases would be at risk...


Hi,

i am able to bundle them with my source but not able to call them on the user request, can you please suggest me all steps for doing this.

Thanks in advance.


Extract it somewhere convinent like $TEMP and then use ExecWait with a silent switch...


Hi fabian.rap.more,

I thinks its better if u can give me a example script as i am not able to understand it.

Thanks in advance.