Hello,
By the way, the solution is:
List the Web Services installed on the Server by running the following at the command line:
iisext /listapp
(This worked natively on Windows 2003 with IIS Installed)
Once you know which Service you want enabled, (I needed ASP.NET 2.0 enabled), type the following:
iisext /enapp "asp.net v2.0.50727"
Please note that this can be achieved by doing the following:
- go to the IIS page in Advanced Installer
- create a new Web Site or a new Virtual Directory in the Sites tree
- select the newly-created web site/virtual directory
- on the Web Site/Virtual Directory tab, under the ASP.NET section, select the version from the drop-down next to "ASP.NET version:"
Now all I need to do is find out how to run a VBScript in AI.
This is easy, you can use an
Attached Custom Action.
Regards,
Gabriel