Archive: QUERY: NSIS vs. IIS


QUERY: NSIS vs. IIS
I just started NSIS scripting and manage to build a simple installer with several modules and also checking for .NET version and installing .NET.

Is it possible with NSIS to setup a IIS (Microsoft's Internet Information Services webserver) website, and configure settings for that website?


I saw an example on how to configure and add an IIS virtual directory, so I'm sure theres some IIS access functions.

http://nsis.sourceforge.net/Setting_...tual_directory

http://forums.winamp.com/showthread.php?postid=1813844


That is fantastic!

Damn, how can one know what properties/members a IIS://LocalHost/W3SVC/1/ROOT object has? The scripts are great for creating a virtual folder, but I also need to set:

0. everything default settings
1. Directory Security (tab), Anonymous access & authentication control, untick allow IIS to control password

2. ASP.NET (tab), version 2.0....