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.
Asked
Active
Viewed 7,043 times
4
-
Media Services are shipped out of band after each server OS release and have been quiet for a long while after Azure Media Services launches. – Lex Li Aug 21 '15 at 02:22
-
OK, so why can I not run Media Services 4.1 with IIS 10? Surely IIS 10 is a version more recent that IIS 7.0 so the error is rubbish. I am wondering if it is a genuine problem or just some half-arsed version checking from Microsoft that I can work around. I note that IIS really has _nothing_ to do with the OS version. – Paul Coldrey Aug 21 '15 at 03:05
2 Answers
9
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

user1483352
- 174
- 1
- 1
- 3
-
1Brilliant, that worked, many thanks. You did well to find anything on the IIS forums - I searched there and failed to find anything! – Paul Coldrey Aug 24 '15 at 00:18
0
This is a more detailed description of the registry "hack" needed to fool the installer so as to install on Windows 10:
- Open Regedit > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp
- Edit "MajorVersion" and set the "DECIMAL" value to 9
- Hit F5 while in Regedit
- Now go install the ReWrite 2.0 module.
- Change the "MajorVersion" back to "DECIMAL" value of 10
- Hit F5 while in Regedit
- Close Regedit
This came from: https://forums.iis.net/t/1223556.aspx