Unattended install of IIS 6 with PHP / FastCGI
- by Ciaran
I'm trying to figure out the best method of installing PHP on IIS 6 unattended.
I've figured that to install IIS 6 unattended I need to use sysocmgr and modify a registry key before hand to point at the correct sources folder to prevent being asked for an installation disc.
The bit I'm caught up on at the moment is the process of installing FastCGI. The info I've read about installing FastCGI so far is that the installer unpacks 3 files and "registers" them with IIS. Question is, does anyone know what happens with these three files so I can handle it without using the installer?
Also, if anyone has experience with the steps I need to take following the FastCGI install, I'd appreciate help.