View Single Post
  #6  
Old 16-03-2015, 14:12
gozarck's Avatar
gozarck gozarck is offline
Registered User
 
Join Date: Nov 2013
Location: Argentina
Posts: 163
Thanks: 254
Thanked 495 Times in 114 Posts
gozarck is on a distinguished road
Quote:
Originally Posted by Tixo56 View Post
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;
__________________
-the science of the useless-
Reply With Quote