Advice on approach to installing apache
Hello.
I am builiding an install package that installs apache at one stage, I am using the Apache windows exe. Now this is all good and working fine but I want to use an installer that installs to a different directory other than c:\program files, which is the default in the Apache installer.
So I see a few ways I can do this which throws up some questions.
1. I could make my own install exe package of Apache and set it up so it installs to my desired directory. For this I would need to know what registry keys need to be set and which files I need to include.
2. Run the installer as normal and after install, with NSIS, move the Apache directory out of Program Files to the directory I want it to be in and then reset all the keys. For this I would need to know all the registry keys that need to be set in an Apache install?
3. Compile my own version. BUT I am thinking that this will not help in anyway how the exe installer sets the directory to c:\program files.
So basically what I think I need is a list of registry keys that are set by the Apache windows exe installer and what they should be set to/ represent. Where would I find this information?
OR is there a better way that anyone can think of doing this. Am I approching the problem in the correct way? The point is to get an automated installation of Apache.
Thanks for taking the time to read.
cheers
Martin
Edit/Delete Message