Quote:
Originally Posted by Tixo56
100 percent - 1 archive
For example: you have 3 archives, during the first run you will be shown 300 percent, but after test run will file record.int and which will allow when it is used in the installer do not 300 percent and 100
I hope everything is clear written =)
|
this is my config for 4 files.
Code:
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\dat_01.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
if not ISArcExtract ( 25, 50, ExpandConstant('{src}\dat_02.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
if not ISArcExtract ( 50, 75, ExpandConstant('{src}\dat_03.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
if not ISArcExtract (75, 100, ExpandConstant('{src}\dat_04.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;