--- AE/Installer/trunk/source/installer.cpp 2010/05/27 20:30:35 551 +++ AE/Installer/trunk/source/installer.cpp 2010/05/29 00:13:35 552 @@ -1338,7 +1338,12 @@ bool ProcessAEUpdate(Install_info_cfg *c bool readingVerAndDate = false; #ifdef WIN32 - //string strTrashDir = "Trash\\"; // string unused in Windows because files are simply deleted + //remove readonly attrib from files. + setStatusArea("Removing readonly attribute..."); + system("attrib -r ./* /s"); + system("attrib -r ../Oni.exe /s"); + system("attrib -r ../binkw32.dll /s"); + #else FILE *fUserName = NULL; char chrUserName[32];