Quote:
Originally Posted by L33THAK0R
Hey dunno if anyone knows how to or if it's even possible with ASIS, but is there a way to get ASIS to delete a specified file at the end of install? Got this really annoying 40mb junk temp file that isn't getting cleaned up and was wondering if there was a way I can get the installer to remove it.
|
Code:
if CurStep = ssPostInstall then begin
DeleteFile(ExpandConstant('{app}\<path to file>'));