1. if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;
  2. if not ISSRepExtract ( 0, 15, ExpandConstant('{app}\data.srep'),ExpandConstant('{tmp}\data.arc'), true) then break;
  3. if not ISArcExtract ( 0, 20, ExpandConstant('{tmp}\data.arc'), ExpandConstant('{app}\build\pc\cache\'), '', true, '', '', ExpandConstant('{app}\build\pc\cache\'), PCFonFLY {PCFonFLY}) then break;
  4. if not ISArcExtract ( 0, 30, ExpandConstant('{app}\build\pc\cache\data.temp'), ExpandConstant('{app}\build\pc\cache\'), '', true, '', '', ExpandConstant('{app}\build\pc\cache\'), PCFonFLY {PCFonFLY}) then break;
  5.  
  6. if not ISArcExtract ( 0, 5, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;
  7. if not ISArcExtract ( 0, 5, ExpandConstant('{src}\Setup-3.bin'), ExpandConstant('{app}'), '', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;
  8. if not ISArcExtract ( 0, 5, ExpandConstant('{src}\Setup-4.bin'), ExpandConstant('{app}'), '', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;