PDA

View Full Version : Latest ISDone Support?


Prince4
21-06-2016, 06:46
Brother, Do anyone have a link to the latest ISDone support and a Compressor for Inno Setup FreeArc support i'm actually repacking some games so i need some latest support so that i can achieve Great Compressions.
Thanks...
And did anyone know how to get percentage in the progress bar with a batch file?

:o

truerepacks
21-06-2016, 07:36
Firstly, ISDone dosn't affect the compression at all
It is all For Decompression only

Secondly here is ur progress batch


if not ISExec ( 0, 0, 0, ExpandConstant('{tmp}\unpack.bat'), '', ExpandConstant('{tmp}'), 'Your comments',false) then break;


one more thing u do not get the progress in first run

Prince4
23-06-2016, 03:51
Firstly, ISDone dosn't affect the compression at all
It is all For Decompression only

Secondly here is ur progress batch


if not ISExec ( 0, 0, 0, ExpandConstant('{tmp}\unpack.bat'), '', ExpandConstant('{tmp}'), 'Your comments',false) then break;


one more thing u do not get the progress in first run

But i have a question will the .bat appear or will it be silent?
And yeah what are those 0, 0, 0, i guess the the thing i need (PctTotal, or something like that)?