Quote:
Originally Posted by AHMED SAMI
This is an example of what I want :
arc.exe Code For decompression ? (Here the file name).arc
del (Here the file name).arc
del steup.bat
( del )---> Means delete the file after decompression
Done
|
do you need inno script? if you then did you try with ISDone0.6f script?
False or True > It's an option to delete the arc file after unpacking process, True means, file must be deleted and False means file mustn't be deleted.
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\arc.arc'), ExpandConstant('{app}\'), '',
False, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;