Remove Setup Project does not delete it from file system using Visual Studio

Posted by Vidar on Stack Overflow See other posts from Stack Overflow or by Vidar
Published on 2010-04-02T10:47:16Z Indexed on 2010/04/02 10:53 UTC
Read the original article Hit count: 381

Using Visual Studio 2008 - I add a Setup project (from Setup and Deployment Template) and its called by default Setup1. I then decide I don't want this so I right click on the project and select Remove.

Later on I decide I want to add a Setup project again but it's default name is called Setup2 and when you look at the project folder you can see the old Setup1 files are still there!

Why has Visual Studio not deleted these from the file system when I selected Remove - and is there a way to make it delete them from the file system as default behaviour?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about setup