Skip to content
Snippets Groups Projects
Commit 989a609f authored by Staiger, Christine's avatar Staiger, Christine
Browse files

Allow unlink msi in purge data.

parent 4a041ffe
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ purgeData{
#writeLine("stdout", "-- *path; *diff > *objAccessTime");
if(int(*diff) > int(*objAccessTime)){
writeLine("stdout", "Last access: *objAccessTime; Delete: *path");
#msiDataObjUnlink("*path++++forceFlag=", *status);
msiDataObjUnlink("*path++++forceFlag=", *status);
}
}
msiDeleteUnusedAVUs();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment