View Single Post
  #12  
Old 08-01-2014, 21:33
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by AHMED SAMI View Post
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;
Reply With Quote