Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IIS Media Services on Windows 10

Has anyone managed to get IIS media services to install on Windows 10? When I try it tells me I need IIS 7.0 or higher. I have version 10.0.10240.16384 installed so it seems it is not detecting the version correctly. I am guessing there is a registry hack somewhere that will get it to install - any help would be greatly appreciated.

like image 634
Paul Coldrey Avatar asked Jan 08 '23 17:01

Paul Coldrey


1 Answers

Please try this:

Firstly closed IIS Manager, then changed the IIS MajorVersion in the registry to 9, installed urlrewrite from the MSI with no problems and changed the registry version back to 10.

Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp

Value: MajorVersion

refer to: https://forums.iis.net/t/1227944.aspx?IIS+Media+Service+4+1+failed+to+install+on+Windows10+because+it+can+t+recognize+it+is+IIS7+or+above

like image 165
user1483352 Avatar answered Jan 14 '23 19:01

user1483352