Archive: IIS7 support


IIS7 support
Does NSIS support IIS7 and above natively (ie. without IIS6 compatibility layer)?


NSIS itself does support IIS at all but you can check the wiki for plugins and/or macros...


I found one (http://nsis.sourceforge.net/NsisIIS_plug-in), but it's documentation does not say which IIS versions are supported. It mentions metabase so my guess is that it does need IIS6 compatibility layer. I thought someone here might have experience with it to confirm or deny my guess.


IIS 7 Support
There are some good examples on the official IIS Website that shows how you can configure IIS in different ways using appcmd.exe or VBScript. Please see the attached IIS7.nsh for some examples of what can be done. It has not been tested completely, but it has worked so far.