nick_goyal
18th August 2008 10:18 UTC
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
fabian.rap.more
19th August 2008 16:34 UTC
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...
nick_goyal
27th August 2008 07:56 UTC
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.
fabian.rap.more
27th August 2008 11:50 UTC
Extract it somewhere convinent like $TEMP and then use ExecWait with a silent switch...
nick_goyal
28th August 2008 14:26 UTC
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.