if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\1.arc'),       ExpandConstant('{app}\Data'),            false, '',    '',    '' ) then break;            if not ISSRepExtract   ( 0, 0, ExpandConstant('{app}\Data\1.srep'), ExpandConstant('{app}\Data\1.pcf'), true                    ) then break;            if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\Data\1.pcf'),  ExpandConstant('{app}\Data'),  true                    ) then break;               if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\2.arc'),       ExpandConstant('{app}\Data'),            false, '',    '',    '' ) then break;            if not ISSRepExtract   ( 0, 0, ExpandConstant('{app}\Data\2.srep'), ExpandConstant('{app}\Data\2.pcf'), true                    ) then break;            if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\Data\2.pcf'),  ExpandConstant('{app}\Data'),  true                    ) then break;                        if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\3.arc'),       ExpandConstant('{app}\Data'),            false, '',    '',    '' ) then break;            if not ISSRepExtract   ( 0, 0, ExpandConstant('{app}\Data\3.srep'), ExpandConstant('{app}\Data\3.pcf'), true                    ) then break;            if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\Data\3.pcf'),  ExpandConstant('{app}\Data'),  true                    ) then break;                        if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\4.arc'),       ExpandConstant('{app}\Data'),            false, '',    '',    '' ) then break;            if not ISSRepExtract   ( 0, 0, ExpandConstant('{app}\Data\4.srep'), ExpandConstant('{app}\Data\4.pcf'), true                    ) then break;            if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\Data\4.pcf'),  ExpandConstant('{app}\Data'),  true                    ) then break;                        if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\5.arc'),       ExpandConstant('{app}\Data'),            false, '',    '',    '' ) then break;            if not ISSRepExtract   ( 0, 0, ExpandConstant('{app}\Data\5.srep'), ExpandConstant('{app}\Data\5.pcf'), true                    ) then break;            if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\Data\5.pcf'),  ExpandConstant('{app}\Data'),  true                    ) then break;                        if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\FalloutNV.arc'),       ExpandConstant('{app}\Data'),            false, '',    '',    '' ) then break;            if not ISSRepExtract   ( 0, 0, ExpandConstant('{app}\Data\FalloutNV.srep'), ExpandConstant('{app}\Data\FalloutNV.pcf'), true                    ) then break;            if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\Data\FalloutNV.pcf'),  ExpandConstant('{app}\Data'),  true                    ) then break;                        if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\Music.arc'),       ExpandConstant('{app}\Data'),            false, '',    '',    '' ) then break;               if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\Sound.arc'),       ExpandConstant('{app}\Data'),            false, '',    '',    '' ) then break;                  MyError:=false;  |