Archive: How to config IIS Server's property thorugh NSIS?


How to config IIS Server's property thorugh NSIS?
I have a request which is IIS Server configured by NSIS.
Like to add virtual directory...
Can I to do that?
Please someone of Masters tell me.
Thanks.


I think the NSIS IIS Plugin is what you are looking for. ;-)


Thanks for your reply.
Regards


I have read NSIS IIS Plugin and got a question.
What mean is "You MUST Pop the message"? and purpose is?
Becasue I am a newer.
Thanks


This plugin push it´s success or fail messages to nsis stack and you have to pop it (out).
Have a look to the example script provided with the plugin.
The best way to learn how to use it.


OK,I see that.
The return flag need to POP out.
I am confusing between pop messagebox and pop what.
Thank you very much.


pop it into a variable and do what you want with it. pop $0 will pop the last stack entry into the variable $0.

Now you can show $0 in MsgBox or show it in detailprint or feed an "if"-condition (success=go on, fail=abort) or ignore it simply.

The Plugin author just says "You MUST pop it". But it´s on you what you want to do with it.

Here is an explanation of the NSIS Stack.


Good luck
I have never been able to get this plug_in to work.
It aborts on every command.
No response from developer for over a year.


*_*..., As dcbrewater said.
It not works.
There is no message in stack.