IIS üzerinde php + mysql için herhangi bir "all-in-one" montajcılar var mı? Tercihen gui yapılandırma arayüzü ile.
Ben MySQL ve PHP için herhangi bir all-in-one montajcılar bilmiyorum, ama PHP kendisi IIS tutunmasını olacak bir otomatik yükleyici ile geliyor - ama tercih edilen yöntem (otomatik prosedür sadece CGI kullanır) hala manuel olduğunu. Size kurulum almak için gerekli adım-adım prosedürü vermek (ve bu IIS sürümüne dayalı farklılık) web sayfalarına nasıl yapılır bol vardır - Ben o yerine birini kullanmanızı öneririz.
Some links to get you started:
PHP Documentation
Installing PHP 5 on IIS in 5 simple steps
Ben bu doğrudan bir cevap değil biliyorum, ama bir point of interest only . If you are looking for something that runs php/mysql that is quick to get setup for testing purposes you could try using a virtual appliance + vmware server / player
Ben bir montajcılar herhangi tüm bilmiyorum, ama sadece ayrı MySQL ve PHP kurulumu muhtemelen daha iyi olur. Bu oldukça yalındır bulunuyor.
MySQL has a GUI installation wizard in windows. I'm assume you know where to download this. You can download PHP for IIS from the Microsoft website here. It will have a GUI interface to some extent for installation: http://www.microsoft.com/web/gallery/install.aspx?appid=PHP53
You will probably need to still reference MySQL by editing the php.ini file manually. This is a particually good FAQ: http://learn.iis.net/page.aspx/353/install-and-configure-mysql-for-php-applications-on-iis-7-and-above/