Archive: How to check if IIS is installed


How to check if IIS is installed
Hello,

My installation should install web service. In the requirements check, I should check whether IIS is installed. If not, I display message and abort installation.

How can I check this condition ?

Thanks,
May


See this code snippet:
http://www.sconklin.com/default.cfm?....dsp_detectiis

It reads registry entries, which you can do in NSIS with ReadRegStr etc

-Stu


Thanks Stuart :) It works.

Do you know maybe, how can I add application pool for IIS6?

Thanks,
May


This guy asked the same question:
http://forums.winamp.com/showthread.php?threadid=251981
But he got no answer. You'll have to do a Google for this one, because there's no articles on the NSIS Wiki.

-Stu