How to programmatically determine installed IIS version

后端 未结 6 1956
别那么骄傲
别那么骄傲 2021-01-17 20:27

What would the preferred way of programmatically determining which the currently installed version of Microsoft Internet Information Services (IIS) is?

I know that i

6条回答
  •  余生分开走
    2021-01-17 20:59

    No need to write code. You can find it in Registry editor

    goto to run -> type - regedit ->

    The LOCAL MACHINE Branch of registry contains the Version information for Windows 7.

    The Starting Branch is in (HKLM) HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \InetStp\ VersionString

    Note: The Spaces are for reading purposes.

提交回复
热议问题