Skip to content
⌘ NSIS Forum Archive

IIS WebSite

5 posts

zron#

IIS WebSite

Hi,

I am new to NSIS and I guess the issue was discussed before.

What are the steps to add a Website to the IIS using NSIS?

Thanks!
zron#
NsisIIS::CreateWebSite Error

I am adding a new Website using NsisIIS:

NsisIIS::CreateWebSite "XXX" "$INSTDIR\Web" "*:3012:"

The call is failed if there is a Website (active or not active) exist already in the IIS (i.e. Default Web Site). If i delete all the website under "Sites" the call succeed.

I would understand the failure if the binding was on the same port but i am binding on different port (3012).

Any Idea?