What install tool can I use to create Virtual Directory on IIS? OpenSource, free or to do in C#.
|
|
|||
|
|
|
WiX can create IIS virtual directories. |
||
|
|
|
|
You could use Microsoft Web Deployment Tool to recreate a website structure. |
||
|
|
|
|
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 can call a small VBScript from any installer via command line, and access the IIS object. Set objMimeMap = GetObject("IIS://localhost/w3svc") |
||
|
|
