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!
IIS WebSite
5 posts
Thanks!
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?
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?
I'm having the same issue
Is there anyone out there with a resolution to this problem?
Is there anyone out there with a resolution to this problem?