Why is Uninstall using IIS, Visual Studio?

My .NET solution in Visual Studio 2008 has

  • ASP.NET Website Project
  • web deployment project for website
  • User Action Library
  • web setup project

I can create an installation and install it. However, during the uninstall on my development machine (Windows 7), I will be asked to close Visual Studio before the uninstall can continue.

On the preprod server (Windows 2008 R2 web server), the user is prompted to stop the IIS workflow during deletion, which is definitely undesirable.

Is there a way to prevent deletion to do this?

+3
source share

All Articles