View Single Post
  #3  
Old 10-10-2014, 10:12
Compiler Compiler is offline
Registered User
 
Join Date: Aug 2012
Location: A Planet called Earth.
Posts: 38
Thanks: 10
Thanked 7 Times in 7 Posts
Compiler is on a distinguished road
But you can use Isdone as well.

Code:
if not ISExec ( 0, 0, 0, ExpandConstant('{tmp}\yourfile.exe'), ExpandConstant('x -o+ "{src}\data.bin" "{app}\"'), ExpandConstant('{tmp}'), '...',false) then break;
You can edit parameters under ExpandConstant

Last edited by Compiler; 10-10-2014 at 10:14.
Reply With Quote