Advertisement
Guest User

Untitled

a guest
Jun 15th, 2011
1,895
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  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;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement