Determining Which Version of IIS Is Installed
InstallShield 2022
Project:This information applies to the following project types:
• | Basic MSI |
• | DIM |
• | InstallScript MSI |
• | Merge Module |
When you add a Web site in the Internet Information Services view, an entry is added to the System Search view to search for the version of IIS that is installed on the target system. The IIS_VERSION property is set by entries in the RegLocator and AppSearch tables (available in the Direct Editor), which determine the version of IIS that is installed.
The IIS_VERSION property contains the IIS version number. If you need to determine the IIS version that is installed, check the value of this property.
See Also