Visual Studio.NET MSI Setup Creation: "Cannot delete folder. Folder is not empty or it might contain excluded files, which are not shown"

The real tragedy of this error message is that there is no way to show the excluded files.  So you have to guess.  In this instance, a random Thumbs.db file got into the Visual Studio Setup Solution (vdproj, and unfortunate extension that describes and unfortunate tools) and was subsequently excluded.  When it came time to prune a directory of images, I was denied while deleting an IMAGES folder - with no way to figure out which file was hidden in that folder.  Only a miracle and a hunch caused me to remove the stray Thumbs.db (it was certainly out of place).  Then the directory was deleted without incident. 

Time wasted: 13 minutes.

Monday, August 02, 2004 9:01:03 AM UTC
Scott,

13 minutes is cool. i already wasted days on this one:

http://www.die.de/blog/PermaLink.aspx?guid=8c9c756a-bb42-402e-87c1-1bf485cf4537

keeps coming back; but no repro. :(

WM_MY0.02$
thomas woelfer
Tuesday, August 03, 2004 12:41:12 PM UTC
13 minutes is cool. i already wasted days on this one
Tuesday, August 03, 2004 10:19:35 PM UTC
thumbs.db seems to be generated by the OS when you view, via explorer, any folder that has image files located in it. The thumbs.db is a database of thumbnail images of those images located in the folder you are viewing.
Raymond Lewallen
Wednesday, August 04, 2004 3:23:50 PM UTC
Ouch, this sucks. I'll forward your write up to VB team and see if they've seen this.

-Kevin
Wednesday, November 09, 2005 12:36:14 PM UTC
Micro$oft is officially sux!

I spent an our at least to delete a complex dir structure from File System view. IT IS NOT POSSIBLE TO DELETE IT RECURSIVELY!!!

THEY ARE SO STUPID THAT .... ARGHHH
Tibor Csonka
Comments are closed.
Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer’s view in any way.