View Single Post
  #4  
Old 17-02-2014, 06:21
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
Hello,
How to execute a command line using ISExec?
for example i want to execute
Quote:
program.exe file.ext
This is the stock code from ISDone.iss
Quote:
if not ISExec ( 0, 0, 0, ExpandConstant('{tmp}\Arc.exe'), ExpandConstant('x -o+ "{src}\001.arc" "{app}\"'), ExpandConstant('{tmp}'), '...',false) then break;
can you modify it for me?

Last edited by danswano; 17-02-2014 at 07:24.
Reply With Quote