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
How to check if IIS is installed
4 posts
See this code snippet:
It reads registry entries, which you can do in NSIS with ReadRegStr etc
-Stu
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
Do you know maybe, how can I add application pool for IIS6?
Thanks,
May
This guy asked the same question:
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
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