0

First, I'll humbly admit that A.) I'm a programmer and B.) I'm asking this for someone else so I have almost no first hand experience with what I'm asking.

We would like to be able to write an installer to configure and start IIS 7 (if not already started), as well as load a custom programmed DLL. It takes following some fairly arduous instructions to just do it on one computer.

What we need to be able to do is script this installation, could someone point us in the right direction?

Peter Turner
  • 2,178
  • 9
  • 33
  • 45

1 Answers1

1

What you could do is

  1. Prepare an unattended installation of IIS7.0 (only add the components you need)
  2. Use either appCmd or the IIS 7 powershell snap-in to create the vDirs and configure the handler mappings

Execute from a vbscript or batch

Mathias R. Jessen
  • 25,161
  • 4
  • 63
  • 95