Question

What install tool can I use to create Virtual Directory on IIS? OpenSource, free or to do in C#.

Was it helpful?

Solution

WiX can create IIS virtual directories.

OTHER TIPS

You can create IIS virtual directorys using NAnt and the MKIISdir task in the NAntContrib project

You can use the VS.NET Web Setup Project included into visual studio.

Check this article for a list of deployment possiblities for your web app :

You could use Microsoft Web Deployment Tool to recreate a website structure.

you can call a small VBScript from any installer via command line, and access the IIS object.

Set objMimeMap = GetObject("IIS://localhost/w3svc")
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top