Skip to content
⌘ NSIS Forum Archive

How to check if IIS is installed

4 posts

mayPol#

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
Afrow UK#
See this code snippet:


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

-Stu
mayPol#
Thanks Stuart 🙂 It works.

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

Thanks,
May
Afrow UK#
This guy asked the same question:
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.

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