Windows10のIISで、PHP Manager for IISをインストールしてみたところエラーになった。
なんでかなーと調べたところ、レジストリキーを編集することでできるらしい。
https://phpmanager.codeplex.com/workitem/2653 より抜粋
The setup program checks that the registry value HKLM/System/CCS/Services/W3SVC/Parameters/MajorVersion is >= 7. The value in the registry is 0xA, which I am assuming is the problem. For a workaround, change the registry value to 9 (or 8 or 7) and PHP Manager for IIS should install correctly. [insert standard disclaimer about editing the registry]
レジストリエディタを開いて、
HKEY_LOCAL_MACHINE
↓
SYSTEM
↓
CurrentControlSet
↓
Services
↓
W3SVC
↓
Parameters
と進んでいくと、右側のウィンドウにMajorVersionが現れる。
ダブルクリックすると多分”a”という値が入っているので、
これを”9″に変更して閉じる。
その後、PHP Managerを再度インストールしてみると・・・、
無事成功!!!