I need to hide the warning message that pops up when I try to delete the directory which contains files in a Visual Studio setup project. How do I do that?
Asked
Active
Viewed 325 times
4
-
Deleting the directory from the filesystem or from within VS? – squillman Mar 17 '11 at 16:40
-
From the "filesystem on target machine" window. – Bogdan Verbenets Mar 17 '11 at 16:53
-
So you're referring to the "Do you want to reload the project" prompt? – squillman Mar 17 '11 at 16:55
-
@squillman no, I am talking about "Cannot delete folder. Folder might not be empty or it might include excluded files." message when you want to delete a directory that contains other files. – Bogdan Verbenets Mar 17 '11 at 17:04