Share via


Facing the IIS issue when install windows 10 in system.

Question

Tuesday, October 13, 2015 7:24 AM | 1 vote

I update my system to windows 10 , in that all application working fine but i am facing "this setup requires internet infomation server 5.1 or higher and windows xp or higher. this setup cannot be installed on windows 2000. please install internet information server...."

can u please suggest how to solve the issue?

All replies (5)

Wednesday, October 14, 2015 6:56 AM âś…Answered

Hi Vaibhav,

What's your current situation? Did you just want to upgrade to Windows 10 or it's already Windows 10?

Could you tell us how did you encounter this issue? Did you setup Windows 10 or other program?

Here is a similar error message, see if it's helpful to you:

Getting Error: This Setup Requires Internet Information Server 5.1 or higher and Windows XP and higher when installing setup project on windows server 2008 and IIS 7

http://blogs.technet.com/b/meamcs/archive/2014/06/11/getting-this-setup-requires-internet-information-server-5-1-or-higher-and-windows-xp-and-higher-error-when-installing-setup-project-on-windows-server-2008-and-iis-7.aspx

Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected].


Monday, February 1, 2016 6:23 PM | 1 vote

I am having this issue now with Windows 10 and installing an msi that gets installed on IIS. I am using VIsual studio 2010 and have the IIS condition set to (IISMAJORVERSION >= "#5" AND IISMINORVERSION >= "#1") OR IISMAJORVERSION >= "#6" which has worked in the past. So why is it not working for Windows 10?


Thursday, September 15, 2016 2:20 PM | 1 vote

It is not working due to the IIS version (10) that comes with Windows 10 listed alphabetically before IIS Version 5 which it is checking.


Wednesday, August 23, 2017 4:28 AM

So the version check didn't break up the numerical components into integers and compare that way? o.O


Thursday, September 14, 2017 12:06 PM | 1 vote

So, is there a solution to this or is just a "feature" we will have to live with for now on?