hey guys
i have a problem with the inno setup,
i take the script [http://rghost.net/4010498] of Need for speed undercover with ISDone, but the progress bar ever stop!
@Print http://img233.imageshack.us/img233/3972/pleasehelp.jpg
i think the problem is here
Code:
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Bin\Data.bin'), ExpandConstant('{app}'), false, '', '', '', notPCFonFLY ) then break;
if not ISSRepExtract ( 0, 0, ExpandConstant('{app}\Data.srep'), ExpandConstant('{app}\Data.pcf'), true ) then break;
if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\Data.pcf'), ExpandConstant('{app}\Data.7z'), true ) then break;
if not IS7ZipExtract ( 0, 0, ExpandConstant('{app}\Data.7z'), ExpandConstant('{app}'), true, '' ) then break;
but i don't know how fix it!
please somebody help-me D:
#apologize for my bad english, i'm from brazil. sorry.
--
i forgot, my sequence is .7z [store] > .pcf [-slow] > .srep [-m3] > .bin [FreeArc/ -m9x]