Unattended install of IIS 6 with PHP / FastCGI
        Posted  
        
            by 
                Ciaran
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Ciaran
        
        
        
        Published on 2011-01-11T14:18:04Z
        Indexed on 
            2011/01/11
            14:55 UTC
        
        
        Read the original article
        Hit count: 371
        
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.
© Server Fault or respective owner