Creating a Setup Project for IIS Extensions using Visual Studio 2008
Posted by: CarlosAg Blog,
on 10 Nov 2008 |
View original | Bookmarked: 0 time(s)
Introduction
IIS 7 provides a rich extensibility model, whether extending the server or the user interface, one critical thing is provide a simple setup application that can install all the required files, add any registration information required, and modify the server settings as required by the extension. Visual Studio 2008 provides a set of project types called Setup and Deployment projects specifically for this kind of applications. The output generated for these projects is an MSI that can...