View Single Post
  #1  
Old 13-04-2021, 23:42
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by L33THAK0R View Post
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>'));
Reply With Quote
The Following 2 Users Say Thank You to Masquerade For This Useful Post:
Cesar82 (14-04-2021), L33THAK0R (14-04-2021)
Sponsored Links