Changeset 552 for AE/Installer/trunk/source/installer.cpp
- Timestamp:
- May 29, 2010, 2:13:35 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/Installer/trunk/source/installer.cpp
r551 r552 1339 1339 1340 1340 #ifdef WIN32 1341 //string strTrashDir = "Trash\\"; // string unused in Windows because files are simply deleted 1341 //remove readonly attrib from files. 1342 setStatusArea("Removing readonly attribute..."); 1343 system("attrib -r ./* /s"); 1344 system("attrib -r ../Oni.exe /s"); 1345 system("attrib -r ../binkw32.dll /s"); 1346 1342 1347 #else 1343 1348 FILE *fUserName = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.