PDA

View Full Version : Cleaning Up {Temp} Folder On Setup Exit


El.Amigos
12-04-2021, 22:31
Hey forum members,
can anyone tell me the code with which we can make sure that the setup installer [Inno setup] on exit cleans up {TEMP.} folder

PsYcHo_RaGE
12-04-2021, 23:55
This should work
DelTree(ExpandConstant('{temp}'), True, True, True);