Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

We are developing an installer as part of this we are checking the pre requisites such as IIS. We have implenented the following Logic to identify the IIS version.

Under Requirements on target machine of setup project, In Search Target Machine created two registry searches.

IISMAJORSEARCH:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Inetmgr\Parameters

IISMINORSEARCH:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Inetmgr\Parameters

Under Lauch conditions,

Implemented the below condition for IIS,
IISMAJORVERSION >= "#7" AND IISMINORVERSION >= "#0"

Also made the TargetPlatform of the setup project to x64.

Please tell me where I am doing wrong.

Thanks in advance.
Posted
Updated 11-Sep-13 0:08am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900