hmm.. installing apache without installer just simple.
1. just extract the files, put it in the folder that you want to (ex. c:\apache)
2. edit your httpd.conf (find it at : c:\apache\conf)
- point the ServerRoot : c:/apache
- point the DocumentRoot : c:/apache/htdocs (or anything you want to)
3. make a shortcut, name it : start (to start apache)
command line : c:\apache\apache.exe -k start
4. make a shortcut, name it : stop (to stop apache)
command line : c:\apache\apache.exe -k stop
5. make a shortcut, name it : restart(to restart apache)
command line : c:\apache\apache.exe -k restart
done !!