Installer for Apache + PHP + MySQL
Hi all,
I am new with NSIS. I want to make an installer packet which installs Apache webserver with php and Mysql.
I read a lot in the docu and checked some examples.
My first question is:
What is the better way?
Copy or install all single files (which can be about 2000 for all packages) with comand "File", like;
File "test\apache\bin\ApacheMonitor.exe"
...
...
Or is it better to make a self extracting exe file for Apache and PHP and one for MySQL. Then copy this and extract it with installer?
Is there an advantage or is it quicker?
thanks a lot for help
best regards
hawk