My .NET solution in Visual Studio 2008 has
- ASP.NET website project
- web deployment project for website
- Custom actions library
- web setup project
I can build setup and install it. However, during uninstall on my development machine (Windows 7), I am asked to close Visual Studio before uninstall can proceed.
On preprod server (windows web server 2008 R2), during uninstall user is asked to stop the IIS worker process - which is definitely not desirable.
Is there any way I could prevent uninstall to do this?