PHP Manager for IIS on Windows 10

PROBLEM

I recently try to install IIS (via features) and PHP 5.6 for IIS via WPI.

Installing PHP along with other PHP extensions went smoothly, but installing PHP Manager for IIS failed immediately.

Check the log and get this

MSI install return value for product 'PHP Manager for IIS' is '1603'

SOLUTION

  1. Make sure you have .NET Framework 3.5 (includes 2.0 & 3.0) installed
  2. Change HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC\Parameters\MajorVersion to 8
  3. Run MSI or use WPI to install PHP Manager
  4. Change HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC\Parameters\MajorVersion back to a (10 in Decimal)

Leave a Comment

Your email address will not be published. Required fields are marked *