Ignore:
Timestamp:
May 29, 2010, 2:13:35 AM (14 years ago)
Author:
gumby
Message:

Installer removes all read only attributes in install folder and a few other files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/Installer/trunk/source/installer.cpp

    r551 r552  
    13391339       
    13401340#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       
    13421347#else
    13431348        FILE *fUserName = NULL;
Note: See TracChangeset for help on using the changeset viewer.