I have an .exe which includes update and add 7zip operations. Update operation creates .tmp files which are not deleted after compressing the file.
Also, their names are *.zip.tmp1, *.zip.tmp2 and like that...
How can I prevent creating these .tmp files or provide deleting these files after zip operation?